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. You want than I convert your lifetime key (single session) to only 1 month of multisessions subscription?
  2. For the price of you subscription you have less than 1 month of multisession license key https://wrobot.eu/store/product/4-wrobot-unlimited-subscription/
  3. If you can tell me if problem is resolved
  4. Hello, WRobot smelting when he go to town (to sell/repair) (you can force WRobot to go to town in tab "Tools")
  5. https://wrobot.eu/forums/topic/8299-i-can-not-fly-in-any-area/
  6. Hello, you have normal WRobot subscirption (not unlimited), you cannot run more than one session at the same time.
  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. Droidz commented on Razzue's bug report in Bug Tracker
    Hello, use grinder or quester profile if you want to use hotspots.
  9. Changed Status to Confirmed Changed Version to All
  10. Hello, I have taken note. To wait you can try this plugin Main.cs (not tested): using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.MovementEvents.OnPulseStuckResolver += MovementEvents_OnPulseStuckResolver; } public void Dispose() { } public void Settings() { } WoWLocalPlayer m { get { return ObjectManager.Me; } } private void MovementEvents_OnPulseStuckResolver(System.ComponentModel.CancelEventArgs cancelable) { try { if (m.IsStunned || m.Rooted || m.Confused || m.HaveBuff("Concussive Shot")) // complete list ... cancelable.Cancel = true; } catch { } } }
  11. Changed Status to Confirmed Changed Version to All
  12. It is strange, try to reset Windows visual effects. But problem is probably caused by your Windows installation, you are the first to report this.
  13. Hello, try to redownload and reinstall Wrobot in new fodler
  14. Hello, step 7: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 and update Windows
  15. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. Hello, https://wrobot.eu/forums/topic/8299-i-can-not-fly-in-any-area/?do=findComment&comment=38292
  17. Droidz replied to Dizo777's topic in Gatherer assistance
    Hello, if enabled, try to disable option "randomize..." in gatherer product settings
  18. Hello, try to reinstall WRobot in new folder
  19. 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/ ).
  20. Do you have mailbox in your "npc tb" (tab "tools")
  21. Hello, try this plugin (shortcut is Alt-R) Main.cs: using System.Windows.Forms; using robotManager.Helpful; using wManager.Plugin; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : IPlugin { private KeyboardHook _hookKeybindings = new KeyboardHook(); public void Initialize() { _hookKeybindings.KeyPressed += HookKeybindings_KeyPressed; _hookKeybindings.RegisterHotKey(ModifierKeys.Alt, Keys.R); } private void HookKeybindings_KeyPressed(object sender, KeyPressedEventArgs e) { if (Conditions.InGameAndConnectedAndProductStarted) wManager.wManagerSetting.AddBlackListZone(ObjectManager.Me.Position, 20); } public void Dispose() { _hookKeybindings.Dispose(); } public void Settings() { } } Line 13 you can replace "Alt" by "Control" (ctrl), and "R" by another keyboard key. Line 19 you can replace 20 by new blacklist radius.

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.