Wait for cooldown
Posted: Mon Apr 25, 2011 10:06 pm
I've been searching around but haven't been able to find anything in reference to an idea I would like to try in my waypoint file.
Right now, in my KS farming waypoint, I have it waiting for a random amount of time (player:restrnd) before entering combat with a boss so that my Arrow of Essence (5 minute cooldown) is ready before I continue. The time varies greatly due to how quickly the previous boss was killed and how long it takes to get to the next boss. Is there a command I can use that will make my character wait at a specific waypoint until a cooldown has ended?
Such as
if skill_cooldown == 0 then
player:findTarget("Goddess of Art's Disciple");
thanks in advance
Right now, in my KS farming waypoint, I have it waiting for a random amount of time (player:restrnd) before entering combat with a boss so that my Arrow of Essence (5 minute cooldown) is ready before I continue. The time varies greatly due to how quickly the previous boss was killed and how long it takes to get to the next boss. Is there a command I can use that will make my character wait at a specific waypoint until a cooldown has ended?
Such as
if skill_cooldown == 0 then
player:findTarget("Goddess of Art's Disciple");
thanks in advance