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. Use this plugin: Main.cs using wManager.Wow.Enums; using wManager.Wow.ObjectManager; using wManager.Wow.Bot.Tasks; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (ObjectManager.Me.IsMounted) { var o = ObjectManager.GetObjectByGuid(target) as WoWUnit; if (o != null && o.IsValid && o.Type == WoWObjectType.Unit && o.IsFlightMaster) MountTask.DismountMount(); } } catch { } }; } public void Dispose() { } public void Settings() { } }
  2. Hello, in you current settings, WRobot start to regen if you have 35% of health or less. Replace 35 by 40% if you want regen when you have 40% or less of health.
  3. Hello, tested and this works. Try to increment "Wait after launch" (in relogger general settings)
  4. This time created by seem legit:
  5. hello, try to remove folder "data\meshes" (or active option "Use path finder server" in advanced general settings tab "Pathfidner..")
  6. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  7. Hello, I never tested, but do you have installed framework 4.0 and vc++ 2010 ( https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 , https://appdb.winehq.org/objectManager.php?sClass=version&iId=17886, https://appdb.winehq.org/objectManager.php?sClass=version&iId=26525, https://appdb.winehq.org/objectManager.php?sClass=version&iId=20406 )?
  8. Pouvez vous partager votre fichier journal ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).s
  9. Hello, close all wrobot before launch updater
  10. Sorry, problem resolved, update wrobot again
  11. Changed Status to Fixed Changed Version to All
  12. Bonjour, essayé d’augmenter votre "min/max latency" dans "advanced general settings"
  13. You have probably an software (like teamviewer) which blocks access to the keyboard / mouse
  14. In general setting remove "google.com" (set option empty)
  15. Hello, Yes Me.IsCast should works with Volley (you can check in "dev... tools" button "memory info...." to get player current stat).
  16. Hello, try to increment your min/max latency in advanced general settings
  17. Hello, you use relogger application? You use what version of WRobot?
  18. Use relogger application, he relaunch Wow if he cannot login
  19. try to reset "wow window position..."
  20. Hello, Can you share your fulllog file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  21. https://github.com/acidburn974/lazybot/blob/99c2c15e28bfc07cb9726192c4d083c884abe327/LazyBot evolution/LazyLib/Manager/Wow/Location.cs#L221-L249 (lines 227 and/or 239)

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.