Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. Wow window title has changed? (maybe you need to run this program with admin right)
  2. Hello, use program like https://sourceforge.net/projects/windowtitle/ to change window name to "World of Warcraft":
  3. yes he seems stuck as if he was falling. You have try without wow addons?
  4. 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
  5. you probably use "Var.GetVar("varname")" instead "Var.GetVar<type>("varname")" ( https://docs.microsoft.com/dotnet/csharp/misc/cs0411 )
  6. check all steps with the code "Var.GetVar"
  7. 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)
  8. Droidz commented on Pudge's bug report in Bug Tracker
    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()"); }
  9. 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)
  10. log files that you can found in folder "Wrobot\logs\"
  11. 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?
  12. Hello, you can found invoice here https://wrobot.eu/clients/orders/
  13. https://wrobot.eu/forums/topic/13004-server-connection-wow-335-wrobot-cant-login-used-to-work-randomly-stopped-working/?tab=comments#comment-61858
  14. 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.
  15. Hello, you error is: insufficient_funds
  16. ok I found, sorry I rarely watch Discord
  17. 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.
  18. Hello, when you use flying mount?
  19. 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)
  20. Hello, can you give more detail about your problem
  21. Droidz replied to biglaine's topic in General discussion
    Put 1
  22. Droidz replied to biglaine's topic in General discussion
    Hello, it is option "MaxUnitsNearObjects" in https://wrobot.eu/byme/doc/html/AllMembers.T-wManager.wManagerSetting.htm
  23. 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?
  24. In your log character seems resurect I am not sure to understand. Can you record video please.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.