I have 2 spells that have 2 charges and they both glow when I get a buff. If I cast the spells before I get the buff (so the charge(s) go down to 1) then the buff procs the glow doesn't appear. How do I get the glow to stay on the spells even if their charge count changes. Image showing the spell with 2 charges glowing but the one with 1 charge is not although the buff is still active
#How can I keep an Aura on a spell when the spell charge changes?
41 messages · Page 1 of 1 (latest)
can you link the aura?
Sorry how do I do this?
Message is too long to send...sorry ive never done this
that's the site for WA sharing, you can just paste it in there and give me the link
Wago.io is a database of sharable World of Warcraft addon elements
Would you like me to do the same with the other spell?
I don't quite get the conditions tbh
what did you expect, when setting "on cooldown = true" then "glow 1 visibility off"
except it turning the visibility off when it's on CD?
like, you have coniditons that turn your glow off when the spell is on CD
and the only condition that turns your glow on has it required that the ability is not on CD
and at 1 charge, your ability is on CD
I had this imported and I'm just editing it. I didn't set up this myself
ok, so you'd want it to glow only when you have the buff?
and under no other circumstances
delete all glow conditions
and make a new one like this:
Wago.io is a database of sharable World of Warcraft addon elements
That keeps it on now even without the buff
no
ok i imported yours and its working
you should be able to do this with the other auras as well
if they also all track a buff in their trigger 2
you just have to delete all other "glow" conditions before that, the person that set them up was very tired when they did that
Ok I'll give it a try with the other spell
if trigger 2 is a buff trigger that's only active when the buff is found:
all that condition there says is "while the buff is found, have the glow active"
if there's no other condition that handles glows, then it'll work like you want
I don't know what I am doing wrong then. When I do it like this it stays on?
you set it to trigger 1
trigger 1 is your spell CD trigger, that's always active
you want to check if trigger 2 is active
trigger 2 is the one that tracks the buff
all good, it's a loooooot of options and drop downs to easily get confused in at the start
ya I had no problem getting everything edited but this part just wasn't working and I couldn't figure it out