1. #1

    Help me fix these macros!

    Charge

    #showtooltip Charge

    /cast [nostance:1/3]Battle Stance

    /cancelaura Bladestorm

    /cast [nomodifier] Charge

    /cast [nomodifier] Rend

    /cast [modifier:shift, target=focus] Charge

    Pummel
    #showtooltip Pummel

    /cancelaura Bladestorm

    /cast [modifier:shift, target=focus] Pummel; Pummel


    I would love this one to be a normal heroic leap and modded with shift to leapt my focus and pummel..
    Heroic Leap/Pummel
    #showtooltip Heroic Leap

    /castsequence [target=focus, exists] reset=combat/3 !Heroic Leap, Pummel; !Heroic Leap


    Disarm
    #showtooltip Disarm

    /cancelaura Bladestorm

    /cast [stance:2] Disarm; [stance:1/3] Defensive Stance

    Intervene
    #showtooltip Intervene

    /cancelaura Bladestorm

    /cast [stance:1/3]defensive stance

    /cast [help] [target=Joe, help] Intervene; Intervene


    Shield Wall
    #showtooltip Shield Wall

    /cancelaura Bladestorm

    /cancelaura Recklessness

    /cast [stance:1/3]Defensive Stance

    /equip *name of 1h*

    /equip *name of shield*

    /cast Shield Wall

    /cast Shield Block

    Spell Reflection
    #showtooltip Spell Reflection

    /cast [stance:1/2,equipped:Shields] Spell Reflection; [stance:3] Defensive Stance

    /stopmacro [equipped: Shields]

    /stopcasting

    /equip *name of 1h*

    /equip *name of shield*

    Any clues?

  2. #2
    #showtooltip Charge
    /cast [noform:1/3] Battle Stance
    /cancelaura Bladestorm
    /cast [mod:shift,@focus][] Charge
    /cast Rend

    #showtooltip Pummel
    /cancelaura Bladestorm
    /cast [mod:shift,@focus][] Pummel

    #showtooltip Heroic Leap
    /castsequence [mod:shift,@focus] reset=combat/3 Heroic Leap, Pummel; Heroic Leap

    Although, considering that heroic leap is ranged non gcd triggering spell and pummel is melee, you can just do:

    #showtooltip Heroic Leap
    /cast [mod:shift][] Heroic Leap
    /cast [mod:shift,@focus] Pummel

    Heroic leap requires you to set down an aoe reticle on the ground where you're going to jump. As such, setting it to jump on focus does nothing. Putting down the aoe reticle with your mouse is a step that cannot be bypassed by a macro.

    #showtooltip Disarm
    /cancelaura Bladestorm
    /cast [form:2] Disarm; Defensive Stance


    #showtooltip Intervene
    /cancelaura Bladestorm
    /cast [form:1/3] Defensive stance
    /cast [@Joe][@mouseover,help][help] Intervene


    #showtooltip Shield Wall
    /cancelaura Bladestorm
    /cancelaura Recklessness
    /cast [form:1/3] Defensive Stance
    /equip *name of 1h*
    /equip *name of shield*
    /cast Shield Wall
    /cast Shield Block


    #showtooltip Spell Reflection
    /cast [form:1/2,equipped:Shields] Spell Reflection; Defensive Stance
    /stopmacro[equipped:Shields]
    /stopcasting
    /equip *name of 1h*
    /equip *name of shield*

    For the equip lines in these two macros, you gotta write out names of your one hander and shield yourself.
    Last edited by Sedivy; 2012-07-15 at 03:12 PM.

Posting Permissions

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