#Trying to add clipping marks to this pre made cast bar isnt working

1 messages · Page 1 of 1 (latest)

oak patio
#

I am using this WA https://wago.io/Afenar_Mage and I went into the settings and selected the cast bar, added "clip overlays" gave it some color and a texture but nothing is happening. Does anyone know what im doing wrong and how to get it working?

The entire collection of Mage for World of Warcraft: TWW from Afenar UI collection Our discord: https://discord.gg/eq2y

undone agate
#

What exactly do you want to show?
"Clip overlays" jus constrains overlays to the size of the bar

oak patio
#

oh im dumb then

#

what im trying to add is like marks for each tick of damage

#

on channeled casts

#

I mistakenly thought clip overlays was that

undone agate
#

That's not possible with default features

#

There's no generic solution to that, some spells tick on different intervals/different amount of times per channel IIRC

#

You can go custom and find out the specifics for the spells in question, but that will require some coding

oak patio
#

ah ok ty then.

undone agate
#

Since AFAIK there's no API that returns the tickrate etc. for you, you can't make a generic approach

#

Otherwise it'd already be included probably

serene beacon
#

the problem is the spells have a different amount of ticks e.g. Arcane Missiles has 5 ticks, evocation 6. so if you want to show for specific spells one way may be to add the ticks for all spells (what means for arcane missiles at 20,40,60 and 80 % and for evocation on 16.67,33.33, 50, 66.67 and 83.35 %) and the just show them if the spell is cast

#

the advantage of this method is it's completely unaffected of haste so u don't need any calculations