#Custom conditions events not triggering

21 messages · Page 1 of 1 (latest)

weary flame
#

I made an aura with a custom trigger that send a ScanEvent (WeakAuras.ScanEvents("UPDATE_ASSIST_STATE")).
Then I added a condition to this aura where I have set UPDATE_ASSIST_STATE as Additional Events.

So, my intention is to update the formatting (condition) when my aura is triggered.

Unfortunately, it doesn't work with UPDATE_ASSIST_STATE but works with WoW API events (like PLAYER_IN_COMBAT_CHANGED)

I think the problem is that the ScanEvent is sent by the same aura that listen it because I made another aura that also listen UPDATE_ASSIST_STATE and it works. Can someone confirm? Do you have any suggestion?

storm crane
#

I think you're sending scanevents before the aura is active, so conditions don't run.
I'm not sure, because the screenshots don't show everything

#

!linkit

round tinselBOT
#

WeakAuras doesn't show anything by default, it's just the framework that lets you import or create "Auras" to display things. If you're having an issue with an Aura, and/or want opinions on it, then you need to share the specific Aura. The best way to do this is to link it through https://wago.io/.

If you only imported the aura, you may right click the aura in-game and select Copy URL and paste it here. If you have modified the aura or created your own, you may instead select Export to string... and upload the string to https://wago.io/. This does not require an account.
You can now paste the import string directly into Discord (with no other text, only the string) and a bot will import it for you and link the wago.

weary flame
weary flame
#

I managed to fix it by creating 3 trigger, one for each state and then triggering them using my ScanEvent: https://wago.io/1qULcObhW

civic thunder
#

!qura_env

#

!aura_env

round tinselBOT
civic thunder
#

Also, there is no need for scanevents here, just use something like stacks, there is also no need for multiple triggers

#

Or a custom check

#

!starterkit

round tinselBOT
weary flame
# civic thunder !aura_env

I don't use aura_env in this aura because glovar is used by some aura aura I made so I needed a variable globally accessible 🙂

weary flame
civic thunder
#

It's the code blocks below the trigger block.

dull moss
#

this helped me alot

civic thunder
#

That's on the wiki

#

![help]

round tinselBOT