Warrior addon for Turtle WoW that alerts you when Revenge is available and shows a countdown timer.
- Download the addon
- Extract to your
World of Warcraft\Interface\AddOns\folder - Ensure the folder is named
SP_Revengeand contains:SP_Revenge.tocSP_Revenge.xmlSP_Revenge.lua
- Restart WoW or type
/reloadif already in-game
When you block, dodge, or parry an attack while in Defensive Stance, the Revenge ability becomes usable for 4 seconds. This addon:
- Detects when you block, dodge, or parry any attack (from creatures or players)
- Displays a timer bar showing the remaining time to use Revenge
- Accounts for Revenge's cooldown - the red bar shows actual usable time
- Optionally plays a sound alert
- Automatically hides when you use Revenge or the window expires
Timer Bar:
- Yellow bar - Total 4-second proc window
- Red bar - Time you can actually use Revenge (accounts for cooldown)
Use /rev or /revenge to configure the addon.
| Command | Description | Default |
|---|---|---|
/rev x <value> |
Bar X position | 0 |
/rev y <value> |
Bar Y position | -161 |
/rev w <value> |
Bar width | 200 |
/rev h <value> |
Bar height | 13 |
/rev b <value> |
Border height | 0 |
/rev a <value> |
Alpha (0-1) | 1 |
/rev s <value> |
Scale | 1 |
/rev sound <on/off> |
Sound alert | off |
/rev reset |
Reset to defaults | - |
Running /rev with no arguments displays all current settings.
Based on SP_Overpower by EinBaum (https://github.com/EinBaum)