#Atonement count tracker as progress bar x/20

5 messages · Page 1 of 1 (latest)

gilded tide
#

How would I go about this? I would like a progress bar that fills up from empty to maximum 20, based on the number of my atonement buffs active.

I can easily get the info through a buff trigger (smart group, atonement, self only) and show it in on an icon with %unitCount. But I'm not sure how to hook up the same info to a progress bar.

violet lion
#

!stackprogress

craggy duneBOT
#

Check out this post #snippets message for setting stacks as progress on a bar.

violet lion
#

change out stacks for unitcount

gilded tide
#

ooh thank you, I'll take a look!