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, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  2. When you are in dalaran and you use profile for another zone, try to start WRobot near flightmaster.
  3. do you have try to change folder of your wrobot folder (try to move it to "c:\" or to your desktop)
  4. Key

    Droidz replied to Boefree13's topic in General assistance
    Hello, You can found your license key here: https://wrobot.eu/clients/purchases/
  5. Hello, try to disable you wow addonds. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Hello, high number = high priority
  7. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  8. Hello, your code seem good, check if you haven't another plugins activated (check also if without this plugin wrobot go to trainer to check your trainer settings)
  9. Droidz commented on ganolf's bug report in Bug Tracker
    You have try without vpn (and with Windows you can ignore IP https://support.hidemyass.com/hc/en-us/articles/202720646-How-to-let-websites-and-IPs-bypass-the-VPN-using-static-routing , but check without vpn before)? Do you have try to reinstall WRobot ?
  10. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  11. Update in progress
  12. Droidz commented on ganolf's bug report in Bug Tracker
    Do you use proxy? if yes try to ignore wrobot
  13. Droidz commented on ganolf's bug report in Bug Tracker
    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  14. Hello, replace "_engine.StartEngine(5);" by "_engine.StartEngine(5, "", true);" (and check if you dispose correctly your fightclass)
  15. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install slimdx and disable your antivirus
  16. Hello, try plugin like: 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) { MountTask.DismountMount(); } } catch { } }; } public void Dispose() { } public void Settings() { } }
  17. Hello, WRobot method "IsSpellUsable" check if spell is not gray in action bar (mana, cooldown, usable on target, ...: https://wow.gamepedia.com/API_IsUsableSpell and https://wow.gamepedia.com/API_GetSpellCooldown ). if it is not a spell at cast on self, you need to check if target is in "line of sight" and target distance: var notInLineOfSight = TraceLine.TraceLineGo(ObjectManager.ObjectManager.Target.Position); var isGoodDistance = spell.IsDistanceGood;
  18. Hello, https://wrobot.eu/forums/topic/7716-how-to-starting-wow-in-32-bit/
  19. Salut, oui mais tu en as plus besoin https://wrobot.eu/forums/topic/2804-gestion-du-focus/?do=findComment&comment=13076
  20. Droidz commented on highco's bug report in Bug Tracker
    I added since option "try to detect evade mobs..." in advanced general settings
  21. I not added timer, but I added quest type "UseScriptOn" (you can use lua or c# code and add wait time easily)
  22. One method to resolve this problem: https://wrobot.eu/forums/topic/7604-specific-vendor-in-profile/?do=findComment&comment=34754
  23. Droidz commented on valetine's bug report in Bug Tracker
    Yes I see that I have fixed this problem also (and for looting also).

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.