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.

ynphea

Members
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ynphea reacted to Ordush in Assist Main Tank in Party Mode Questions   
    I don't think wrobot has a way to get it from memory, so you will probably have to get it from lua.
    Edit:
    https://wowwiki-archive.fandom.com/wiki/API_UnitGroupRolesAssigned
     
    string SomeString = Lua.LuaDoString<string>("return UnitGroupRolesAssigned(Unit)"); Where you replace the "Unit" with whatever. (Player, Party1, Raid1, Target etc.)

    Edit Edit:
    You can iterate over your party members with a for or foreach loop. ?
  2. Like
    ynphea reacted to Ordush in Assist Main Tank in Party Mode Questions   
    It depends very much on what expansion you are working on. WOTLK has a definition for a tank, whereas tbc/vanilla doesn't. (In this case you will have to define the tank yourself.
    You can use the "help party members" option in advanced settings to make sure that the party begins combat with whatever anyone else in the party is attacking.
    So in short, with this option on: If your tank attacks a target, your bot will automatically help the tank.
    Target selection is something completely different, which if you don't override it will choose by itself.
    In order to change the target manually, you have to "stop" your current combat and restart it with a new target. It's actually not as easy as it sounds. ?

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.