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, blacklist (or disable in NPC DB) this mailbox and add another
  2. In your log you seem to get stuck, WRobot can make path to go to the gate?
  3. Droidz commented on Stauffenberg's bug report in Bug Tracker
    Hello, try plugin like: using System.Threading; using robotManager.Products; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { while (Products.IsStarted) { if (Conditions.ProductInPause && Conditions.InGameAndConnectedAndAlive && Conditions.IsAttackedAndCannotIgnore) { Products.InPause = false; } Thread.Sleep(500); } } public void Dispose() { } public void Settings() { } } Main.cs
  4. Hello, you cannot change that, in your profile try to avoid this zone
  5. Hello, yes use fisher bot with underbelly profile, and add guard in your fightclass (or in plugin? macro?)
  6. Hello, this is managed by your fightclass. Try another fightclass.
  7. https://wrobot.eu/forums/topic/8147-using-a-vpn/?page=0#comment-37199
  8. Hello, you get this problem with what WRobot version? Only with casters? You have try with several fightclass?
  9. Hello, Do you have try with another fightclass? with default WRobot settings? and to disable all wrobot plugins/wow addons? If your problem is not resolved, can you share your full log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  10. Hello, Like: Thread t = new Thread(() => { int questId = 28000; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; Lua.LuaDoString("OverrideActionBarButton1:Click()"); } Thread.Sleep(500); } }); t.Start();
  11. Hello, use code like wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(821.2907, 821.2907, 9.0076));
  12. Hello, it is probably plugin problem
  13. Hello, you use last profile update? Try to contact profile creator
  14. Hello, https://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/?do=findComment&comment=22750
  15. Hello, no you cannot do that
  16. Hello thank you. If anymore can give me "Spirit of Redemption" id, or buff.
  17. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to disable firewall, proxy...
  18. 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/ ).
  19. wManager.wManagerSetting.CurrentSetting.SearchRadius = 50;
  20. Hello, try to redownload and reinstall WRobot
  21. 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/ ).
  22. 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/ ).
  23. Hello, you min latency is to low. In min/max latency try to put 600/700. try also to disable your fightclass
  24. Hello, wManager.wManagerSetting.CurrentSetting.HarvestMinerals = false; wManager.wManagerSetting.CurrentSetting.HarvestHerbs = false; wManager.wManagerSetting.CurrentSetting.SkinMobs = false; wManager.wManagerSetting.CurrentSetting.LootChests = false;

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.