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 can try to read log: robotManager.Events.LoggingEvents.OnAddLog += delegate(Logging.Log log) { if (!string.IsNullOrWhiteSpace(log.Text) && log.Text.StartsWith("[FlightMaster] Try to take taxi at ")) { // ... } };
  2. Hello, try plugin like: Main.cs public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += delegate (robotManager.FiniteStateMachine.Engine engine, robotManager.FiniteStateMachine.State state, System.ComponentModel.CancelEventArgs cancelable) { if (wManager.Wow.Helpers.Battleground.IsInBattleground() && state is wManager.Wow.Bot.States.ResurrectBG) { System.Threading.Thread.Sleep(1000); } }; } public void Dispose() { } public void Settings() { } } (replace 1000 by wait time in ms)
  3. Bonjour, pouvez vous partager votre fichier journal( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Droidz commented on liyan5211314's bug report in Bug Tracker
    try to disable all wow addons and clear wow cache. Try to re download and reinstall WRobot in new folder (and only intall and select fightclass)
  5. Droidz replied to voork's topic in General discussion
    Hello, Yes of course I'll add 64 bit support (and I'm going to start working on it before release, it's a lot of change)
  6. Hello, yes in advanced general settings
  7. Hello, - Remove NPCs already in your list (in main wrobot window, go to tab "Tools" > "Npc DB" > select your npc and press key "Del" to remove it from the list (restart wrobot)). - In advanced general settings tab "Other..." disable all options in "Automatically add nearest NPCs to database". - Add your NPCs in 'NPC db' (or in your profile)
  8. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  9. Hello, you don't need to buy another subscription
  10. Hello, it is in vanilla? if yes wait next update. If it is not in vanilla you get this problem with all repair? do you have try to disable wow addons?
  11. Droidz commented on liyan5211314's bug report in Bug Tracker
    Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  12. Hello, you code is bad, it is more like: private bool _Partyclass_Druid; public void UpdatePartyComposition() { _Partyclass_Druid = false; var partyMembers = Party.GetPartyHomeAndInstance(); if (partyMembers.Any()) { foreach (var u in partyMembers) { if (u.WowClass == WoWClass.Druid) { _Partyclass_Druid = true; } // Repeat for other clases } } }
  13. If you can wait next update and tell me if problem is resolved
  14. Hello, normal "WRobot subscription" and "WRobot unlimited subscription" works with all WRobot version (but price is per month). "WRobot FOR PRIVATE SERVER" (price per year) subscription works only with WRobot for private server. For you the best choise is "WRobot FOR PRIVATE SERVER"
  15. Hello, target is attackable? You can try to put lower range value in your fightclass
  16. Hello, in advanced general settings tab "regen..." put lower value a min hp%
  17. Hello, I think than you try to use encrypted dll, but this feature was not in old WRobot verison.
  18. Droidz commented on liyan5211314's bug report in Bug Tracker
    Hello, http://www.tomshardware.co.uk/faq/id-2066988/enable-window-transparency-aero-windows.html
  19. try to install framework 4.6 https://www.microsoft.com/fr-fr/download/details.aspx?id=53344
  20. Bonjour, même dans "dev.. tools" > "Player/Target Buff/Debuff" le buff n'ai pas trouvé?
  21. try to disable option "skip/blacklist if cannot make path"
  22. Hello, add hotspots
  23. Hello, try to disable option "auto calcul range..." in advanced general settings

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.