Jump to content

Droidz

Administrators
  • Posts

    12618
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, you can found invoice here https://wrobot.eu/clients/orders/
  2. https://wrobot.eu/forums/topic/13004-server-connection-wow-335-wrobot-cant-login-used-to-work-randomly-stopped-working/?tab=comments#comment-61858
  3. I found cause (C# compiler, more he has compiled code, slower it is) . For the moment, I don't know if I'll be able to fix it.
  4. Hello, you error is: insufficient_funds
  5. ok I found, sorry I rarely watch Discord
  6. 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.
  7. Hello, when you use flying mount?
  8. 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)
  9. Hello, can you give more detail about your problem
  10. Put 1
  11. Hello, it is option "MaxUnitsNearObjects" in https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.wManagerSetting.htm
  12. 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?
  13. In your log character seems resurect I am not sure to understand. Can you record video please.
  14. Hello, use condtion "HealthPercent" (download existing fightclasses to found samples)
  15. 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/ ).
  16. 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)
  17. 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.
  18. Hello, sorry no option for that. But some wow addons are good for that
  19. 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/ ).
  20. 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
  21. I'll add this button in new update
  22. Hello, you need to use position type "Flying"
  23. 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".
×
×
  • Create New...