Thread: Warrior Macro's

  1. #1
    The Patient arioc's Avatar
    10+ Year Old Account
    Join Date
    Jun 2010
    Location
    Where the best diving is
    Posts
    292

    Warrior Macro's

    I'am not very good at making macros and the once I can find on the internet are broken.

    This is basically what I need.

    Throwdown macro, will cast throwdown on your target, with modifier key if will throwdown my focus target.

    Intercept macro, intercept your target, intercept focus target with modifier key.

    Spell reflect macro (including changing stance and equipping weapons).

    Shield wall + Shield block macro (including changing stance and equipping weapons).

    Defensive stance and equipping 1h + shield.

    Charge macro, charge your target, charge focus target with modifier key.

    Intervene on specific target.

    Disarm macro.

    Thanks in advance, I hope its not to much work
    Quote Originally Posted by Sillistrar View Post
    Also, I love your short-temper. Did you know that people like you are the most fun to mess with? Not that I'm doing it. Yet.
    Quote Originally Posted by Lazoric View Post
    Interception...
    Is that a like a charge within a charge? :P

  2. #2
    there is a thread in the warrior forums with all the macros you need.

  3. #3
    Deleted
    Code:
    #showtooltip
    /cast [mod,@focus][]Throwdown
    Code:
    #showtooltip
    /cast [mod,@focus][]Intercept

  4. #4
    Here:

    Throwdown macro, will cast throwdown on your target, with modifier key if will throwdown my focus target.
    #showtooltip Throwdown
    /cast [noform:1]Battle Stance;[@focus,mod][]Throwdown
    Intercept macro, intercept your target, intercept focus target with modifier key.
    #showtooltip Intercept
    /cast [noform:3]Berserker Stance;[@focus,mod][]Intercept
    Spell reflect macro (including changing stance and equipping weapons).
    #showtooltip Spell Reflection
    /equipslot 16 1HWEPNAME
    /equipslot 17 SHIELDNAME
    /cast [noform:1/2]Battle Stance; Spell Reflection
    Shield wall + Shield block macro (including changing stance and equipping weapons).
    #showtooltip Shield Wall
    /equipslot 16 1HWEPNAME
    /equipslot 17 SHIELDNAME
    /cast [noform:2]Defensive Stance;[worn:shields]Shield Block
    /cast [worn:shields]Shield Wall
    Defensive stance and equipping 1h + shield.
    #showtooltip
    /cast [noform:2]Defensive Stance
    /equipslot 16 1HWEPNAME
    /equipslot 17 SHIELDNAME
    Charge macro, charge your target, charge focus target with modifier key.
    #showtooltip Charge
    /cast [noform:1]Battle Stance;[@focus,mod][]Charge
    Intervene on specific target.
    #showtooltip Intervene
    /cast [noform:2]Defensive Stance;[@FRIENDNAME,exists][]Intervene
    Disarm macro.
    #showtooltip Disarm
    /equipslot 16 1HWEPNAME
    /equipslot 17 SHIELDNAME
    /cast [noform:2]Defensive Stance;Disarm

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

Posting Permissions

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