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.

FNV316

Members
  • Joined

  • Last visited

Solutions

  1. FNV316's post in Breathe remaining hook was marked as the answer   
    WRobot doesn't have such a function, but you can create your own using Lua: http://wowwiki.wikia.com/wiki/API_GetMirrorTimerInfo
    HMP uses Lua events to decide wether you need to swim up again, see "Related events" at the bottom
  2. FNV316's post in Go to the point [quest] was marked as the answer   
    Create a follow path step that leads right before the portal, add step "Run Code" and insert one of these two codes:
    wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(123.456, 123.456, 123.456)); For 123.456 you insert the coords of a point behind the portal.
    Or:
    while(Usefuls.ContinentId == (int) ContinentId.Azeroth) { wManager.Wow.Helpers.Move.Forward(Move.MoveAction.PressKey, 1000); }  

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.