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, wManager.wManagerSetting.CurrentSetting.FoodName = "My food name";
  2. Hello,you can use lua code: CastSpellByID(1234) CastSpellByID(1234, 'target') or c# code: wManager.Wow.Helpers.SpellManager.CastSpellByIdLUA(1234); wManager.Wow.Helpers.SpellManager.CastSpellByIdLUA(1234, "target");
  3. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) (of session where is happen).
  4. https://wrobot.eu/forums/topic/9679-license-key-expiration-time-is-wrong/?do=findComment&comment=44974
  5. Hello, problem resolved
  6. https://wrobot.eu/forums/topic/9678-pathfinder-problem-again/?tab=comments#comment-44969
  7. Hello, seem to works, you get still this problem?
  8. Droidz replied to 79135's topic in General discussion
    use like this ItemsManager.UseItem((uint)idMount); (or uint idMount = 0;)
  9. Hello, increment min/max latency in advanced general settings
  10. Changed Status to Added Changed Version to All
  11. read this logs are in "Logs" folder
  12. Try this plugin LootMaxDistanceZ.cs : using System.ComponentModel; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.LootingEvents.OnLootingPulse += delegate (WoWUnit unit, CancelEventArgs cancelable) { try { if (unit.GetDistanceZ > 15) { wManager.wManagerSetting.AddBlackList(unit.Guid, 1000 * 60, true); cancelable.Cancel = true; } } catch {} }; } public void Dispose() { } public void Settings() { } } (replace 15 (line 12) by max Z distance)
  13. You get only problem to loot?
  14. the one closest to your profile (if WRobot can make good path to go to)
  15. Hello, you play in what wow version? ( https://wrobot.eu/articles/news/following-the-begining-of-the-end-of-wrobot-for-official-servers-r126/ )
  16. Hello, WRobot check distance 2d
  17. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install slimdx, framework and vc++), disable your antivirus and redownload and reinstall WRobot in new folder
  18. Hello, download WRobot here https://wrobot.eu/files/file/2-wrobot-official/ extract and launch "Updater.exe" and in product version select your game version
  19. All sessions create log, read this to share your logs https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
  20. Droidz replied to 79135's topic in General discussion
    Hello, Can you share your code (line where you use UseItem())
  21. Hello, try to use paypal
  22. Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) (or sessions closed).

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.