#GCD text showing when using %p

4 messages · Page 1 of 1 (latest)

solemn carbon
#

I'm using %p to track cooldowns on certain spells while also having checked the box "show gcd" under triggers. Togheter this means that whenever the GCD is triggered it is shown in the %p text.
Reason for using %p instead of the built in swipe overlay feature under display is because I want to modify the text to be bigger and have a thicker outline which I can't seem to do with the latter.

Notice the timer in Mind Blast and SW:D. That is the GCD showing.

I tried doing something under conditions, for example if the remaining CD is below 2 sec it wouldn't show at all which kind of is OK but it removes the last few seconds of my CD tracking which kind of triggers my OCD.

Is there a way to remove the GCD from the text display while still showing it's swipe effect on the spells?

native snow
#

!hidegcd

lilac bloomBOT
#

Condition: [IF total duration < 2 THEN #text - show = <untick>]

solemn carbon
#

Oh wow!