Jump to content

Droidz

Administrators
  • Posts

    12596
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you can disable option "Random jumping when moving" in advanced general settings
  2. Hello, in tab "General Settings".
  3. Hello, you get this problem since when? Try to disable your antivirus/firewall.
  4. yes use relogger http://wrobot.eu/forums/topic/3632-relogger-tutorial-video/
  5. Droidz

    Money/HR counter

    Hello, no but some wow addons can do it.
  6. Hello, try to use lua script for this
  7. Hello, http://wrobot.eu/forums/topic/5025-bot-stucked/#comment-23263
  8. Hello, you can't with "gatherer" product but you can use wow addon (or create your own wrobot plugin for it).
  9. Hello, try to disable your wow addon
  10. Hello, WRobot does not know if he's in town or not
  11. You have probably put "true" at "Not spell, is c# code..." intead of put "true" at "Not spell is lua script..."
  12. Bonjour, Dans l'éditeur de fightclass buff prend en compte les buff et debuff. Et c'est 1 condition (par exemple "Target Buff" pour 1 buff/debuff).
  13. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ Try also to contact @xandrosz
  14. Hello, reply by private message
  15. Hello, if you don't use ctm, try this plugin
  16. Hello, you can use shortcut "Quick Launch" or relogger
  17. Hello, can you tell me if you get again this problem http://wrobot.eu/bugtracker/pathing-again-r622/?do=findComment&comment=3735
  18. Droidz

    pathing again

    All maps of WRobot are update (for all versions of wrobot).
  19. Hello, http://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/#comment-24059
  20. I have moved option to file "WRobotGlobalSetting.xml"
  21. Hello, Try if (ObjectManager.GetWoWGameObjectByyId(20808).Count > 0 && ObjectManager.GetWoWGameObjectByyId(20808).FirstOrDefault().GetDistance <= 50) { wManager.Wow.Helpers.Move.Forward(Move.MoveAction.PressKey, 2500); } or if (ObjectManager.GetWoWGameObjectByyId(20808).Count > 0 && ObjectManager.GetWoWGameObjectByyId(20808).FirstOrDefault().GetDistance2D <= 50) { wManager.Wow.Helpers.Move.Forward(Move.MoveAction.PressKey, 2500); }
  22. Hello, it is planned to writte API documentation. For Auction functions, it is generally lua scripts wrapper http://wow.gamepedia.com/World_of_Warcraft_API
×
×
  • Create New...