Jump to content

Droidz

Administrators
  • Posts

    12586
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, when you use flying mount?
  2. Hi, Logging.Write("==================="); var t = System.Diagnostics.Stopwatch.StartNew(); uint id = 8326; var n = "Ghost"; var s = System.Diagnostics.Stopwatch.StartNew(); Logging.Write("TargetObject.HaveBuff(id) > " + wManager.Wow.ObjectManager.ObjectManager.Me.TargetObject.HaveBuff(id) + " > " + s.ElapsedMilliseconds); s.Restart(); Logging.Write("TargetObject.GetBuff(n) > " + wManager.Wow.ObjectManager.ObjectManager.Me.TargetObject.GetBuff(n) + " > " + s.ElapsedMilliseconds); s.Restart(); Logging.Write("Target.HaveBuff(id) > " + wManager.Wow.ObjectManager.ObjectManager.Target.HaveBuff(id) + " > " + s.ElapsedMilliseconds); s.Restart(); Logging.Write("Target.GetBuff(n) > " + wManager.Wow.ObjectManager.ObjectManager.Target.GetBuff(n) + " > " + s.ElapsedMilliseconds); Logging.Write(t.ElapsedMilliseconds + " ms ========"); I can't reproduce problem, if you can code that I can run for that. But it is better to use objectmanager.target to get character target (it is more safe and bot cache result)
  3. Hello, can you give more detail about your problem
  4. Put 1
  5. Hello, it is option "MaxUnitsNearObjects" in https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.wManagerSetting.htm
  6. You get problem with encrypted profile? I can't reproduce problem, I tested with several profiles that size is bigger that 1 MB (2 MB for one) . You have try without plugins?
  7. In your log character seems resurect I am not sure to understand. Can you record video please.
  8. Hello, use condtion "HealthPercent" (download existing fightclasses to found samples)
  9. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Hi, Anyone else is getting this problem? I don't think I can do much, the best would be to optimize your profile to avoid loading too much (maybe create loader profile)
  11. Hello, They added protections when they forced the use of their launcher. At the moment I don't know if WRobot will be supporting again or not, test the bot from time to time.
  12. Hello, sorry no option for that. But some wow addons are good for that
  13. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. Droidz

    Hello

    Hello, I am sorry Paypal is no longer available: https://wrobot.eu/forums/topic/12935-want-to-buy-some-sessions/?tab=comments#comment-61621
  15. I'll add this button in new update
  16. Hello, you need to use position type "Flying"
  17. sorry I can't change that. Maybe name your relogger profile with name like "2x7" (for column 2 row 7), like that if you get problem you can found easily relogger profile and click on button "shown bot".
  18. the problem is that WRobot didn't know he could fly on this continent. I normally fixed problem in new update.
  19. Hi, These shortcuts work only when 1 WRobot is running (it is Windows API limitation). I haven't good solution or tips for your problem (maybe position correctly bot and wow windows, but with 50 it will be complicated).
  20. Hello, it is possible to buy gift cards here https://wrobot.eu/store/gift-cards/
  21. Hello, in advanced general settings tab security
  22. You try to use ground mount with probably flying profile. When you launch "Automaton" in this zone bot works?
  23. Hello, can you try again and tell me if problem is resolved
  24. I release update, I hope problem is resolved (only Windows 10 is supported)
×
×
  • Create New...