#Glow Raid Frame when they cast a spell

6 messages · Page 1 of 1 (latest)

thin hill
#

Looking for a way to glow a frame when a raid/party member casts a spell. I have a version working for when the spell grants an aura (that was fairly easy). My issue is some of the spells I want to track dont grant the player an aura.

For example here is warlock. For Tyrant it is pretty straight forward because the spell grants the player "Demonic Power" buff, and I can easily glow off that. But If I say look at Darkglare, all I have is the success event of the spell, and I cant quite seem to figure out how to get the frame itself to glow for the player that casts the Darkglare itself

thin hill
junior leaf
#

You're on the right track, you'll just need to use a custom trigger to set the unit as the combat log trigger does not have a unit. I suggest using a watched trigger

#

!watched

junior leaf
#

You'll need to look at the source from the combat log SPELL_CAST_SUCCESS trigger and use that to determine the unit that cast the spell.