PDA

View Full Version : Celerity



Larch
11-25-2017, 10:49 AM
I've got a baby warmage and it's been frustrating trying to keep aware of when celerity is about to drop off and leave me standing in offensive for 5s roundtime. The spell window only shows hh:mm and ;uberspells (or something?), I think, says it will show hh:mm:ss, but it doesn't. Anyone know if it's possible to have a script running that would check celerity's remaining duration and echo a countdown, say, every 5 seconds?

n0551n3n0m1n3
11-25-2017, 02:27 PM
You can make a mini script to loop celerity if you have the mana and the spell isnt active. If you havnt gotten a response, ill post one when i get home.later

Larch
11-25-2017, 03:08 PM
Thing is, mana's at a premium and I don't want celerity casting when it doesn't need to be cast. I just want to be aware of the time left on it.

n0551n3n0m1n3
11-25-2017, 04:33 PM
;e loop{;echo Spell[506].timeleft;pause 5;}

that will echo the time remaining but its not in minutes/seconds form. It echos whole numbers for minutes and .xxxxx for percentage of minute remaining. so .5 is 30 seconds

;magic also shows duration, but it should all spell durations and doesn't just list one unless its all you have on

I assume you want it active if a critter is in the room and aggressive, but else you don't want it active?

Larch
11-26-2017, 10:10 AM
I put in '60*' and it's exactly what I'm looking for. Much appreciated, thank you.