#Passives
17 messages · Page 1 of 1 (latest)
the example in this case being apex predator craving for feral druid (as shown above)
ok so I can set it up that an icon appears when the buff comes up
how do I go about this?
!auracreation
Here's the work flow for any Aura:
1. Think about all the info that the Aura you're trying to make will need.
2. Make a trigger for each piece of info
3. Decide which info should be sent as Dynamic Info and order the triggers accordingly.
3a. Order them so that "Dynamic Info from First Active" catches the right info, or select a specific trigger.
4. Decide which triggers need to be involved in overall activation of the Aura and change Required for Activation accordingly
4a. All (default), Any or Custom (e.g. function(t) return t[1] and (t[2] or t[3]) end) - https://github.com/WeakAuras/WeakAuras2/wiki/Aura-Activation-and-Deactivation#custom
4b. This step lets you include triggers that will be used only for Conditions but excluded from Activation entirely.
5. Make your conditions using the info from the triggers.
While working through this and building your Aura, if there's anything you're unsure of, just ask in the appropriate Help channel.
I set up the trigger but it wont work do I need more than 1 trigger I just got this one which should work for when this buff appears on me
there's an option at the bottom of the trigger that determines when to show. Always, aura found, or aura missing.