Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. you probably use "Var.GetVar("varname")" instead "Var.GetVar<type>("varname")" ( https://docs.microsoft.com/dotnet/csharp/misc/cs0411 )
  2. check all steps with the code "Var.GetVar"
  3. you have probably error on one of your steps, in this case bot use old method to run steps (you will get again slow problem)
  4. Hey, I use only lua api I don't know why this move your cursor: public static void GoUnderWater() { Lua.LuaDoString("MoveViewUpStart()"); Thread.Sleep(1000); Lua.LuaDoString("MoveViewUpStop() MoveAndSteerStart() MoveAndSteerStop()"); }
  5. I fixed it in new update, now the bot compiles all the steps at start (in one time) and the calls from the cache. For that this works, must be no error in the C # codes used in profile "steps" (a lot of profiles have bad code, you have an error log when profile is loaded if error and the steps codes are compiled 1 by 1 as before)
  6. log files that you can found in folder "Wrobot\logs\"
  7. Hello, This is the first time that this error has been reported. Do you have a few session logs where the bot crashes? Have you tried a new installation without a plugin and with another fightclass?
  8. Hello, you can found invoice here https://wrobot.eu/clients/orders/
  9. https://wrobot.eu/forums/topic/13004-server-connection-wow-335-wrobot-cant-login-used-to-work-randomly-stopped-working/?tab=comments#comment-61858
  10. 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.
  11. Hello, you error is: insufficient_funds
  12. ok I found, sorry I rarely watch Discord
  13. 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.
  14. Hello, when you use flying mount?
  15. 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)
  16. Hello, can you give more detail about your problem
  17. Put 1
  18. Hello, it is option "MaxUnitsNearObjects" in https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.wManagerSetting.htm
  19. 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?
  20. In your log character seems resurect I am not sure to understand. Can you record video please.
  21. Hello, use condtion "HealthPercent" (download existing fightclasses to found samples)
  22. 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/ ).
  23. 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)
  24. 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.
×
×
  • Create New...