#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)
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