1. Warrior macro

    Hi warmans. Im tryin to make the macros for warrior but im having some problem with one.
    The macro:
    /cast defensive stance
    /equipslot 16 (1handname)
    /equip (shield)

    The macro works but the shield appears and goes off.
    This happens in Arms if Im in Fury the shield doesnt disappear.
    Already tried with
    /equipslot 16 (1handname)
    /equipslot 17 (shield)
    its the same.
    Edited: August 25, 2020

  2. This happens in Arms if Im in Fury the shield doesnt disappear.
    Arms can't use 2handed weapon + shield. Only Fury can bcs of Titan's Grip. For arms you need a 1handed weapon.

    Arms:
    /cast defensive stance
    /equipslot 16 one-hand weapon name
    /equip shield name

    Fury:
    /cast defensive stance
    /equipslot 16 two-hand weapon name
    /equip shield name

  3. Sorry my mistake. I said 2hand but its 1hand. I use the macro
    Arms:
    /cast defensive stance
    /equipslot 16 one-hand weapon name
    /equip shield name

    and the shield appears and disappears.
    Need to press one more time the macro for the shield to get on.
    Its strange.

  4. I can't get my shield to disappear with my macro. Nor can I get the shield un-equipped with your macro. Works as intended at my end.
    Do you have some other macro you activate right after, or is there more to your macro, than the cast & equip lines you posted?

    Code:
    #showtooltip
    /cast [stance: 1/3] Defensive Stance
    /equip Last Word
    /equip Neverending Winter

  5. Check your addons.
    There were ones that could change your equip based on location, spec or pvp state. Could be that you have one and have it setup only for arms spec.

    I would just try to equip the shield first, weapon second as that way it will be equiped in main hand.


    Also note that changing weapons in combat causes gcd, but i dunno if it is per weapon/shield slot or both slots can be equiped in one gcd. Anyway with mashing of the macro and bit of latency the results can be unexpected.


    Edit: There is macro condition [equipped:Shields], but I dunno when it was added.
    Edited: August 26, 2020

  6. Hey, i saw other post with the same problem and the issue is with the outfitter addon.
    If i disable the outfitter the macro works.
    Still dont get why the conflict using the addon.
    Thx anyway for tryin to help.
    Edited: August 27, 2020

Posting Permissions

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