1. #1

    Spell reflect/Defensive CD macro, needs help

    #showtooltip [modifier:shift] Shield Wall; Spell Reflection
    /castsequence [modifier:shift, nostance:2] Defensive Stance, Shield Wall, Spell Reflection, Shield Block; [nomodifier] Spell Reflection;
    /cancelaura Bladestorm
    /equipset SHLD


    Trying to get this macro to work. So far 1 press swaps shield on and spell reflects and with shift held it swaps shield on and casts defensive stance, but wont shield wall, spell reflect or shield block. Can someone see what my issue is, I cant figure it out ><

  2. #2

    Re: Spell reflect/Defensive CD macro, needs help

    I'm not brilliant with macros, so can't see the error. however, I just don't like modifiers in my macros, as I can never get em to work, so I just have separate buttons for shift+ buttons. It results in more bars, but then there's no mistakes

    maybe a quick workaround .
    http://files.me.com/sureshk/j0r7w6

  3. #3

    Re: Spell reflect/Defensive CD macro, needs help

    Quote Originally Posted by Bloodbath234543
    #showtooltip [modifier:shift] Shield Wall; Spell Reflection
    /castsequence [modifier:shift, nostance:2] Defensive Stance, Shield Wall, Spell Reflection, Shield Block; [nomodifier] Spell Reflection;
    /cancelaura Bladestorm
    /equipset SHLD

    Trying to get this macro to work. So far 1 press swaps shield on and spell reflects and with shift held it swaps shield on and casts defensive stance, but wont shield wall, spell reflect or shield block. Can someone see what my issue is, I cant figure it out ><

    Yes this is your problem, you want the macro to do those four things only if you are not in defensive stance, which contradicts going into defensive stance in the first place.

    Try this instead, much cleaner:

    #showtooltip [mod:shift]Shield Wall;Spell Reflection
    /castsequence [mod:shift]Defensive Stance,Shield Wall,Spell Reflection,Shield Block;[nomod]Spell Reflection
    /cancelaura Bladestorm
    /equipset SHLD

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  4. #4

    Re: Spell reflect/Defensive CD macro, needs help

    Nice, ty. Ill try it out once I get home.


    I got one to work last night, but its definably not as clean as the one you posted.

Posting Permissions

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