Jump to content

Droidz

Administrators
  • Posts

    12452
  • Joined

  • Last visited

Everything posted by Droidz

  1. Your framework version is updated?
  2. Hey, You have log file of the bot please
  3. What macro do you want run? you use xml fightclass?
  4. Hello, in wow settings you can assign a shortcut with an alphabetical keyboard key, try to do that to check if problem is caused by that
  5. Hello, can you share the log file of the session please (you can found it in the folder "Logs"), you can also try with another profile (and activate radar3d tab "Map" to check where WRobot want to go)
  6. It is probably server problem, try this plugin: using System.Threading; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { if (ObjectManager.GetObjectByGuid(target) is WoWGameObject) { Move.Backward(); Move.Forward(); Thread.Sleep(30); } }; } public void Dispose() { } public void Settings() { } }
  7. Hello, you haven't changed your antivirus or installed another software since?
  8. Wow window title has changed? (maybe you need to run this program with admin right)
  9. Hello, use program like https://sourceforge.net/projects/windowtitle/ to change window name to "World of Warcraft":
  10. yes he seems stuck as if he was falling. You have try without wow addons?
  11. Hello, try to increment your min latency and activate "use lua to move" in advanced general settings (if problem is not resolved please share your log file
  12. you probably use "Var.GetVar("varname")" instead "Var.GetVar<type>("varname")" ( https://docs.microsoft.com/dotnet/csharp/misc/cs0411 )
  13. check all steps with the code "Var.GetVar"
  14. 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)
  15. 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()"); }
  16. 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)
  17. log files that you can found in folder "Wrobot\logs\"
  18. 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?
  19. Hello, you can found invoice here https://wrobot.eu/clients/orders/
  20. https://wrobot.eu/forums/topic/13004-server-connection-wow-335-wrobot-cant-login-used-to-work-randomly-stopped-working/?tab=comments#comment-61858
  21. 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.
  22. Hello, you error is: insufficient_funds
  23. ok I found, sorry I rarely watch Discord
×
×
  • Create New...