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, not feature for this, but you can do this with lua/c# and custom profile, plugin or quest profile.
  2. Hello, sorry I cannot change this.
  3. Droidz commented on Zerovita's bug report in Bug Tracker
    Hello, sorry but I'll not add this feature.
  4. Hello, general settings window was never been resizable
  5. Hello, Try to remove "return ItemsManager.GetItemCountById(38607) >= 1;" and put true at "Auto Detect Objective Count ..."
  6. Hello, longmove use only the flying mount.
  7. Hello, in product settings you can select "ramdon" or select specific BG (max 2)
  8. Hello, http://wrobot.eu/forums/topic/596-use-hearthstone/?do=findComment&comment=6812
  9. Hello, you don't need to cancel your subscription: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/?do=findComment&comment=17816
  10. Hello, you seem launch Wow in 64 bit. Can you check if all is good: start wow in 32-bit Try also to install SlimDX
  11. http://wrobot.eu/bugtracker/sitting-on-full-ancient-mana-r549/
  12. Hello, you get this problem in product "WRotation"? if yes try to active option "Launch rotation when combat starts". This problem can be caused by your fightclass also.
  13. Hello, yes you can, add task type 'ChangeCharacter'
  14. Hello, you can found on website several way to use Stealth: https://www.google.com/search?q=site%3Awrobot.eu+stealth
  15. Do you have error in wow when milling don't works?
  16. Hello, add step type runcode before pulse your quest: wManager.wManagerSetting.CurrentSetting.HarvestAvoidPlayersRadius = 0;
  17. Hello, to avoid to jump you can try also to: wManager.wManagerSetting.CurrentSetting.AvoidWallWithRays = false; For precision movement you can: wManager.Wow.Helpers.ClickToMove.CGPlayer_C__ClickToMove(position.X, position.Y, position.Z, Int128.Zero(), (int)wManager.Wow.Enums.ClickToMoveType.Move, 0.5f); OR wManager.Wow.Helpers.MovementManager.MoveTo(new Vector3(x, y, z)); Code for quest "Enigmatic" (replied by private message, but this can help): if (wManager.Wow.ObjectManager.ObjectManager.Me.HaveBuff(219247)) { var tile = wManager.Wow.ObjectManager.ObjectManager.GetObjectWoWAreaTrigger() .Where(u => u != null && u.IsValid && (u.SpellID == 219246 || u.SpellID == 219262)) .OrderBy(u => u.Position.DistanceTo(wManager.Wow.ObjectManager.ObjectManager.Me.Position)) .FirstOrDefault(); if (tile != null) { var loc = tile.Position; if (loc.DistanceTo(ObjectManager.ObjectManager.Me.Position) > 1.5) { MoveTo(loc); } } }
  18. Hello, in general settings you can try to put "Max units near" at 0. But not easy way to skip node if you are in combat.
  19. Hello, http://wrobot.eu/forums/topic/4087-discord-channel/
  20. Droidz replied to lohaer's topic in General assistance
    Hello, problem already resolved by private message.
  21. Hello, I'll not add this command. But you can try to force regen with: wManager.wManagerSetting.CurrentSetting.FoodPercent = 95; wManager.wManagerSetting.CurrentSetting.DrinkPercent = 95; (don't forget to restore default settings)
  22. Hello, Can you share your log file please (http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/).
  23. Hello, you seem to get problem with " LootFilter " (it is an WRobot plugin?) Try to reinstall WRobot, if your problem is not resolved: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (try also to reinstall framework)
  24. Hello, WRobot was never detected. Yes you can use WRobot only for rotations (With 'WRotation' product).
  25. Hello, do you have repair npc in your NPC DB (tab "Tools") or in your profile.

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.