Jump to content

Droidz

Administrators
  • Posts

    12455
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, few wow addons can do that
  2. Hi, it is the "Remote" option that can generate this error message, if this message appears from time to time it is okay.
  3. You have tested with WRobot for another wow version?
  4. Your framework version is updated?
  5. Hey, You have log file of the bot please
  6. What macro do you want run? you use xml fightclass?
  7. 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
  8. 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)
  9. 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() { } }
  10. Hello, you haven't changed your antivirus or installed another software since?
  11. Wow window title has changed? (maybe you need to run this program with admin right)
  12. Hello, use program like https://sourceforge.net/projects/windowtitle/ to change window name to "World of Warcraft":
  13. yes he seems stuck as if he was falling. You have try without wow addons?
  14. 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
  15. you probably use "Var.GetVar("varname")" instead "Var.GetVar<type>("varname")" ( https://docs.microsoft.com/dotnet/csharp/misc/cs0411 )
  16. check all steps with the code "Var.GetVar"
  17. 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)
  18. 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()"); }
  19. 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)
  20. log files that you can found in folder "Wrobot\logs\"
  21. 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?
  22. Hello, you can found invoice here https://wrobot.eu/clients/orders/
  23. https://wrobot.eu/forums/topic/13004-server-connection-wow-335-wrobot-cant-login-used-to-work-randomly-stopped-working/?tab=comments#comment-61858
×
×
  • Create New...