#Ritual of Ruin WA

28 messages · Page 1 of 1 (latest)

pale storm
#

Hey guys, i am sure that for most of you this would be a simple thing to do, but i was wondering, could anyone help me to make a WA that simply tracks my Ritual of Ruin count on the middle of the screen, so i don't have to always look to the upper right corner?
I am using the normal Blizzard UI since i am very happy with it, but its that one specific thing that bothers me a lot that i can't show that on my Personal Ressource Bar.
Thank you in advance, and i hope you guys have a great saturday!

warped scarab
#

click new aura and then Premade Auras, should be in there

pale storm
#

Hmmm thanks, but sadly it doesn't seem to work the way i would expect it to

#

I chose the textur that is (i suppose?) supposed to charge depending on the count of your buffs.
So i thougt that https://i.imgur.com/tkQEziz.png the 2 white things next to my character, would go from 0-10 depending on how many stacks of Ritual of Ruin i have

warped scarab
#

you're after a progress texture in that case, not a texture

#

next step would be to add a text to the aura, you can do that in the display tab

#

in the text field you enter %c

#

a new field will show up, paste this there

function()
    if aura_env.state and aura_env.state.stacks then
        aura_env.region:SetDurationInfo(aura_env.state.stacks, 20, true) -- change 20 to the max stacks
    end
end```
#

change 20 in the example for how many stacks is the max amount

pale storm
#

❤️

#

That worked

#

Thank you programming god

#

May me prayers reach you this night and put you into the best night sleep you have ever had

warped scarab
#

thank u for those kind words pepelove

pale storm
#

One last question

#

So, since Ritual of Ruin is done when it reaches 10 stacks, how do i do it, that for example those 2 white textures start blinking green or whatever

warped scarab
#

go to the conditions tab

pale storm
#

yea

warped scarab
#

if trigger 1 - stacks = 10 then
change color/glow

#

or if u want them to blink green

#

!conditionalanimations

gray oxideBOT
#

There's a message in #pins about controlling Animations via Conditions, but it's a hassle. If you don't have a strong reason to put it all in a single Aura then we recommend using separate Auras for the non-animating and animating states, and using triggers to control which one is displayed.

pale storm
#

And can one also add a counter next to it while its below 10?

#

I am sorry, i try to make this feel like a Blizzard UI element as much as possible

warped scarab
#

sure, add a text in display, put %s in text field

pale storm
#

uuuuugh

#

Its perfect

#

Thanks to you, i will now become the strongest Warlock in WoW's history