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, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  2. Hello, check if you use gatherer profile (and not grinder or quester), if problem is not resolved try to install WRobot in new folder
  3. Hello, try code like (run it one time): var lastUnit = new WoWUnit(0); wManager.Events.FightEvents.OnFightStart += delegate (WoWUnit unit, CancelEventArgs cancelable) { if (unit != null && unit.IsValid && lastUnit != null && lastUnit.IsValid && !unit.Guid.Equals(lastUnit.Guid)) { lastUnit = new WoWUnit(unit.GetBaseAddress); // StartFight(Int128 guid, bool skipIfPlayerAttackedButNotByTheTarget = true, bool managerMovement = true, bool stopIfPlayerTargetChange = false, bool rotationBot = false) Fight.StartFight(unit.Guid, false, false, true, true); cancelable.Cancel = true; } }; (not tested)
  4. Droidz commented on Marsbar's bug report in Bug Tracker
    Hello, it is normal first index is generally 0, you need to add +1 to use it in lua ( look sample https://www.google.com/search?q=site%3Awrobot.eu+SpellManager.GetSpellSlotId )
  5. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  6. Hello, check if you have mailbox in npc db (tab tools or in your profile)
  7. You can also add code in "Additional C# code" (like this: https://wrobot.eu/forums/topic/1299-monks-brews/?do=findComment&comment=6999 , https://www.google.com/search?q=Additional+C%23+code+site%3Awrobot.eu )
  8. Hello, can you read this: https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) install SlimDX, vc++ and try to close slimdx, if your problem is not resolved please share your log file
  9. Hello, you use AddState ? robotManager.Events.FiniteStateMachineEvents.OnStartEngine += engine => { engine.AddState(MyState); };
  10. Hello, add conditions (item count) https://www.google.com/search?q=site%3Awrobot.eu+Conjure+Food
  11. Hello, try to disable your antivirus, check if you have selected good version during WRobot installation
  12. User group problem resolved, everything should be good now, sorry for the inconvenience.
  13. you play on private server?
  14. Hello, increment fightclass range or put lower range at your spell
  15. Hello, I get a few problems when I removed subscription for official servers from the store, but problem is normally resolved. edit: Some users seem to not comeback to the group "WRobot user" I'll fix it in the next hours.
  16. https://wrobot.eu/bugtracker/pathing-not-working-on-vanilla-servers-anymore-r1091/
  17. https://wrobot.eu/bugtracker/pathing-not-working-on-vanilla-servers-anymore-r1091/
  18. https://wrobot.eu/bugtracker/pathing-not-working-on-vanilla-servers-anymore-r1091/
  19. Sorry, problem resolved
  20. Changed Status to Fixed Changed Version to All
  21. Hello, you don't use proxy? If yes try to disable it
  22. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install slimdx and vc++
  23. Hello, you can do it with a plugin

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.