Please see Zera ZT Interrupt Tracker for Dragonflight.
Only shows interrupts when they are on-cooldown. In Arena, also shows enemy interrupts that are colored red (great for fake casting/dekes!) while friendly interrupts are still colored by class. Only loads in Dungeons and Arena PvP.
Works for all interrupts including Vengeance Demon Hunter's Sigil of Silence, Balance Druid's Solar Beam, and Protection Paladin's Avenger's Shield while fully accounting for resets. Interrupts disappear from the list when they are available, but Avenger's Shield resets are "stickie" and stay with a "Ready" notification since the resets occur frequently.
No additional WeakAuras or addons are required for functionality.
Credits: this WeakAura is an edit of Nnoggie's pre-9.0 Interrupt Tracker (not the newer ZT one) and includes Prot Paladin Avenging Wrath code from Litenhund. Big thanks to Cremor here on Wago.io for help with code fixes!
Known feature: on Avenger's Shield resets, prints the word "reset" into the console as a message in chat. This is the only way I am aware of to properly track them without additional WAs or addons. If you don't like that spam when you're running a dungeon you can create a new Chat Tab and add whatever chat types/channels you want and the console won't print there.
Known issue: Shadow Priest's Talent "Last Word" for -15s on Silence is not accounted for (no idea how to make it work, sorry -- the talent is really weird in that it actually subtracts the duration instead of creating a new move with a new spell ID).
Known issue: Things get weird with Warlock Grimoires :( not sure how to fix.
FAQ: why use this over the newer version of Nnoggie's interrupt tracker? -- while the new ZT version can be more accurate* and has a few really awesome features, IMO it also has a few significant downsides:
The new version does not work for tracking enemy interrupts in arena
The new version does not allow hiding interrupts when they are available, which IMO is cluttered and distracting
The new version requires additional addons and weak auras to work (*and is only more accurate if your party members also have those additional WAs and addons (this version only requires a single weak aura))
--- --- --- --- --- --- --- --- --- ---
Change Log:
*** 7/16/2022 ***
- Finally figured out which spell ID I was missing for Demo Warlock/Fel Guard, yay
*** 1/7/2021 ***
- Additional updates to fix LFG bugs (thanks @cremor!)
- Avenger's Shield cooldown adjustments (thanks again @cremor!)
*** 1/4/2021 ***
- Added code to prevent "you aren't in a party" spam during LFG groups (thanks @cremor)
- Adjusted math floor code with nill conditional to hopefully prevent errors in LFG groups (thanks again @cremor)
- Disabled Warrior Spell Reflect from displaying by default (can re-enable if you wish by uncommenting the line in the Display code)
*** 11/12/2020 ***
--- Removed unnecessary call for an unneeded addon that was causing errors
*** 11/3/2020 ***
--- Added Warlock Felguard Axe Toss
*** 10/29/2020 ***
--- Truncated progress timers to no longer show decimals and instead round to the nearest whole number (the decimals came back after the rework, they were not intentional)
*** Shadowlands 10/28/2020 Update ***
--- Complete overhaul, new version uses Nnoggie's pre-9.0 as a base and includes Prot Paladin Avenging Wrath code from Litenhund.
--- I edited the code to hide interrupts when they're off cooldown, but still display Avenger's Shield as "ready" when it resets.
--- I also changed it so that enemies in Arena are colored red (instead of by Class color).
*** 10/25/2018 Update ***
--- Added Balance Druid Solar Beam to tracker
--- Enabled tracker in Arenas (great for fake casting/dekes!)
-------- Shows both Friendly AND Hostile interrupts in Arena
--- Tracker now starts at bottom and sorts descending
-------- TO USE THE OLD SORT METHOD: just change "Grow" to "Down" and "Sort" to "Ascending" in the Group's settings
*** BFA Launch Update ***
-- Updated for BFA Patch 8.0 -- removed Arcane Torrent from tracker since it's no longer an interrupt.
-- Changed Demon Hunter tracking (their old interrupt, "Consume Magic", is now a dispel and their interrupt is now called "Disrupt")
-- Changed Warlock interrupt from "Shadow Lock" to "Spell Lock" (thanks @Talimar)