Data for other players is only visible if they have this addon or one of the following installed:
This addon displays the following about Windfury status:
- Minimum remaining duration for Windfury buff across party
- Windfury status of party members (grey if buff inactive, class color if buff active)
- Flashing icon when less than 3 seconds remaining on buff
- Desaturated icon when buff is inactive
Custom options (accessible via /windfuryhud
, /wfhud
, /wfh
):
- Show/hide duration text
- Show/hide player names
- Show duration only for own Windfury buff
- Show only when in combat
- Hide all displays
- Invert display (only show when party members are missing buff)
- Movable by Shift + click and drag
- Resizable by Alt + click and drag
- Reset size by Ctrl + click
This addon uses the WF_STATUS
protocol as follows:
_, expire, _, id, _, _, _, _ = GetWeaponEnchantInfo()
guid = UnitGUID('player')
_, _, lagHome, _ = GetNetStats()
C_ChatInfo.SendAddonMessage("WF_STATUS", "<guid>:<id>:<expire>:<lagHome>:additional:stuff", "PARTY")