/castsequence [reset=target,combat] Berserker Stance, Pummel, Battle Stance, Charge etc etc so on.. should work
Macro guru's please correct me if I am wrong.
greetings my fellow marmots...
well i'm new here, but i get some time watching ciderhelm's viedos...
----------------
basically, i'm looking for a warrior macro to mmm change to berserker stance, cast pummel, back to battle stance...
i have one, but i'm not sure if it's working...
here it is
#showtooltip
/targetenemy [noexists,nodead]
/cast [stance:1/2,combat] Berserker Stance; [stance:3,combat] Pummel; [stance:2/3,nocombat] Battle Stance; [stance:1,nocombat] Charge
/attack
/stopcasting
/cast Battle Stance
/stopcasting
any suggestion?
/castsequence [reset=target,combat] Berserker Stance, Pummel, Battle Stance, Charge etc etc so on.. should work
Macro guru's please correct me if I am wrong.
mmm i will try it...
Thanks
This will work, assuming everything is on cooldown. However, it will require multiple button presses to cycle through all the spells. Ex. the first time you activate the macro it'll cast Berserker Stance, the second time it'll cast Pummel, the third Battle Stance, etc.
Your macro, Cybion, didn't work because you have multiple abilities that use a global cooldown. You can only have one ability that uses a global cooldown in a single macro.
- Helgi
first time posting, dont know if it will work..
/cast berserker stance
/cast pummel
/cast battle stance
Seems like people have some confusion with macros. Just to clarify, as per Blizz's new macro API any ability(s) which will introduce a GCD (Global cooldown) can not be macro'ed togther in a single key-press.
This to use such abilities you will have to use multiple key presses and use a castsequence macro.
Hope this helps !!
Last edited by gabbu; 12-07-2009 at 04:04 AM.
Bookmarks