#Help With Conditional Aura

5 messages · Page 1 of 1 (latest)

lime sky
#

Hello, I am making a WA to let me know the conditions to cast a specific spell. I've set up all the triggers for the buffs and auras to watch, and can get each one to individually trigger and trigger with my customer trigger logic. However, once I add a Nether Precision Aura, something seems to break.

I tried to manually trigger the NP, but that doesn't seem to work either. Not really sure what is going on or how to debug this one, as my other aura with NP work (copied the spell ID from working auras just in case)

Does anyone know if there is something special with the NP aura that I need to do? I've tried a few different was to trigger and conditions but can't seem to get it to do what I want.

https://wago.io/TdEJnTUng

naive nimbus
#

I'm unsure when you want the aura to actually trigger the text. Is meeting any of the requirements from the 4 triggers, enough to show the text 'Queue Arcane Barrage', or do they all need to be met, before you want to show that text?

#

Also, just a tip, don't use 'Exact Spell ID(s)' unless you absolutely must, or are 100% sure it is the right id. You can just as easily put the id in the Name(s) field. Which makes Weakauras do some fancy thinking on it's own, so if it sees the buff, but with a different iD, it'll still trigger. Cause that Nether Precision ID for me is 383783, not 383782. And cause you put 383782 in the 'exact spell id(s)' field, it'll never trigger on that.

#

Also your Arcane Orb tirgger will never trigger, as Aracne orb can at max have 2 charges, having it at > 2, will never make it work.

#

So either put it at > 1 or = 2