Earlier Versions
Name | Size | Uploaded | Game Version | Downloads | |
v1.4 release | 5.61 KB | Jun 25, 2021 | 1.13.3 | 0 | ![]() |
1.3b release | 5.49 KB | Apr 20, 2020 | 1.13.3 | 7,359 | ![]() |
v1.3a release | 5.47 KB | Apr 15, 2020 | 1.13.3 | 930 | ![]() |
Windfury_HUD-v1.3a release | 5.49 KB | Mar 25, 2020 | 1.13.3 | 1,137 | ![]() |
Windfury_HUD-v1.3 release | 5.43 KB | Mar 5, 2020 | 1.13.3 | 882 | ![]() |
Windfury_HUD-v1.2c release | 5.23 KB | Feb 10, 2020 | 1.13.3 | 723 | ![]() |
Windfury_HUD-v1.2b.zip release | 6.33 KB | Feb 7, 2020 | 1.13.3 | 197 | ![]() |
Windfury_HUD-v1.2a.zip release | 5.12 KB | Feb 6, 2020 | 1.13.3 | 110 | ![]() |
Windfury_HUD-v1.2.zip release | 5.10 KB | Feb 6, 2020 | 1.13.3 | 26 | ![]() |
Windfury_HUD-v1.1.2.zip release | 5.07 KB | Feb 5, 2020 | 1.13.3 | 133 | ![]() |
Windfury_HUD-v1.1.1.zip release | 5.07 KB | Feb 5, 2020 | 1.13.3 | 32 | ![]() |
Windfury_HUD-v1.1.zip release | 5.06 KB | Feb 3, 2020 | 1.13.3 | 115 | ![]() |
Windfury_HUD-v1.0.zip release | 4.67 KB | Jan 30, 2020 | 1.13.3 | 116 | ![]() |
Description
Data for other players is only visible if they have this addon or one of the following installed:
- WF Now!
- WindfuryComm
- DEPRECATED: Windfury Alert
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”)
Add a comment