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!
#Ritual of Ruin WA
28 messages · Page 1 of 1 (latest)
click new aura and then Premade Auras, should be in there
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
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
❤️
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
thank u for those kind words 
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
go to the conditions tab
yea
if trigger 1 - stacks = 10 then
change color/glow
or if u want them to blink green
!conditionalanimations
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.
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
sure, add a text in display, put %s in text field