#Passives

17 messages · Page 1 of 1 (latest)

nova yacht
#

Can I set up weak auras for passives that give me an empowerd spell every so often to alert me the passive has activated?

#

the example in this case being apex predator craving for feral druid (as shown above)

iron cairn
#

no

#

but

#

it gives a buff

#

and you can make weakauras for buffs

nova yacht
#

ok so I can set it up that an icon appears when the buff comes up

#

how do I go about this?

tidal field
#

!auracreation

lethal cobaltBOT
#

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.

nova yacht
# tidal field !auracreation

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

tidal field
#

there's an option at the bottom of the trigger that determines when to show. Always, aura found, or aura missing.

nova yacht
#

I put that to always and it still does not work 😦

tidal field
#

make sure that the name of the buff you get from Apex Predator is actually called Apex Predator and not something else

#

You have more than one trigger