alternative exit() command Macro.Cooldown(Duration) - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: BBot (https://forums.bmega.net/forum-3.html) +--- Forum: Sugestions (https://forums.bmega.net/forum-21.html) +--- Thread: alternative exit() command Macro.Cooldown(Duration) (/thread-20622.html) |
alternative exit() command Macro.Cooldown(Duration) - Catar - 03-14-2017 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? RE: alternative exit() command Macro.Cooldown(Duration) - MegaNo0body - 04-05-2017 Done on 82.2 |