This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I don't know if this exists or not, but I'd like to add an icon that shows whenever my healer got his school locked, i.e. somebody landed a successful interrupt on him, for example "Kick or pummel".
I created an icon for this, then add in the whitelist "Pummel and kick" but when a warrior or rogue kicks my warrior successfully, the icon doesn't show.
So I don't know how to track this, or if there's a way let me know.
Thanks.
Grid2 tracks buffs or debuffs on the units, so this cannot be done if the interrupt ability does not apply a debuff on the unit.
It doesn't apply a debuff - but it has a spellID especially for interrupted.
So I don't know how to add this!
RogueSPELLCAST: 1766 - KickINTERRUPT: 1766 - Kick
MageSPELLCAST: 2139 - CounterspellINTERRUPT: 2139 - Counterspell
WarriorSPELLCAST: 6552 - PummelINTERRUPT: 6552 - Pummel
PriestSPELLCAST: 15487 - SilenceINTERRUPT: 220543 - Silence
Death KnightSPELLCAST: 47528 - Mind FreezeINTERRUPT: 47528 - Mind Freeze
ShamanSPELLCAST: 57994 - Wind ShearINTERRUPT: 57994 - Wind Shear
DruidSPELLCAST: 78675 - Solar BeamINTERRUPT: 97547 - Solar BeamSPELLCAST: 106839 - Skull BashINTERRUPT: 93985 - Skull Bash
PaladinSPELLCAST: 31935 - Avenger's ShieldINTERRUPT: 31935 - Avenger's ShieldSPELLCAST: 96231 - RebukeINTERRUPT: 96231 - Rebuke
MonkSPELLCAST: 116705 - Spear Hand StrikeINTERRUPT: 116705 - Spear Hand Strike
WarlockSPELLCAST: 132409 - Spell LockINTERRUPT: 132409 - Spell Lock
HunterSPELLCAST: 147362 - Counter ShotINTERRUPT: 147362 - Counter ShotSPELLCAST: 187707 - MuzzleINTERRUPT: 187707 - Muzzle
Demon HunterSPELLCAST: 183752 - DisruptINTERRUPT: 183752 - Disrupt
npc:417 (Felhunter - Warlock)SPELLCAST: 19647 - Spell LockINTERRUPT: 19647 - Spell Lock
npc:26125 (Risen Ally - Death Knight)SPELLCAST: ?INTERRUPT: 91807 - Shambling Rush
Note: I added the Intererupt and not the spellcast, but it didn't work cause it converts it into a "Spell name"
Simply it's not possible. Grid2 tracks Buffs/Debuffs applied to the units, not spells/abilities.
To post a comment, please login or register a new account.