1. #1

    Need macro help! :(

    Hi, I'm having some macro problems. I just picked up my second 2h axe off the last guy in Pit of Saron today (i'm slightly casual / pvper) and now my usual macro sets for stance swapping / weapon changing, it's been broken by wielding 2 axes of the same name.

    Here's what I use for each respective stance, to save button space and for ease of use, I have multiple actions bound to each macro, but that's not what is breaking my macros, it's the second Tyrannical Beheader. Note; this is for my Fury spec. Obviously for my Prot macro set I have a fast 1hander tank sword in main hand etc.

    Defensive Stance:

    #showtooltip Defensive Stance
    /startattack
    /cast Defensive Stance
    /equipslot 16 Tyrannical Beheader
    /equipslot 17 Wall of Terror
    /cast Intervene

    Battle Stance:

    #showtooltip Battle Stance
    /startattack
    /cast Battle Stance
    /equipslot 16 Tyrannical Beheader
    /equipslot 17 Tyrannical Beheader
    /cast Execute

    Zerker Stance:

    #showtooltip Berserker Stance
    /startattack
    /cast Berserker Stance
    /equipslot 16 Tyrannical Beheader
    /equipslot 17 Tyrannical Beheader
    /cast Execute


    So what I ask of you, Warrior bros, is how can I keep my macro set, for both specs. I'm open to ideas, so what can I do? Again, the problem is that using these macros, when I go D stance, it works great, I toss shield and weapon on fine. But going back to the other two stances, only mainhand weapon equips, and I keep the shield on. Help! (

  2. #2
    You could try making another equipment set so:

    #showtooltip Defensive Stance
    /startattack
    /cast Defensive Stance
    /equipset 2h+Shield
    /cast Intervene

    #showtooltip Battle Stance
    /startattack
    /cast Battle Stance
    /equipset 2h+2h
    /cast Execute

    #showtooltip Berserker Stance
    /startattack
    /cast Berserker Stance
    /equipset 2h+2h
    /cast Execute
    You face not Malchezaar alone, but the legions he commands.

  3. #3
    Going to give it a try, thanks man.

    ---------- Post added 2010-09-01 at 07:22 AM ----------

    No dice. What would the command be for specific offhand be? equipslot 17 seems to be it, right?

    ---------- Post added 2010-09-01 at 07:26 AM ----------

    Quote Originally Posted by Violencia View Post
    Going to give it a try, thanks man.

    ---------- Post added 2010-09-01 at 07:22 AM ----------

    No dice. What would the command be for specific offhand be? equipslot 17 seems to be it, right?

    Hurray! thanks for the help, above poster. I figured it out. I simply removed the mainhand swap macro completely, since it's Fury and the weapon for mainhand never changes anyways.

    So I ended up with this.

    #showtooltip Battle Stance
    /startattack
    /cast Battle Stance
    /equipslot 17 Tyrannical Beheader
    /cast Execute

    Original Defensive Stance macro unchanged. Also just alter Battle stance to look like above, and every is dandy. K I'm done here.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •