Page 3 of 17 FirstFirst
1
2
3
4
5
13
... LastLast
  1. #41

    Re: Common Warrior Macro's

    I'll also add this one in for interrupts, I used to use this when I did Arms PvP, I'd imagine it still works.

    #showtooltip Pummel
    /cast [stance:1/2,noequipped:Shields] Berserker Stance; [stance:1/2,equipped:Shields] Shield Bash; [stance:3] Pummel
    /stopcasting

    If you don't have a shield on, it switches you to Berserker Stance so you can Pummel. If you do have a shield on, it uses Shield Bash.

  2. #42

    Re: Common Warrior Macro's

    #showtooltip Shattering Throw
    /cast [nostance:1] Battle Stance
    /cast [stance:1] Shattering Throw
    /cast [stance:1] Berserker Stance

    This one can just be spammed.

    #showtooltip
    /equipslot [equipped:two-hand] 17 <Shield>
    /equipslot [equipped:shield] 17 <Off-hand>
    /equipslot 16 <Main-hand>
    /cast [stance:3] Defensive Stance; [stance:2] Berserker Stance

    I use this as my "OH SHIT" button. Could probably be adjusted to add other stuff.
    You face not Malchezaar alone, but the legions he commands.

  3. #43

    Re: Common Warrior Macro's

    Quote Originally Posted by BaddyMcBad
    #showtooltip Shattering Throw
    /cast [nostance:1] Battle Stance
    /cast [stance:1] Shattering Throw
    /cast [stance:1] Berserker Stance
    this is a tricky one though, because if you move, and due to even the minor problems with lag this could force you to go to berserker stance before you can shattering thrown burning all your rage, nonetheless i will add it to the list without the berserker stance part.

    Quote Originally Posted by DaBrox
    #showtooltip [stance:1] Charge; [stance:2] Intervene; [stance:3] Intercept
    /cast [stance:1] charge
    /cast [stance:2, target=mouseover] intercept
    /castsequence [stance:3, reset=2] bloodrage, intercept
    a good macro with a few mistakes :3
    theres no need for a castsequence because bloodrage isnt on a gcd

    #showtooltip [stance:1] Charge; [stance:2] Intervene; [stance:3] Intercept
    /cast [stance:1] charge
    /cast [stance:2, target=mouseover] intervene
    /cast [stance:3] bloodrage
    /cast [stance:3] intercept


    There's never enough time to do all the nothing you want

  4. #44

    Re: Common Warrior Macro's

    Quote Originally Posted by Powell
    this is a tricky one though, because if you move, and due to even the minor problems with lag this could force you to go to berserker stance before you can shattering thrown burning all your rage, nonetheless i will add it to the list without the berserker stance part.
    You won't 'burn all your rage' if you're specced into Tactical Mastery, and the Berserking Stance thing is a part of the macro alone.
    I use this one as Fury (hence the Berserker Stance) as a substitute for not binding Stances. It's meant to be used when you already have Rage I suppose.
    You face not Malchezaar alone, but the legions he commands.

  5. #45

    Re: Common Warrior Macro's

    i will also like to add the roflcopter macro:

    /cast bladestorm
    /y ROFLCOPTERRRRRR CHOPPER CHOPPER CHOPPER CHOPPER

    your blade/axe/hammer is your propellor! fly around! enjoy life!

  6. #46

    Re: Common Warrior Macro's

    A little macro we call Thundercleave. Casting thunderclap & cleave together for aoe tanking.

    #showtooltip thunder clap
    /cast thunder clap
    /stop casting
    /cast cleave


  7. #47

    Re: Common Warrior Macro's

    As a fury warrior, I rely on this stance dancing macro to squeeze a bit more DPS out using Rend when everything is on cooldown.

    /cast [stance:3] Battle Stance
    /cast [stance:1/2] Rend

    It's much more efficient to spam one button than to try to hit your Battle Stance keybindings and then your rend key.




    Also... does it bug anyone else that Macros has an apostrophe in it in the thread title? -.-

  8. #48

    Re: Common Warrior Macro's

    Quote Originally Posted by Xxvaceltic
    As a fury warrior, I rely on this stance dancing macro to squeeze a bit more DPS out using Rend when everything is on cooldown.

    /cast [stance:3] Battle Stance
    /cast [stance:1/2] Rend

    It's much more efficient to spam one button than to try to hit your Battle Stance keybindings and then your rend key.




    Also... does it bug anyone else that Macros has an apostrophe in it in the thread title? -.-
    could also be
    /cast [stance:3] Battle Stance
    /castsequence [stance:2] Rend, Berserker Stance

    that way you go Battle stance in zerker -> rend and then back to zerker.

    there, i fixed the title, weird thing to get annoyed about >.<

    There's never enough time to do all the nothing you want

  9. #49

    Re: Common Warrior Macros

    hey, i`m a tank warrior.

    i need two macros to do this

    1. Bloodrage>Commanding shout>Demoralizing Shout>
    2. Devastate>Rend>Demoralizing Shout

    note: i would like that the use of Bloodrage to be optional, kind of : i must press ctrl when act the macro.
    thx

  10. #50

    Re: Common Warrior Macros

    Quote Originally Posted by davvy
    hey, i`m a tank warrior.

    i need two macros to do this

    1. Bloodrage>Commanding shout>Demoralizing Shout>
    2. Devastate>Rend>Demoralizing Shout

    note: i would like that the use of Bloodrage to be optional, kind of : i must press ctrl when act the macro.
    thx
    if you mean castsequence macros then

    #showtooltip
    /cast [mod:ctrl] Bloodrage
    /castsequence [nomod] Commanding Shout, Demoralizing Shout

    seems abit weird to use as a tanking macro though, as it will always use commanding shout before demoralizing shout

    #showtooltip
    /castsequence Devastate, Rend, Demoralizing Shout.

    seems also weird because you generally use Devastate as stacking your sunders, and not to mention having to demo shout and rend every other stack is pretty useless.

    unfortunatly, you cant macro different abilities together with all of them having a GCD, without having castsequence or modifiers.
    --

    #showtooltip
    /cast [mod:ctrl] Bloodrage
    /cast [mod:shift] Commanding Shout
    /cast [nomod] Demoralizing Shout

    will bloodrage on ctrl, will commanding shout on shift, will demo shout without modifier.


    #showtooltip
    /cast [mod:ctrl] Demoralizing shout
    /cast [mod:shift] Rend
    /cast [nomod] Devastate

    demo shout on ctrl, rend on shift, devastate with no mod pushed.

    hope this is what you are looking for, if not, please specifiy more
    There's never enough time to do all the nothing you want

  11. #51

    Re: Common Warrior Macros

    it`s ok.
    i need first macro when the battle starts, when heading to the boss. bloodrage for rage, commanding for my and raid`s hp and demo for the moob.
    the second one i`ll use it when i need to refresh the debuffs on the boss. devastate for sunder armor, rend, and the demo to reduce the ap . i don`t have to worry about cd because use the second macro at about 20-25 seconds, depends what boss i tank.

    ps: #showtooltip
    /cast [mod:ctrl] Bloodrage
    /cast [mod:shift] Commanding Shout
    /cast [nomod] Demoralizing Shout

    this one will look better like this

    #showtooltip
    /cast [mod:ctrl] Bloodrage
    /cast [mod:shift] Demoralizing Shout
    /cast [nomod] Commanding Shout

    cuz i must use the com in the battle too, i don`t need rage anymore

    i`m a beginer but i allready have 38k buffed, and i`m pretty good .

    thx for help

  12. #52

    Re: Common Warrior Macros

    I'd like a mash macro for overpower, execute, and victory rush. I'm not looking for a smart macro where I can push my button once and it would choose the ability for me, but rather I could press the button several times in a row and get whatever is ready to go.

  13. #53

    Re: Common Warrior Macros

    Quote Originally Posted by Hugh Morris
    I'd like a mash macro for overpower, execute, and victory rush. I'm not looking for a smart macro where I can push my button once and it would choose the ability for me, but rather I could press the button several times in a row and get whatever is ready to go.
    cant make a macro for it to choose, macros are suppose to help, not do your work.

    you can however have it with modifiers, other then that there is no good way to fix a macro with 3 different abilities all with a gcd in 1 macro, even when they arent up for use, the macro will still select the first in the row if it doesnt have any modifiers, etc.
    There's never enough time to do all the nothing you want

  14. #54
    High Overlord Riffo's Avatar
    10+ Year Old Account
    Join Date
    Aug 2009
    Location
    Norway
    Posts
    149

    Re: Common Warrior Macros

    /stopattack
    /equipslot 16 <1H>
    /equipslot 17 <Shield>
    /cast Defensive Stance

    aint working whit me.. i changed <1H> <Shield> to the name on my weps but its says
    cannot equip that whit a 2h wep

    any idea what im doin wrong?
    Si hoc signum legere potes, operis boni in rebus Latinus alacribus et fructuosis potiri potes!

  15. #55

    Re: Common Warrior Macros

    Quote Originally Posted by Riffo
    /stopattack
    /equipslot 16 <1H>
    /equipslot 17 <Shield>
    /cast Defensive Stance

    aint working whit me.. i changed <1H> <Shield> to the name on my weps but its says
    cannot equip that whit a 2h wep

    any idea what im doin wrong?
    /equipslot [equipped:two-hand] 17 <SHIELD>
    /equipslot [equipped:shield] 17 <OFF-HAND>
    /equipslot 16 <MAIN-HAND>
    /cast [stance:3] Defensive Stance; [stance:2] Berserker Stance
    You face not Malchezaar alone, but the legions he commands.

  16. #56

    Re: Common Warrior Macros

    I'm trying to make two different macros. One to charge and intercept when i hold control, and another to Hamstring and Piercing Howl when i hold control. These are what I tried but they didn't work, the first spell would work, but when i hold control nothing happened.

    #showtooltip
    /cast Charge
    /castsequence [modifier:ctrl] Berserker Stance, Intercept, Battle Stance

    #showtooltip
    /cast Hamstring
    /cast [modifier:ctrl] Piercing Howl

    Any advice would be appreciated.

  17. #57

    Re: Common Warrior Macros

    Not certain about first one but second one would be:

    #showtooltip
    /cast [modifier:ctrl] Piercing Howl; Hamstring


    Off-post:

    #showtooltip Retaliation
    /cast [stance:2/3] Battle Stance
    /cast Retaliation
    /cast [stance:1] Berserker Stance
    I made this one for Fury so that you can take advantage of Retaliation easily. First press switches you to Battle Stance, second activates Retaliation and switches you back to Berserker Stance in the same press.
    You face not Malchezaar alone, but the legions he commands.

  18. #58

    Re: Common Warrior Macros

    Quote Originally Posted by Cathercy
    I'm trying to make two different macros. One to charge and intercept when i hold control, and another to Hamstring and Piercing Howl when i hold control. These are what I tried but they didn't work, the first spell would work, but when i hold control nothing happened.

    #showtooltip
    /cast Charge
    /castsequence [modifier:ctrl] Berserker Stance, Intercept, Battle Stance

    #showtooltip
    /cast Hamstring
    /cast [modifier:ctrl] Piercing Howl

    Any advice would be appreciated.
    those are proper macros, but you are using it in the wrong order
    macros with different lines usually do a checklist.
    either put the mod line first, or add [nomod] to the charge bit.
    explained in example:

    #showtooltip
    /cast Charge
    /castsequence [modifier:ctrl] Berserker Stance, Intercept, Battle Stance


    doesnt work because it will check from top to bottom - and since there is nothing to prevent the first line from happening even if you push ctrl, it will always use it when you hit the macro.

    either make it:

    #showtooltip
    /cast [nomod] Charge
    /castsequence [modifier:ctrl] Berserker Stance, Intercept, Battle Stance


    or

    #showtooltip
    /castsequence [modifier:ctrl] Berserker Stance, Intercept, Battle Stance
    /cast Charge


    same with the hamstring one, or you can make 1 line such as the post above, to negate the need for [nomod]:

    #showtooltip
    /cast [modifier:ctrl] Piercing Howl; Hamstring


    There's never enough time to do all the nothing you want

  19. #59

    Re: Common Warrior Macros

    I used the [nomod] one and it worked. Thanks a bunch! ;D

  20. #60

    Re: Common Warrior Macros

    Hey all I have a question. I'm new to macros and I found one on several different sites, but I can't seem to get it to work. I'm prot and want to use retaliation. Here's what I have:

    #showtooltip
    /cast [stance:1] Retaliation; Battle Stance
    /cast Defensive Stance

    The problem is I switch to Battle Stance, and that's it. No retaliation, and no switch back to Defensive Stance. Please help, I don't know why it won't work.

    Thank you very much.

Posting Permissions

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