Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. yes use relogger http://wrobot.eu/forums/topic/3632-relogger-tutorial-video/
  2. Droidz

    Money/HR counter

    Hello, no but some wow addons can do it.
  3. Hello, try to use lua script for this
  4. Hello, http://wrobot.eu/forums/topic/5025-bot-stucked/#comment-23263
  5. Hello, you can't with "gatherer" product but you can use wow addon (or create your own wrobot plugin for it).
  6. Hello, try to disable your wow addon
  7. Hello, WRobot does not know if he's in town or not
  8. You have probably put "true" at "Not spell, is c# code..." intead of put "true" at "Not spell is lua script..."
  9. 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).
  10. 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
  11. Hello, reply by private message
  12. Hello, if you don't use ctm, try this plugin
  13. Hello, you can use shortcut "Quick Launch" or relogger
  14. Hello, can you tell me if you get again this problem http://wrobot.eu/bugtracker/pathing-again-r622/?do=findComment&comment=3735
  15. Droidz

    pathing again

    All maps of WRobot are update (for all versions of wrobot).
  16. Hello, http://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/#comment-24059
  17. I have moved option to file "WRobotGlobalSetting.xml"
  18. 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); }
  19. 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
  20. I take note, I comeback here when it resolved.
  21. Droidz

    Clear chat messages

    Changed Status to Confirmed Changed Version to All
×
×
  • Create New...