Originally Posted by Ferous
My codes don't work with the new DogTags, and was wondering if anyone could give me a hand and help me figure out the code for these. They are durations on my LB, Rejuv, and Regrowth within my Pitbull.
The code right now that I have for it is:
[Outline][ [Class#player = Text(Druid)] ? HasAura(Regrowth) ? AuraTimeLeft(Regrowth):Floor:Color(99dd99):Bracket][ [Class#player = Text(Druid)] ? HasAura(Rejuvenation) ? AuraTimeLeft(Rejuvenation):Floor:Color(00bbff):Bracket][ [Class#player = Text(Druid)] ? HasAura(Lifebloom) ? AuraTimeLeft(Lifebloom):Floor:Append([Text(*):Rep([NumAura(Lifebloom)])]):Green:Bracket]
|
i've been using
[(if HasAura("Lifebloom") then
AuraDuration("Lifebloom"):Floor
end) (if HasAura("Lifebloom") then
"*":Repeat(NumAura("Lifebloom"))
end)]
[if HasAura("Rejuvenation") then
AuraDuration("Rejuvenation"):Floor
end]
[if HasAura("Regrowth") then
AuraDuration("Regrowth"):Floor
end]