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. Hello, look this code https://wrobot.eu/forums/topic/12019-change-current-settings/?do=findComment&comment=57535&_rid=1
  2. Hello, you can't, but you can check if character is in game : https://wrobot.eu/byme/doc/html/P-wManager.Wow.Helpers.Usefuls.InGame.htm (if false the game is in login screen or select character screen). You can conbine InGame with https://wrobot.eu/byme/doc/html/P-wManager.Wow.Helpers.Usefuls.IsLoadingOrConnecting.htm . When not InGame you can only run lua script without return value with https://wrobot.eu/byme/doc/html/M-wManager.Wow.Helpers.Lua.LuaDoString_5.htm (put true at the second argument)
  3. Hello, https://wrobot.eu/forums/topic/11291-force-the-collection-of-herbs/#comment-54077
  4. Use Wrobot plugin it is better: using System.Diagnostics; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { var t = Stopwatch.StartNew(); wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { if (t.ElapsedMilliseconds > 1000) // Every second { Lua.LuaDoString("QuickHeal()"); t.Restart(); } }; } public void Dispose() { } public void Settings() { } } Or using System.Diagnostics; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { var t = Stopwatch.StartNew(); wManager.Events.FightEvents.OnFightLoop += (unit, cancelable) => { if (t.ElapsedMilliseconds > 1000) // Every second { Lua.LuaDoString("QuickHeal()"); if (unit.Guid != ObjectManager.Me.Target) // Target change, cancel fight and start new { cancelable.Cancel = true; Fight.StartFight(ObjectManager.Me.Target); return; } t.Restart(); } }; } public void Dispose() { } public void Settings() { } }
  5. Hello, on which server? Did you run multiple bots at the same time? On the same server? Did you use one IP per game? Did you use one browser/IP per registered account?
  6. Hello, in advanced general settings tab Food/Drink
  7. Hello, what macro do you want run, and in what conditions/frequency?
  8. Try to restart your computer and launch again "Updater.exe" to check if an update is available.
  9. Hello, MOP is special version, they are more possibility to detect the bot that with older versions. All forums are visibles for not registred/suscribers. You can (and it is recommanded), for free use the key "TRIAL" to test if WRobot works on your servers before purshase. I released new update, game close problem seems resolved. But be carreful, they can fix it quickly if they are actives, and next time not only close game but ban your account. Use WRobot intelligently, don't abuse of it, there's a better chance that everything will go well. The goal is not to annoy other players, or to annoy teams working on the private server. The goal of WRobot is to help you with the mandatory tasks that you no longer enjoy, to then enjoy the good times of the game.
  10. Hello, try to reboot your computer. If problem is not resolved if you can send me log file of bugged session please
  11. Droidz replied to tige's topic in Français
    Dans les options avancées (advanced general settings), essaye d'augmenter l'option "Min Latency". Si cela ne résout pas le problème, essaye d'activer l'option "use lua to move".
  12. You tried to download Wow client from another website? WRobot works only with default game client
  13. Hello, I am sorry WRobot don't support custom game client
  14. Hello, your code seems good, you have try with another key (or in another process) (sometime the specials keys like F1 works badly)?
  15. Droidz replied to tige's topic in Français
    Bonjour, ça ressemble à un problème de raccourci clavier. Essayer de les réinitialiser et de relancer le bot.
  16. https://wrobot.eu/forums/topic/13831-do-profiles-from-other-expansions-work/
  17. Hello, you can try Legion profiles
  18. you can use this plugin DontMove (1).cs
  19. Hello, you play on what server?
  20. Hello, in general settings you need to disable looting and gathering options
  21. You can't, you need to stop/start again to change fishing position
  22. Droidz replied to wrobotu's topic in General assistance
    Hello, use: - "While" step > !wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(-10215.35, 36.84612, 34.33632, "None")); - "EndWhile" step
  23. Droidz commented on Hashira's bug report in Bug Tracker
    And FiniteStateMachineEvents.OnRunningLoopState is called from:
  24. Droidz commented on Hashira's bug report in Bug Tracker
    No, it is manual, it is current usage: If you need event in other methods tell me I will add them
  25. Droidz commented on Hashira's bug report in Bug Tracker
    I edited previous code

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.