1. pummel macro

    Hello there.
    I dunno if I made topic in correct forum.

    I need macro that makes this thing: if I got equipped shield then cast shield bash, if i got equipped twohander then cast berserker stance AND then cast pummel.

    Could anyone help me please?

  2. #showtooltip
    /cast [equipped:Shield] Shield Bash; [equipped:Two-Hand, stance:1/2] Berserker Stance; [equipped:Two-Hand, stance:3] Pummel


    This macro casts Shield Bash if you have shield equipped; berserker stance if you have two-hander equipped and are not in berserker stance and Pummel if you are in berserker stance and have two hander equipped.

    You will have to press it twice to cast pummel if you have two-hander and are not in berserker stance though.

  3. Yeah its all I need! Thank you a lot. What Im using at the end:

    for direct target:
    #showtooltip Shield Bash
    /cast [equipped:Shield, stance:1/2] Shield Bash; [equipped:Two-Hand, stance:1/2] Berserker Stance; [stance:3] Pummel

    for focus:
    #showtooltip Pummel
    /cast [equipped:Shield, stance:1/2,@focus] Shield Bash; [equipped:Two-Hand, stance:1/2] Berserker Stance; [stance:3,@focus] Pummel

    so i get:
    1. if equipped shield AND im in battle/def stance then cast shield bash
    2. if equipped twohander AND im in battle/def stance then cast berserker stance
    3. if im in berserker stance no matter what weapon i have - cast pummel

    and same for focus

Posting Permissions

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