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. Droidz commented on Droidz's article in News
    https://wrobot.eu/forums/topic/8329-update-status-patch-735-build-25875/?tab=comments#comment-38037
  2. https://wrobot.eu/forums/topic/8329-update-status-patch-735-build-25875/?tab=comments#comment-38037
  3. Droidz commented on Samhain44's bug report in Bug Tracker
    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/ ).
  4. Update in progress
  5. Hello, thank you. Wait next update (don't forget to clean taxidb first time than you run next update)
  6. Changed Status to Fixed Changed Version to All
  7. Hello, check if you use last update or contact addon creator
  8. 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/ ).
  9. Try code like (not tested) ulong lastTarget = 0; wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (lastTarget == target) return; if (!Logging.Status.StartsWith("Farm")) return; var o = ObjectManager.GetObjectByGuid(target); if (o.IsValid && o.Type == WoWObjectType.GameObject) { var go = new WoWGameObject(o.GetBaseAddress); if (go.IsValid) { lastTarget = target; cancelable.Cancel = true; Interact.InteractGameObject(target); Thread.Sleep(1500); } } } catch { } }; (run this code one time per session)
  10. Hello, try to close wow, remove folder "Cache" (in wow install folder)
  11. Try var dist = ObjectManager.Target.GetDistance - ObjectManager.Target.CombatReach;
  12. Hello, The cost change (http://masagroup.github.io/recastdetour/classdtQueryFilter.html#details) m_filter->setAreaCost((int)PolyArea::POLYAREA_GROUND, 1.0f); m_filter->setAreaCost((int)PolyArea::POLYAREA_DANGER, 2.0f); m_filter->setAreaCost((int)PolyArea::POLYAREA_BIGDANGER, 15.0f);
  13. Bonjour, avez-vous bien configué votre monture volante dans les paramètres de WRobot?
  14. Hello, try to disable wow addons, wrobot plugin (you can try to reinstall wrobot and put only profile and fightclass). To manage mouvement when you use WRotation activate option "ManageMovementCheckBox" (in product settings)
  15. Hello, for some profile you need to use wow addons http://www.wowinterface.com/downloads/info20838-QuickQuest.html
  16. Hello, in advanced general settings try to increment le min/max latency
  17. Droidz commented on aaron6501'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/ ).
  18. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  19. Hello, activate option "Pvp mode" in product settings
  20. Hello, increment min/max latency in advanced general settings
  21. Hello, increment your min/max latency in advanced general settings
  22. Droidz commented on Nivis's bug report in Bug Tracker
    Hello, try to reinstall WRobot.
  23. Problem resolved, update wrobot

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.