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, You use modified wow client? You have try to disable wow addons and wrobot plugins? To disable your antivirus? Check if required softwares are installed?
  2. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  3. In "Automaton" product settings you need to disable option "Kill mobs" (Wrobot will still kill the monsters on your list)
  4. Hello, Could you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  5. Hello, are you sure that it is not possible for them to make the link with the banned accounts? (IP, web browser, ...)
  6. Hello, it is probably because you try to use "quester" profile on "grinder" product
  7. Hello, I am sorry I am not active on Discord. You can test bot for free with key "TRIAL"
  8. Droidz replied to Pudge's topic in General discussion
    Hello, problem is resolved?
  9. Droidz commented on Luking's bug report in Bug Tracker
    Hi, I have verified, 3D secure is supported by Stripe. Try to contact your bank or Stripe. I will add you a key with a few days of subscription until the problem is solved.
  10. Droidz commented on Luking's bug report in Bug Tracker
    Hello, error is all time "insufficient_funds" > https://stripe.com/docs/declines/codes
  11. Hello, in advanced general settings tab "Vendor..." increment "Drink Amount", in tab "Food/Drink" complete drink name (you need to add NPC type "vendor" in your "NPC DB" (tab "Tools") or in your profile)
  12. Hey, it is hardcoded but try code like that (not tested) using System.Threading; using System.Threading.Tasks; using robotManager.Helpful; using robotManager.Products; using wManager.Wow.Bot.States; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state is Resurrect || state is ResurrectBG) { Task.Run(() => { while (Conditions.InGameAndConnectedAndProductStartedNotInPause && ObjectManager.Me.IsDeadMe) { if (ObjectManager.Me.IsValid && ObjectManager.Me.PositionCorpse.DistanceTo(ObjectManager.Me.Position) < 45) { Logging.Write("Stop product near corpse"); Products.ProductStop(); } Thread.Sleep(500); } }); } }; } public void Dispose() { } public void Settings() { } }
  13. chekc if you use utf8 file encodage (for the plugin file)
  14. Hello, easy way is to use bot "Automaton" (but you can also do that with quester or grinder)
  15. Hey, In you log you have line robotManager.Helpful.Logging.Write("124")? try to add these lines afer: robotManager.Helpful.Logging.Write("p.CurrentWowAccount==null > " + (p.CurrentWowAccount == null)); robotManager.Helpful.Logging.Write("p.CurrentWowAccount.AccountName==null > " + (p.CurrentWowAccount.AccountName == null)); robotManager.Helpful.Logging.Write("p.CurrentWowAccount.Password==null > " + (p.CurrentWowAccount.Password == null)); You run this code at start? if yes try to wait few seconds (maybe relogger profiles are not completly loaded)
  16. Hello, try to use smaller value at https://wrobot.eu/byme/doc/html/F-wManager.wManagerSetting.BlacklistGameObjectDefaultTimeMs.htm (you need to edit xml settings file or to use C# code to change this option)
  17. Hello, https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ .
  18. Hello, this error is not important, if you have problem please share full log file and give more detaila about your problem
  19. Hello, is your screenshot you have selected only one step, select all steps and unselect bugged step (with "CTRL" (key) + left mouse click )
  20. Hello, this error is because I closed recently 2 pathfinder servers. This error I don't know why, maybe bad install of framework.net
  21. Hello, you can use wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = true; , go to zone (with follow path by sample) and disable this option: wManager.Wow.Helpers.Conditions.ForceIgnoreIsAttacked = false; bot will attack all mobs
  22. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).

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.