I thought about new command for macros
Macro.Cooldown(Duration)
It would be an alternative option instead of exit() that would finish Macro where it's been used, and put it on cooldown.
For example, good use would be for buff spells like utito tempo
(and I think of many more uses that I would like it personally)
We'd have macro with high refresh ~200ms, to use utito tempo when certains conditions are met,
Self.Mana%>50
Creature.HP>70
Creatures.Beside>2
etc
etc
etc
Self.Say(utito tempo)
Macro.Cooldown(10000) - (for 10 second cooldown before turning this macro on again)
What ya think people? Mega?
Macro.Cooldown(Duration)
It would be an alternative option instead of exit() that would finish Macro where it's been used, and put it on cooldown.
For example, good use would be for buff spells like utito tempo
(and I think of many more uses that I would like it personally)
We'd have macro with high refresh ~200ms, to use utito tempo when certains conditions are met,
Self.Mana%>50
Creature.HP>70
Creatures.Beside>2
etc
etc
etc
Self.Say(utito tempo)
Macro.Cooldown(10000) - (for 10 second cooldown before turning this macro on again)
What ya think people? Mega?