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, use c# condition ObjectManager.Me.FocusObj.IsCast
  2. Droidz commented on Marsbar's bug report in Bug Tracker
    I changed it in last update
  3. Droidz commented on Marsbar's bug report in Bug Tracker
    Do you use last WRobot update?
  4. Hello, in advanced general settings try to active option "use lua to move"
  5. In file "WRobot\Settings\WRobotGlobalSetting.xml" (open it with notepad) you have line "<CloseIfCannotLoginWowMinutes>2</CloseIfCannotLoginWowMinutes>", check if value (2 for me) is bigger than 0 but not to big. EDIT: Do it when WRobot and relogger are closed
  6. yes in all versions but you need to wait next update.
  7. Hello, use lua code to click on button: https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  8. You probably use too old version of WRobot
  9. Hello, try plugin: using System; using System.Threading; using robotManager.Helpful; using robotManager.Products; using wManager.Plugin; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; using Timer = robotManager.Helpful.Timer; public class Main : IPlugin { private bool _isLaunched; public void Initialize() { _isLaunched = true; var t = new Timer(1000 * 1); // 1 sec while (_isLaunched && Products.IsStarted) { try { if (t.IsReady && Conditions.InGameAndConnectedAndProductStartedNotInPause) { t.Reset(); if (ObjectManager.Me.Scale != 1) { Products.ProductStop(); // or close: Environment.Exit(0); Logging.Write("Size change."); } } } catch (Exception e) { Logging.WriteError("[Size change]: " + e); } Thread.Sleep(150); } } public void Dispose() { _isLaunched = false; } public void Settings() { } }
  10. Hello, I'll release BfA bot after Shadowlands release
  11. Hey, In next update you will be hable to use shortcut ctrl+ and ctrl- (to up/down step). To wait when you mouse click on bouton you can after use key "enter" to avoid to spam mouse click
  12. Hello, try to add it to the list of objects to harvest: wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(18901);
  13. Hello, You cannot clear log from external code. To track log use "robotManager.Events.LoggingEvents.OnAddLog" like here https://wrobot.eu/forums/topic/9443-totown-unable-to-reach-the-vendor-blacklist-it-120-minutes/?do=findComment&comment=43952
  14. Wait more time, relogger wil relanch wow (if you use default settings)
  15. Droidz commented on tr3lakias's bug report in Bug Tracker
    Hello, Install required software (step 7) https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?tab=comments#comment-966 Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  16. hey, change in wManagerSetting field "BlacklistUnitDefaultTimeMs"
  17. try to run it to create shortcut Create nofakecallstack Shortcut.bat
  18. I think you have badly used argument, you should have line like "-nofakecallstack arg activated." in your log file. Try also to update Windows. But it is probably problem with windows install
  19. 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/ ).
  20. Try to create shortcut with arg " -nofakecallstack" like:
  21. Hello, try to run WRobot with shortcut "WRobot (DX hook)"
  22. Hello, he has option for jump and smooth path in advanced general settings
  23. To close wow process use wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill();
  24. Hello, did you read the log file to see if it says what the bot does?
  25. use code like wManager.Wow.Class.QuestClass quest; var r = wManager.Wow.Helpers.Quest.QuesterCurrentContext.QuestsClasses.TryGetValue("TEST", out quest); if (r && quest != null) { quest.Reset(); } (replace TEST by name of you quest) But it is more easy to use "Reset" in quest order editor

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.