#Tick Mark Not Changing

9 messages · Page 1 of 1 (latest)

fleet nebula
#

I'm trying to change the height of the tick mark on this wa:

I found where I think it is being set in "Actions": https://wago.io/oEqn9LJVQ

aura_env.flurry_time = time()
aura_env.comet_storm_time = time()

if not aura_env.tickMark then
    local bar = aura_env.region.bar
    local tickMark = bar:CreateTexture()
    tickMark:SetDrawLayer("OVERLAY", 7)
    tickMark:SetColorTexture(0, 0, 0)
    tickMark:SetSize(1, 18)
    tickMark:SetPoint("CENTER",bar,"CENTER")
    aura_env.tickMark = tickMark
end

But changing that 18 to another value isn't working...

Shows a bar/icon/both for Winter's Chill charges, but instead of waiting for the spells to reach the target, it add

woven lynx
#

does that aura interact with that in any way or is it just in the dead middle?

#

you can just delete that and use the display tab

fleet nebula
woven lynx
#

reload because of what that aura did

fleet nebula
#

ooooo

woven lynx
#

after you make that the real way it works

fleet nebula