#Play sound after gaining stack

4 messages · Page 1 of 1 (latest)

trim halo
#

Hey I'm trying to create a condition when gaining a stack of Surge Of Light (114255) it plays a sound.

The only way I managed to do that was creating 2 triggers (first one stacks==1 the second stacks ==2) and add one condition per trigger.

Is there a cleaner way to do that ?

chilly falcon
#

since stack gained can do that

chilly flare
#

which is a condition in the conditions tab available for buff triggers.
so track the buff with the appropriate trigger and you can make a "since stack gained < 1 then play sound" condition

#

for some stuff this doesn't work that nicely, and for those you can achieve this with combat log triggers like "combat log -> spell -> aura applied dose/aura refresh -> destination unit = player -> spell name = ..." and then play the sound via that