hey iam trying to make an wa for a spell that gives a buff with a texture changing color for when the spell is ready or not the buff is active or not with timers for cd and buff duration but it doesnt show up in the first place when i close weak auras
i have it load on class x spec x talent x wich are all true but it just doesnt show any ideas why
#ancestral guidance
10 messages · Page 1 of 1 (latest)
found a soltuion it was set to all triggers wich is obvsly impossible now i want to add a text to show the duration of the buff when its active but it doesnt show the right ammount of time
!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.
Point 3a should be about your problem
i fixed it with just making a seperate text only wa 😛
but i have a new problem rn i have a wa that spinns if noone in my party has earth shield if i apply it it shows the stack ammount but since shamans now can have a earthshield on them self and 1 party member i cant get it to work for one aura only showing my shield status and the otherone showing the group status excluding me
so probably the question is how do i exclude myself in a wa that fetches info from how many people in the party have the buff
I know that i can ignore self but the amount of players in the Group having the buff is still 2 then