Recently when I log into my characters, certain weak aura lines are triggering.
Example, I have a WA for Guardian of Kings, when it activates my toon says “GoAK activated!” and when it ends, “GoAK faded!”
So when I log in, my character says “GoAK faded!” and it does this for every aura that has a /say line.
Anyone experienced this / know how to fix? I am running the latest version.
Whenever you reload or enter/leave instances run time state will get reset and depending on how you created the trigger that reset may look like the buff expiring.
There’s a combat log event for aura faded (buffs and debuffs are auras) and if that doesn’t work you can create a trigger based on the remaining buff duration which fires when you have 0.5 or less remaining on the buff time, which is just as good as the aura expiring.
You could store the ACTUAL time the events happened persistently and pull them from there instead of letting WA sort it out for you.