#Timer after spell is off cooldown

9 messages · Page 1 of 1 (latest)

digital stream
#

I think this should be really easy but can't seem to get the display text to work.
I want to show a counter on the spell icon for how long Force of Nature has been OFF cooldown, up to 15 seconds. I have tried using %1.readyTime for the display text but it just shows a random really big number instead of a counter of the seconds. I have tried using %chargeGainTime as well which also doesn't work.

The reason I want this is for the Control of the Dream talent which knocks off up to 15 seconds of a spell cooldown while it is not on cooldown.

umbral chasm
#

you need to use the right format, that is time format for %readyTime

digital stream
#

that worked thank you 🙂 sorry i thought i had tried that already but i guess not

digital stream
#

hmm do you have any idea why sometimes in combat in dungeon or raid this doesn't work and the timer value text just doesn't show up? It is usually working and seems to be always working not in combat, but some times in a dungeon or raid the timer text just won't appear on the icon?

umbral chasm
#

there might be bugs in there, it's not a widely used feature

digital stream
#

ah ok, I know I can use the Timed option on a cooldown ready event trigger, but that number counts down from 15 to 0 but i want it to count up from 0 to 15

#

is there any way to make the progress text for the cooldown ready event trigger count up instead of down?

#

hmmm I suppose i can make a condition for each of the 15 seconds and flip the numbers so when the progress is 15 the text will be 0 etc..

#

any more streamlined solution than that?