#Help With Adding Glow w/o hiding action button

3 messages · Page 1 of 1 (latest)

ruby marten
#

Trying to create a glow to trigger when (1) divine purpose procs and/or (2) I have three holy power. The main issue is that I do not the button to disappear, I would like it to stay in my abilities bar (desaturated), but whenever I add a glow or power trigger, it disappears. Here is the Wago Link: https://wago.io/mwX30lpI8

I like the look of this and I like having the buttons present/desaturated while on CD but my TV ability disappears entirely when I add the other triggers.

Also, I have enabled swipe, but it is not seeming to activate or show the GCD swipe. Help with both these issues would be appreciated. Thank you.

Wago.io is a database of sharable World of Warcraft addon elements

steel vortex
#

!auracreation

green owlBOT
#

Here's the work flow for the creation of 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.
    3b. In the past this step was vital for your Aura to display the required information. Now you can set the source of many Dynamic Info components (Progress, Icons, Texts) in the Display tab directly, or override them in Conditions.
  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. In Display, set the base Progress Source for the Aura.
  6. 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.