#WA to repeat a current timer after trigger

12 messages · Page 1 of 1 (latest)

woeful mulch
#

Good morning everyone, I have been playing with weakauras for a little while and I am stuck and asking for a bit of assistance. https://wago.io/yDEK_Up8q is my current weakaura that I created for the spell Vivacious Vivification. I have the icon to show up when the buff is available and when it procs, currently I have a timer to count down 10 seconds until the next buff is up. Currently, it will work properly if you cast that free vivify and the buff goes away. However, if you do NOT cast the spell and the buff remains active, the timer disappears after 10 seconds.
I was wondering how I can keep the timer continuously repeating after that first trigger is detected (so even if you do not cast the buffed spell, you can see when the next one is coming up, and possibly have 2 back to back free casts). Thank you for your time.

Wago.io is a database of sharable World of Warcraft addon elements

vivid frigate
#

You'd need Custom code for that probably.

woeful mulch
#

I was thinking that and have attempted this but no luck:

vivid frigate
#

No return is expected from Actions

#

And On Show runs once when the Aura is shown and not again until the Aura hides and is shown again

#

![help]

upbeat summitBOT
#

Click [help] on any expanded code block to get information specific to that block's usage, including any args sent in, and any expected returns.

woeful mulch
#

Hrm, so that being said, would this be more along the lines of an on Init custom code?

#

(very new to coding sadly ><)

vivid frigate
#

Custom Triggers is how you set Progress in WA

#

!starterkit

upbeat summitBOT