Essential Warrior Macros
Posted:
Fri Mar 13, 2015 12:06 am
by Battletits
Let's post macros you would consider essential, for PVP, PVE, or both.
I'm sort of new to Warrior (had a Field Marshal Mage in Vanilla) so I'm curious what everyone's using.
Re: Essential Warrior Macros
Posted:
Fri Mar 13, 2015 9:20 pm
by Lirumlarum
yeah I would like to have a simple shield + 1 hand switch makro
Re: Essential Warrior Macros
Posted:
Sat Mar 14, 2015 9:23 am
by Kady
Lirumlarum wrote:yeah I would like to have a simple shield + 1 hand switch makro
download Super macro
/equip (insert 1h name here)
/equip (instert offh name here)
/equip (instert 2h name here)
Re: Essential Warrior Macros
Posted:
Mon Mar 16, 2015 5:01 am
by konked
Re: Essential Warrior Macros
Posted:
Mon Jan 25, 2016 5:00 am
by 416design
hey there guys
im trying to write a macro that will only use bloodrage if my target is executable + i am low on rage..
so far i have this written:
/run tar,maxhp,rage=UnitHealth('target'),UnitHealthMax('target'),UnitMana('player');
if ((tar/maxhp)>0.20) then if (rage<13) then cast("Bloodrage") else cast("Execute") end end
im struggling with how to do multiple conditions, i cant seem to write 2 conditions, as it doesnt recongize AND or && .. is there something im missing?
ideally id want to do something like :
if (tar/maxhp)>0.20 AND rage<13) then cast ("Bloodrage");
so that i use my enrage ability only when its absolutely neccessary to get the kill..
Re: Essential Warrior Macros
Posted:
Mon Jan 25, 2016 2:25 pm
by itwasfree
There is literally a stickied thread for this at the top of the Warrior forum.
Did you miss it or purposefully ignore it?