#How to make raid WeakAuras?

3 messages · Page 1 of 1 (latest)

nocturne skiff
#

Asking how do you make raid weak auras? I'm looking to delve into making some simple raid weakauras and would like to find some resources on what you look for in the raid to craft weakauras based on things going on in the raid. If anyone has some basic information or a great guide to send me in the right direction I would greatly appreciate it!

Thanks a ton in advance!

If anyone has some time to chat outside the game I would really enjoy the time to look over some information. Again thank you so much for anything and any help that the community provides!

reef zinc
#

!auracreation

craggy reefBOT
#

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.