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 read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  2. Hello, Try to disable "Chck if good distance" and add distance condition. You can look this sampel https://wrobot.eu/files/file/792-affliction-warlock-for-leveling/
  3. Droidz commented on Arcangelo's bug report in Bug Tracker
  4. Hello, tested on Vanilla and Legion, WRobot return good NPC and skip Horde NPC if you play Alliance 2017-05-15_11-31-31.mp4
  5. You can also try to increment min/max latency in 'advanced general setting', do you have try to use another profile?
  6. Hello, I replied to your private message:
  7. Last update have added bug https://wrobot.eu/bugtracker/fish-bot-is-not-working-r699/ I have try to fix again this problem, now, when IsCast seem to stuck, wrobot continue to run after 30 secondes. If you get this problem again do not hesitate to repport this here.
  8. Use task type "ChangeWowPath"
  9. Hello, you can use visual studio
  10. Hello, check in your NpcDB (tab "tools") if you have mailboxes
  11. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to reinstall wrobot, install slimdx/framework Relogger generate also log files, do you have error in ?
  12. Hello, try to active otpion "Use lua to move" (in advanced general settings)
  13. Droidz commented on Alê's bug report in Bug Tracker
    Hello, wait next update
  14. Droidz commented on Alê's bug report in Bug Tracker
    Changed Status to Fixed Changed Version to All
  15. In relogger "general settings" try to increment "Wait after launch". And if you can share your tasks (screenshot) (don't forget your hide your personal informations)
  16. Droidz commented on camelot10's bug report in Bug Tracker
    You still have this problem?
  17. I think than it is wow bug, but next wrobot update will resolve this problem
  18. Hello, I am not sure to understand. GetFlyMountName() and GetFlyMountName() return random avalable Flying/ground mount name. Seem to works. public static string GetGroudMountName() { try { var mountList = GetCompanionInfo() .Where( c => c.MountFlags == MountFlags.Ground && !string.IsNullOrWhiteSpace(c.Spell.NameInGame)).ToArray(); if (mountList.Length > 0) { return mountList[Others.Random(0, mountList.Length - 1)].Spell.NameInGame; } } catch (Exception exception) { Logging.WriteError("GetGroudMountName(): " + exception); } return ""; }
  19. Hello, if you can tell me if problem is resovled with new update
  20. Droidz commented on camelot10's bug report in Bug Tracker
    Hello, When explain here: https://wrobot.eu/bugtracker/offmesh-improvements-r682/?do=findComment&comment=3888 offmeshconnection use already a lot of memory/time But you can edit path with code like: https://wrobot.eu/forums/topic/2681-snippets-codes-for-quest-profiles/#comment-26713
  21. Droidz commented on camelot10's bug report in Bug Tracker
    Hello, Sorry but I cannot add this, offmeshconnection with only one use already a lot of memory/time, add more than one will slow down WRobot. But you can record long path to resolve this
  22. Droidz commented on camelot10's bug report in Bug Tracker
    Hello, You can found default offmesh connections in: wManager.Wow.Enums.DefaultConstSettings.OffMeshConnectionsDefault If you have list of offmesh connections do not hesitate to share it.

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.