Jump to content

Droidz

Administrators
  • Posts

    12452
  • Joined

  • Last visited

Everything posted by Droidz

  1. yes if someone can send me a profile that causes this problem (and tell me the context of the character, if possible easy to reproduce) that I try.
  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. Hello, it is option "MaxUnitsNearObjects" in https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.wManagerSetting.htm
  5. 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?
  6. In your log character seems resurect I am not sure to understand. Can you record video please.
  7. Hello, use condtion "HealthPercent" (download existing fightclasses to found samples)
  8. 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/ ).
  9. 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)
  10. 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.
  11. 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/ ).
  12. 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
  13. I'll add this button in new update
  14. 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".
  15. the problem is that WRobot didn't know he could fly on this continent. I normally fixed problem in new update.
  16. 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).
  17. Hello, it is possible to buy gift cards here https://wrobot.eu/store/gift-cards/
  18. You try to use ground mount with probably flying profile. When you launch "Automaton" in this zone bot works?
×
×
  • Create New...