#Need Help 4h Mark Rotation Weak Aura doesn't count marks or plays sound. https://wago.io/amLxHdF6g

5 messages · Page 1 of 1 (latest)

lone aspen
#

I have the weak aura imported but after the 20 seconds after the first mark the number is still 0 and sound doesn't play after inputted debuff mark is time to move. Any help is appreciated.

winter ledge
#

in trigger 1 there's this error message

#

to fix that you skim through the code and look for any "subevent" that the author used. you can see here he uses SPELL_CAST_SUCCESS

#

so change this from COMBAT_LOG_EVENT_UNFILTERED -> CLEU:SPELL_CAST_SUCCESS and it should hopefully work (leave the encounter events alone)

#

if there were more subevents in the code you'd do CLEU:SUB_EVENT_1:SUB_EVENT_2:SUB_EVENT_3 etc