Hey together, I need some help with tracking consecration with the new Sanctuary talent.
I use a weak aura to tell me when I don't have Consecration buff or 2 seconds before it is running out.
To do this, I simply use 2 triggers:
- Trigger 1 shows me when the buff is absent
- Trigger 2 tracks Weak Aura as a totem and tells me 2 seconds the totem duration ends
Now I thought tracking the new 4 seconds buff would be easy with just showing me when there are <= 2 seconds left of duration when I moved away from it. - Trigger 3 shows me when consecration duration is <= 2s
But here the issue begins, trigger 3 is always active while I stand in consecration because then the buff has no duration and no duration seems to also meet the condition <=2s.
Do you have any idea how I can check the debuff while standing out of consecration without also meeting the condition of a buff without duration while stading in consecration? I'm currently running out of ideas.
Best regards