I was just reviewing http://www.wowwiki.com/Useful_macros
I see a nice macro I'm going to setup for Ctuchik this evening.
First line shows the Attack icon - which looks like whatever weapon you happen to have equipped in your main handCode:#show Attack /cast [equipped:Two-Handed Swords/Two-Handed Maces/Two-Handed Axes/Polearms] Mortal Strike; Heroic Strike /startattack
Since I use Mortal Strike when I'm DPSing and Heroic Strike when I'm tanking with a 1 hander, this will allow me to do both conditionally AND initiate combat on a single action button!
Edit:
This will NOT cast a Heroic Strike if the equipped conditional is TRUE but Mortal Strike is in cooldown or doesn't have enough rage - it will stop processing that line when the MS fails.
That is why I put in the Start Attack line, so I can initiate combat with a 2 hander even when I have no rage and/or MS is in cooldown.


Reply With Quote

