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 need to call "OnFightLoop +=" (and all code like this) only one time (at start if you can)
  2. Yes create plugin (save it in file type .cs ) using System.ComponentModel; using wManager.Wow.Enums; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.FightEvents.OnFightStart += delegate (WoWUnit unit, CancelEventArgs cancelable) { try { if (unit != null && unit.Type == WoWObjectType.Player) wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill(); } catch { } }; } public void Dispose() { } public void Settings() { } }
  3. you can also try to add while loop in moveto() to exist method only when no enemies near
  4. in general settings you have option to disable farm during longmove
  5. Hello, in relogger option you have option "Wait time to relaunch and relogge after crash", use it to not relaunch bot and wow quickly. To close game you can use this code: wManager.Events.FightEvents.OnFightStart += delegate (WoWUnit unit, CancelEventArgs cancelable) { try { if (unit != null && unit.Type == WoWObjectType.Player) wManager.Wow.Memory.WowMemory.Memory.GetProcess().Kill(); } catch {} };
  6. Hi, No tested but try code like: public void Initialize() { if (_settings.enemyAlertEnabled) { string[] enemySplit = _settings.enemyNamesList.Split(','); myEnemyList = new List<string>(enemySplit); robotManager.Events.FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState += delegate (Engine engine, State state, CancelEventArgs cancelable) { if (!(state is wManager.Wow.Bot.States.IsAttacked)) return; moveto(); }; wManager.Events.FightEvents.OnFightLoop += delegate (WoWUnit unit, CancelEventArgs cancelable) { moveto(); }; } } private void moveto() { wManager.Events.FightEvents.OnFightLoop += delegate (WoWUnit unit, CancelEventArgs cancelable) { var enemiesNearMe = GetEnemiesNearMe(_settings.enemyScanRange, myEnemyList); if (enemiesNearMe.Count > 0) { var toPosition = new Vector3(4286.155, -884.4277, 251.7935, "Flying"); LongMove.LongMoveGo(toPosition); } }; }
  7. Droidz commented on nfx's bug report in Bug Tracker
    Hello, you probably try to use profile for fly mount
  8. if you can try with new update to check if crash problem are resolved
  9. I worked today to try to resolve detection, seem good with the latest version (but the Tauri team reacts quickly and does not lack ideas to detect the bot, I advise you not to use the bot on an important account for you)
  10. Hello, When 1.13.2 will be supported by private servers
  11. https://wrobot.eu/forums/topic/11725-sunwell-insane-detection-systemincredibly-active-gms/?do=findComment&comment=56264
  12. Hello, I think Sunwell has found a way to detect (or at least partially, to flag suspicious accounts and GMs manually verificate). If someone can try with the new version (Wotlk only for now)
  13. Droidz commented on ciska's bug report in Bug Tracker
    Hello, try to install required software:
  14. Hey, https://eu.battle.net/forums/en/wow/topic/6609490929
  15. Droidz commented on bio33's bug report in Bug Tracker
    try to delete folder "D:\Wrobot LK\Data\temp\" but I think it is profile problem.
  16. Hello, You have enabled option "Close Wow" in your "Wait" Task? You have try with fresh install?
  17. hello, I think it is profile problem, contact creator
  18. Hello, download unmodifier wow client in another website
  19. Hello, you play in what version?
  20. put abort beetween try/catch try { startStop.Abort(); } catch { } or don't use it
  21. Any way to try with another IP (reboot router or vpn)?
  22. Hello, WRobot has not had an update for a long time. I think if there is a problem there is on your side, look in the "Logs" folder if the bot has time to create one (if yes share it). If you use a proxy try to disable it (and close all unnecessary software)

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.