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 replied to Dizo777's topic in Gatherer assistance
    Hello, if enabled, try to disable option "randomize..." in gatherer product settings
  2. Hello, try to reinstall WRobot in new folder
  3. 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. Do you have mailbox in your "npc tb" (tab "tools")
  5. 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.
  6. Hello, I added options for that in last WRobot update (only in fisher bot tab "Product settings")
  7. Hello, this crash does not seem to be caused by WRobot, but by Wow (or one of your addons), bliz release a lot of hotfixs (for bug like that I think), if you get this problem again in 1 or 2 weeks do not hesitate to request help again.
  8. Yes randomize path option can cause this problem, it is better to enable this option when you use flying profile
  9. Hello, try to disable your wow addons. Can you share your log file
  10. https://wrobot.eu/forums/topic/8487-update-status-patch-735-build-25961/
  11. Droidz commented on Droidz's article in News
  12. Update in progress
  13. Droidz replied to jockeborg's topic in General assistance
    Do you have read guide? do you have disable your wow addons? do you have try without fightclass? do you have try remove wow cache?
  14. Droidz replied to jockeborg's topic in General assistance
    Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share log file of session where WRobot have crashed (you can found log in file "Logs") ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  15. Hello, try to disable your wow addons. You can also try to use another fightclass
  16. Hello, You can try to close WRobot, remove file "WRobot\Data\NpcDB.xml", launch WRobot and go to tab "General Settings" > "advanced general settings..." > tab "Others options" > disable all option in "Automatically add nearest NPCs...". Now add in your profile (or in tab "Tools" > "Npc DB") vendor and repair
  17. Hello, check if WRobot is closed, you can try to restart your computer and relaunche updater (or redownload WRobot)
  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. Helle, please update wrobot
  20. Changed Status to Fixed Changed Version to All
  21. 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.