Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, http://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/#comment-24059
  2. I have moved option to file "WRobotGlobalSetting.xml"
  3. 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); }
  4. 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
  5. I take note, I comeback here when it resolved.
  6. Droidz

    Clear chat messages

    Changed Status to Confirmed Changed Version to All
  7. Droidz

    Bot is stuck (1.21.1)

    Hello, wait meshes update http://wrobot.eu/bugtracker/pathing-again-r622/?do=findComment&comment=3715
  8. No I don't think, but a lot of wow addons can do this.
  9. Hello, Can you share your full log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Hello, answered on your support request.
  11. Try to follow all steps http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 but I don't know what can cause this problem. (you can also try in vmware or another computer)
  12. you run wow in window mode?
  13. No easy way, you need to use c# to do it.
  14. WRobot use action bar to check if spell is usable (IsSpellUsable)
  15. Do you have this spell in your action bar? (required on wrobot for vanilla)
  16. http://wrobot.eu/forums/topic/4832-reduce-wrobot-cpu-usage/
  17. 2017-02-21_15-18-11.mp4 Hello, try to install slimdx and vc++: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  18. You can get lua memory usage with lua script (run it is wow chat): /run print(gcinfo()) Try to run this code before to start the bot and run it again when Wow fps going to down, but I don't think that problem is caused by lua (when lua is running out of memory wow crash) (but if wrobot is slow, he can slow down wow).
  19. yes seeem good
  20. In your settings "Use click to move" is enabled
  21. If you want use less CPU, put lower fightclass fps (but you will lose DPS and reactivity).
  22. If you can update WRobot and try again. Also, to use less CPU, in your fightclass you can try to put lower value in "Frame per second", try to use less spells. In your quests profile, if you use loop (while) try to add wait time
  23. Ok, your quests profile seem to use a lot of steps with c# code, I think than problem is caused by this, I'll try to create cache (currently WRobot recompile code for each usage).
×
×
  • Create New...