Working on a WA that pops up with a dynamic display for when Warrior of Elune is off CD and solar eclipse is is <7 Seconds
I have added a trigger to detect if my stacks of Primordial Arcanic pulsar are < 480 also as I wouldn't want to use if my stacks were higher.
However on All Triggers this adds the dynamic that if (rare) the scenario comes around that I haven't got the buff Primordial Arcanic Pulsar at all the Aura wont display.
I added another trigger for aura missing and inserted this custom code
function(trigger)
return (trigger[1] and trigger[2]) and (trigger(3) or trigger[4])
end
but it doesnt work and ends up showing a error.
Any help or advise would be much appreciated!