View Full Version : Warrior Macros
IN-QQQQ
09-05-2006, 12:35 PM
What Warrior Macros do you all use?
Apocalyptica
09-05-2006, 12:46 PM
*) switch to sword + shield
*) switch to chained weapon
*) switch to normal weapon
all done in combination with "item rack"
i used an unmount/charge macro a few months ago but lost it and never really missed it since then
wpnswitch and itemrack-set macros should be obligatory
i use a "lazy-tank button" it spams: shield block, revenge, sunder and heroic-strike.
works good for me.
socratic
09-06-2006, 09:11 AM
The only macros I use are "/assist whoever", one that uses whatever trinkets in my first trinket slot, and a weapon swap macro.
Kintoun
09-14-2006, 01:07 AM
/script if (UnitMana("player") > 60) then CastSpellByName("Mortal Strike(Rank 4)") end;
/cast Heroic Strike(Rank 9)
/cast Revenge(Rank 6)
/cast Sunder Armor(Rank 5)
/script if (UnitMana("player") > 80) then CastSpellByName("Shield Block") end;
Spams all tanking abilities intelligently. Spends rage faster than humanly possible for tanking raid bosses.
/thread
Ortega
09-14-2006, 03:53 AM
If rage is greater then 80 use shield block? And why use mortal strike at all heh, I dunno... Lotta things wrong with that macro imo! Especially on a fight like the twin emps : /
Traumatize
09-14-2006, 07:43 AM
If rage is greater then 80 use shield block? And why use mortal strike at all heh, I dunno... Lotta things wrong with that macro imo! Especially on a fight like the twin emps : /
Yeah because obviously it's intended to be used always and all the time.
Athrun
09-14-2006, 11:51 AM
If rage is greater then 80 use shield block? And why use mortal strike at all heh, I dunno... Lotta things wrong with that macro imo! Especially on a fight like the twin emps : /
lol you suck
Ortega
09-14-2006, 03:55 PM
Yeah because obviously it's intended to be used always and all the time.
Alrighty then, he never specified when he used it so Ill take your word for it since you can read his mind.. With that macro youd almost never be using shield block ever.... Pretty sweet!
EDIT
Actually perhaps you could reference some sort of mob where that macro is useful (other then being lazy), because Im sitting here trying to think of where youd rather use mortal strike over shield block and I can't think of anything except maybe Ebonroc....
Soruss
09-15-2006, 09:38 PM
Alrighty then, he never specified when he used it so Ill take your word for it since you can read his mind.. With that macro youd almost never be using shield block ever.... Pretty sweet!
EDIT
Actually perhaps you could reference some sort of mob where that macro is useful (other then being lazy), because Im sitting here trying to think of where youd rather use mortal strike over shield block and I can't think of anything except maybe Ebonroc....
In a fight where holding aggro is more important than mit?
Ortega
09-15-2006, 09:52 PM
In a fight where holding aggro is more important than mit?
The only fight I can even think of that Ms is good agro on is Thaddius and even then you want to use shield block.
Margus
09-17-2006, 11:48 PM
I usually use two macros besides some Addon shit:
1. WeaponSwap thingie
2. the one and only /spit & /insult macro :>
Kintoun
09-26-2006, 07:59 PM
Alrighty then, he never specified when he used it so Ill take your word for it since you can read his mind.. With that macro youd almost never be using shield block ever.... Pretty sweet!
EDIT
Actually perhaps you could reference some sort of mob where that macro is useful (other then being lazy), because Im sitting here trying to think of where youd rather use mortal strike over shield block and I can't think of anything except maybe Ebonroc....
I'm Arms/Fury spec. That means I have inifinte rage when tanking bosses and it's harder for me to keep agro. Oh and did I mention I'm lazy?
Screw watching anime during downtime only, I watch it while I tank.
Make the numbers whatever you want tho. I just have em specced for me.
Ortega
09-26-2006, 10:49 PM
Uhh if you have trouble with agro I suggest you stop using Mortal Strike and use shield block so you can make use of revenge more often (and take much less damage!).... The lazy part makes sense though :O
Jonny
09-28-2006, 04:21 AM
I don't use any macros.
All I use are 2hander (since I'm r14 it just swaps between my chained and crusader), sword/board, and dual-wield (mainly for viscidus). And of course a plain /assist <player> macro.
MACRO 3 "Dual Wield" Ability_DualWield
/nequip Quel'Serrar
/nequip Thunderfury, Blessed Blade of the Windseeker
END
MACRO 2 "Sword/Shield" Ability_Defend
/nequip Thunderfury, Blessed Blade of the Windseeker
/nequip The Plague Bearer
END
MACRO 1 "WeaponSwap" Spell_Arcane_PortalIronForge
/nequip High Warlord's Greatsword
END
bierbaum
10-05-2006, 01:57 PM
Where can i get Nequip? dont wanna install the whole newUI :\
RubiksCube
10-11-2006, 01:02 AM
My brother uses a macro to use Pummel while in Berserker or Battle Stance and Shield Bash while in Def Stance.
It's pretty easy, only two lines of
/cast Pummel(Rank x)
/cast Shield Bash(Rank x)
freakazoids
10-11-2006, 01:30 PM
Here's a nice macro that my old guild showed me. It is used for stance dancing (defensive -> berserker -> berserker rage -> defensive) for fights with fears, ie: nef, ony, magmadar.
/script a,b,c=GetShapeshiftFormInfo(3); s,d=GetActionCooldown(13);t=GetTime();if(c and t-s>=d-1.5) then CastSpellByName("Berserker Rage()");elseif(s>0 and c) then UseAction(14);elseif(t-s>=d-1.5) then UseAction(15);end;
You put this in your defensive and berserker stance bars (or on the top buttons) in the same spot, and you just spam the button and it does the stance dance for you. You don't have to worry about when to stop spamming the button because if Berserker Rage is on cooldown, it doesn't do anything.
Note: GetActionCooldown(13) = Berserker Rage, which should be set on the second action page (Shift+2) on the first slot. Defensive Stance and Berserker Stance on the second page in the second and third slot, respectively.
Where can i get Nequip? dont wanna install the whole newUI :\
Nurfed_General + required dependencies.
bierbaum
10-13-2006, 10:40 PM
Thanks Fluffy Tauren <3
Powered by vBulletin® Version 4.1.9 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.