Check skill cooldown in a makro
Posted: Thu Nov 08, 2012 10:31 am
Hi,
in siege wars I use a makro to take all my speed buffs after eachother. Some of them last only a few seconds so I want to get the maximum out of my makro.
This is my makro:
/use Spruchweber-Trank -- Spellweaver Potion
/wait 0.3
/script SetTitleRequest(530460); -- title: First Colonel (Magic Division) ; is used to activate the next skill
/wait 0.7
/script CastSpellByName("Wilder Sturm"); -- Mad Rush; skill of the title above
/wait 0.3
/script SetTitleRequest(530653); -- switch to title: Escape Artist
/wait 0.3
/use Trank: Gute Reise -- Potion: Godspeed
/wait 8
/use Trank: Grenzenloser Enthusiasmus -- Potion: Unbridled Enthusiasm
like you can see I use very short wait times between the actions, but in siege war my game laggs a lot and sometimes the script forgets to use a skill.
Is it possible to add something, that he does every action until it's really done? So he should "click" the skill Mad Rush until you have the buff or something like that. Is this possible??
in siege wars I use a makro to take all my speed buffs after eachother. Some of them last only a few seconds so I want to get the maximum out of my makro.
This is my makro:
/use Spruchweber-Trank -- Spellweaver Potion
/wait 0.3
/script SetTitleRequest(530460); -- title: First Colonel (Magic Division) ; is used to activate the next skill
/wait 0.7
/script CastSpellByName("Wilder Sturm"); -- Mad Rush; skill of the title above
/wait 0.3
/script SetTitleRequest(530653); -- switch to title: Escape Artist
/wait 0.3
/use Trank: Gute Reise -- Potion: Godspeed
/wait 8
/use Trank: Grenzenloser Enthusiasmus -- Potion: Unbridled Enthusiasm
like you can see I use very short wait times between the actions, but in siege war my game laggs a lot and sometimes the script forgets to use a skill.
Is it possible to add something, that he does every action until it's really done? So he should "click" the skill Mad Rush until you have the buff or something like that. Is this possible??