Page 1 of 1

HUD - Epic recast timer

Posted: Thu Oct 07, 2004 6:25 pm
by lva
Hi!

I just got the shaman epic, and I am using the HUD that has the AA timers in it. I really like this, and am wondering if MQ2 has the objects exposed to allow me to do an "Available in 6:42" message for my epic right clicky.

The HUD uses

Code: Select all

Me.AltAbilityReady[Radiant Cure]
and

Code: Select all

${Me.AltAbilityTimer[Radiant Cure].TimeHMS}
is there any way to check a right click or spell recast time?

Posted: Fri Oct 08, 2004 12:46 pm
by blueninja
No that's not currently availiable.

Posted: Thu Oct 21, 2004 6:15 pm
by Flohli
well not for the hud, but if you would at the MQ2Timer Plugin you could add your epic clicky at an event and then if you use it, it counts down :-) should work fine... not the way you need, but its a way :)