#Wa does not reset correct.

10 messages · Page 1 of 1 (latest)

dire slate
#

I’m having trouble with a WeakAura I built myself… unfortunately, I’m more of a hobby tinkerer when it comes to Lua.
The WA is supposed to play the “idiot” sound file once POM comes off cooldown. But it should only happen if I fail to use the cast for 3 seconds after it’s ready.

So far, this works almost as intended with my version — but only the first time I mess up in a fight. After the “idiot” call, if I use the cast and then forget again for 3 seconds once it’s ready, the sound file doesn’t play anymore. It feels like the WA isn’t resetting properly.

Importstring: https://ctxt.io/2/AAD40hKNEw

Many thanks in advance for taking the time to look into this and helping me out!

light sphinx
#

you can use a default cooldown trigger for not on cooldown andthen a conditon with since ready > 3 then play sound. no need for any code

dire slate
#

but this will not repeat idiot ... 3sek... idiot and so on...or iam wrong? Sorry i just start to learn this stuff 🙂

light sphinx
#

it will not

delicate frigate
#

huh? it will

dire slate
#

hanks for the help. That will already be useful for me. Still, I’d like to find my mistake so I can learn from it. So if someone helps me with this, I’d be a bit smarter and happier 🙂

light sphinx
#

did you mean repeat as in when it happens again or loop?

dire slate
#

loop is what i want to achiev. And also loop when this happens again.

light sphinx
#

there is a loop option

dire slate
#

tbh i feel stupid tried to solved with a code 😄 There is all i can imagine inside the default conditions!