1. kick focus macro warrior pvp

    hey guys
    i tried this macro for kick target it works perfectly it addapt the weapon im wearing, so if i have a 2h weapon it will go in Berserk Stance and pummel if i was in battle stance, etc...
    but i tried to get the same for focus but it does work only for shield bash.
    can you help me out pls

    here the macro that work for target:
    /cast [equipped:Shields, stance:1/2] Shield Bash; [noequipped:Shields, stance:1/2] Berserker Stance; Pummel

    and the macro focus i tried:
    /use [target=focus] [equipped:Shields, stance:1/2] Shield Bash;[noequipped:Shields, stance:1/2] [target=focus ]Berserker Stance; Pummel

  2. Try this:
    /cast [target=focus] [equipped:Shields, stance:1/2] Shield Bash;[noequipped:Shields, stance:1/2]Berserker Stance; [target=focus] Pummel

  3. it works perfectly for shield bash but nothing happen for pummel situation

  4. /cast [stance:1/2,noequipped:Shields] Berserker Stance; [stance:1/2,equipped:Shields] Shield Bash; [stance:3] Pummel
    /cast [stance:1/2,noequipped:Shields] Berserker Stance; [target=focus, stance:1/2] Shield Bash;[target=focus, stance:3] Pummel

  5. May 6, 2019  
    Hi all...

    First of all, the best all-in-one automatic interrupt macro is:

    Code:
    #showtooltip
    /startattack [harm,nodead]
    /cast [noequipped:Shields,nostance:3] Berserker Stance; [stance:3] Pummel; Shield Bash
    Secondly, if you want to make it target your focus if you have one... then you'd do something like this (untested):

    Code:
    #showtooltip
    /startattack [harm,nodead]
    /cast [noequipped:Shields,nostance:3] Berserker Stance; [target=focus,harm,nodead,stance:3][stance:3] Pummel; [target=focus,harm,nodead][] Shield Bash

Posting Permissions

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