Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, You can add custom objects to harvest in advanced general settings tab "Farming..." (or in profile/product settings if you use product gatherer/quester/automaton/custom). You can also use tab "Map" and search the object by name (use radar 3d to show it in game). It is possible to create an plugin that stop bot/play soung/... when the object is near.
  2. le code "Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target');")" retourne quoi en arene? ret = UnitCanAttack('player', 'target');
  3. Bonjour, Il y as "gameObject.IsInvisible" pour tester si un objet (ou Unit) est visible ou pas, mais tout les invisible de son pas ajouté à la liste (pour éviter que le bot ce batte ou ramasse un objet invisible, ce qui peut êtres un test des MJ...) La liste d'objet (sans filtre) est: wManager.Wow.ObjectManager.ObjectManager.ObjectListTu peux utiliser la liste de cette façon: foreach (var woWObject in wManager.Wow.ObjectManager.ObjectManager.ObjectList) { if (woWObject.IsValid && woWObject.Type == wManager.Wow.Enums.WoWObjectType.Player) { var wowPlayer = new wManager.Wow.ObjectManager.WoWPlayer(woWObject.GetBaseAddress); bool isInvisible = wowPlayer.IsInvisible; } }Je ne sais pas par contre, si les joueurs invisibles sont dans cette liste, je n'ai jamais regardé.
  4. Bonjour, ce problème apparait de nouveau ou vous l'avez à chaque utilisation depuis vos anciens messages? PS: Le bot c'est fermé car il a considéré que votre personnage a était téléporté.
  5. Hello, you get a lot of errors in your log file, please install SlimDX ( http://slimdx.googlecode.com/files/SlimDX Runtime .NET 4.0 x86 (January 2012).msi ) to resolve it (this will probably resolve a lot of problems). And no you cannot use HearthStone after x number of blockages (you can just close Wow in security settings), but with good profile, if you blacklists unsafe zones you don't get blockages.
  6. Droidz

    Ban %

    Hello, I have reply here: http://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/501225-wrobot-wod-all-one-leveling-gathering-archaeo-free-rotation-bot-4.html#post3342104 It is very rare, but this can happen.
  7. Hello, Try to change directx version in game (don't forget to restart wow before launch wrobot).
  8. Reply here: http://wrobot.eu/forums/topic/2427-hello-first-time-user-here-trying-to-load-up-the-trial-version/
  9. Hello, Please share full log file: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  10. Hello, please share your log file: http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  11. Bonjour, Vous prouvez trouver les principales versions de WRobot ici: http://wrobot.eu/forums/topic/2018-wrobot-old-versions/
  12. Salut, WRotation (sauf erreur de ma part) fonctionne maintenant en duel ou arene. Pour détecter si la cible actuelle est attaquable le mieux est d'utiliser lua: Lua.LuaDoString<bool>("return UnitCanAttack('player', 'target');")(si tu utilise WRotation tu peux utiliser le code "Fight.InFight" pour savoir si WRobot est en combat ou pas)
  13. Version 1.0.0

    341 downloads

    Talador (Flying) (Mine, Herb, Timber)
  14. Version 1.0.0

    291 downloads

    Spires of Arak (Flying) (Mine, Herb, Timber)
  15. Version 1.0.0

    487 downloads

    Shadownmoon Valley (Flying) (Mine, Herb, Timber)
  16. Version 1.0.0

    375 downloads

    Nagrand (Flying) (Mine, Herb, Timber)
  17. Version 1.0.0

    258 downloads

    Gorgrond (Flying) (Mine, Herb, Timber)
  18. Version 1.0.0

    427 downloads

    Frosfire Ridge (Flying) (Mine, Herb, Timber)
  19. I have added option "Use shortcuts" tab "Tools", disable it, restart WRobot and shortcuts is disabled.
  20. Salut, content que tu sois de retour. Dans les Fightclasses j'utilise: wManager.Wow.Helpers.ClickOnTerrain.Spell(uint spellId, Vector3 vector3, bool waitCasting = true, bool stopMove = true)Tu peux également le faire manuellement (tu lance ton sort et tu utilise ce fonction pour cliquer sur le terrain): wManager.Wow.Helpers.ClickOnTerrain.Pulse(Vector3 posToClick)
  21. What profile do you use? If you use your own profile, can you send me your profile? (you can send me your profile by private message if you don't want share it on public).
  22. If you can tell me if problem is resolved with new update.
  23. Hello, I'll look to add option to avoid this problem.
  24. Hello, you cannot disable/change it. Why do you want change/disable it?
  25. Hello, Your subscription has expired.
×
×
  • Create New...