On Jan 15, 11:58 am, vorpal <vor....DeleteThis@server.com> wrote:
> Essentially, I'm looking for two macros. The first activates defensive
> stance and swaps the offhand weapon with a shield, the second reverses
> the first.
>
> Pseudo code wise, macro #1 probably looks like this:
>
> ...set Defensive Stance
> ...swap bag slot 1,1 with offhand weapon (1,1 contains the shield)
>
> Macro #2 is the same, but with battle stance.
>
> Can someone write out this macro? It would be useful for when I go into
> run-like-hell mode.
>
> Thanks
/cast [noequipped:Shields] Defensive Stance
/use [noequipped:Shields] name of your shield here
if you have no shield equipped, it equips your shield and puts you in
defensive stance.
/cast [equipped:Shields] Battle Stance
/use [equipped:Shields] insert your offhand item here
if you have a shield equipped, it equips your offhand and puts you in
battle stance.
Thats far from accurate though. Look at macros on Wowwiki for help in
getting the actual semantics down.
You could also make this into one macro and save yourself some space
on your toolbar.
/cast [nomodifier] Defensive Stance
/use [nomodifier] name of your shield
/cast [modifier:alt] Battle Stance
/use [modifier:alt] name of your offhand
Click the macro and you automatically enter defensive stance and equip
a shield. Hold in alt and click the macro and you enter battle stance
and equip an offhand.
I'm not a warrior, bot Wowwiki has a lot of macros for different
classes as well as a tutorial on making macros.
>> Stay informed about: Fury warrior macro question