Jump to content

Droidz

Administrators
  • Posts

    12510
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    Bot is stuck (1.21.1)

    Hello, wait meshes update http://wrobot.eu/bugtracker/pathing-again-r622/?do=findComment&comment=3715
  2. No I don't think, but a lot of wow addons can do this.
  3. Hello, Can you share your full log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. 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)
  5. WRobot use action bar to check if spell is usable (IsSpellUsable)
  6. Do you have this spell in your action bar? (required on wrobot for vanilla)
  7. http://wrobot.eu/forums/topic/4832-reduce-wrobot-cpu-usage/
  8. 2017-02-21_15-18-11.mp4 Hello, try to install slimdx and vc++: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  9. 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).
  10. In your settings "Use click to move" is enabled
  11. If you want use less CPU, put lower fightclass fps (but you will lose DPS and reactivity).
  12. 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
  13. 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).
  14. I need to found cause to resolve problem or found solution to avoid it.
  15. Hello, Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Can you send me text than appear when you click on "Details einblenden" (screenshot)?
  16. Hello, can you send me position (or profile) where you get this probleme. I would also to know if with new navigation files your world quests profile move between quests with less blockages?
  17. Hello, because you don't need target to cast this spell (it is self cast), put "false" at options "check if target in view" and "check if spell is good distance".
  18. Hello, 1: float radius = 50; foreach (var o in ObjectManager.GetObjectWoWGameObject()) { if (o.IsValid && o.GetDistance < radius && o.CanOpen) { // your code here } } 2: foreach (var o in ObjectManager.GetObjectWoWPlayerTargetMe()) { if (o.IsValid) { // your code here } } or foreach (var o in ObjectManager.GetObjectWoWPlayer()) { if (o.IsValid && o.IsTargetingMe) // o.IsTargetingMeOrMyPet { // your code here } }
  19. And if you don't use this quest profile (try another wrobot product)?
  20. Can you share your log file please ( http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Can you try without fightclass (to check cpu usage)
  21. Sorry, I had not looked the forum name before to post link.
×
×
  • Create New...