I'm trying to create a Aura for a spell, Evocation (12051) for example, that will show Evocation in %p when it has 5 seconds left on cooldown and play a sound, and then changes to Evocation READY! and play a different sount when off cooldown. I've looked online, even asked chatGPT for this, but only found on the older format for triggers. I've tried creating different triggers for both situations and alternating the Dynamic Information around, and tried creating a trigger just for <= 5 seconds and tweaking the changes with conditions, but it is no working as intended. Can anyone help me?
#Help me create a Weak Aura to track when a spell is coming off cooldown and change when ready
1 messages · Page 1 of 1 (latest)
Actually got it to work by doing 2 different auras, but I would really like to make it in a single one, if possible...
yes, but how to set up triggers and how to add conditionals based on the triggers?
Spell->cooldown->evocation->Remaining Time <= 5 -> On Cooldown
Spell->cooldown->evocation-> Not on cooldown
Required for activation Any Trigger.
Conditions tab change the text based on which trigger is active.
OH that was my issue! I forgot to change the All Trigger to Any Trigger