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. Changed Status to Fixed Changed Version to All
  2. In "Product settings" click on button "Profile settings (enable/disable quests/steps)" and disable first step
  3. It is your profile Edit him and remove line (in first step) : wManager.wManagerSetting.CurrentSetting.SellGreen = true;
  4. https://wrobot.eu/forums/topic/8457-update-status-patch-735-build-25946/
  5. Droidz commented on Droidz's article in News
    https://wrobot.eu/forums/topic/8457-update-status-patch-735-build-25946/
  6. Update in progress
  7. Hello, wait next update I'll add option "Bobber search time" and "Wait time before interact" (put bigger value)
  8. Hello, wait next update I'll add option "Bobber search time" and "Wait time before interact" (put bigger value)
  9. Are you sure that you are no in US realms? because I don't think than NA realms exist.
  10. Before to launch Wow in 32bit, you can try to edit with notepad file "\World of Warcraft\WTF\Config.wtf" and replace SET portal "EU" by SET portal "NA"
  11. Hello, do you have try with this events wManager.Events.MovementEvents.OnPulseStuckResolver += delegate(CancelEventArgs cancelable) { }; wManager.Events.MovementEvents.OnSeemStuck += delegate { }; You can try to check status if you want run this code only when you farming if (robotManager.Helpful.Logging.Status == "Farming") (you can also read last log)
  12. Blacklist object/unit in ObjectManager WRobot will 100% ignore blacklisted objects WoWUnit unit = new WoWUnit(0); if (unit.IsValid && !wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Contains(unit.Guid)) wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Add(unit.Guid); (this code can disrupt WRobot, use it only if you know what you're doing)
  13. If you can wait next update
  14. Hello, I cannot help you more, my settings:
  15. Hello, use plugin like Main.cs: using System.ComponentModel; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.FightEvents.OnFightStart += delegate(WoWUnit unit, CancelEventArgs cancelable) { if (unit != null && unit.IsValid && unit.Entry == 12345) { if (!wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Contains(unit.Guid)) wManager.Wow.ObjectManager.ObjectManager.BlackListObjectManagerGuid.Add(unit.Guid); cancelable.Cancel = true; } }; } public void Dispose() { } public void Settings() { } } Replace 12345 by mob entry id
  16. Some quest profiles can do that, wath profile do you use?
  17. Hello, are you sure that Wow is updated?
  18. Can you share log of session where you get this problem
  19. Hello, try to use this plugin https://wrobot.eu/forums/topic/8299-i-can-not-fly-in-any-area/#comment-38292
  20. Droidz commented on Droidz's article in News

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.