#Warrior of Elune WA

5 messages · Page 1 of 1 (latest)

clear pasture
#

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!

amber meteor
#

custom code doesn't work cuz you put trigger(3) instead of trigger[3]

past gull
#

!bugsack always bugsack.

heady cedarBOT
#

If you are having errors we need a copy of the entire error's text to be able to help.
See this message #pins message for details on getting detailed Lua errors

clear pasture
#

🙂