The macro system in WoW 2.0 introduces a new element called focus which allows a player to save a target as its 'focus' and, using macros, cast spells on the focus without losing your current target. This is great for all the CC that is needed in TBC.
Ex, Chain-Fear Focus Macro
1. Target the mob you want to chainfear 2. If you your focus is dead, then clear focus 3. If you your focused target don't exist, clear it 4. If you don't have a focus put you focus on trageted mob 5. Cast fear on your focus.
Code:
/clearfocus [target=focus,dead] /clearfocus [target=focus,noexists] /focus [target=focus,noexists] /cast [target=focus] Fear
As fear is casted on your focus instead of your target you don't need to change target to fear. Just contiune to dps the 'main' mob and hit the macro once awhile to keep your focus feared.
For other classes just change the spellname. shackle, polymorph, banish etc etc..
Edit: As shackle is mostly used in Karazhan i made one.
Code:
/clearfocus [target=focus,dead] /clearfocus [target=focus,noexists] /focus [target=focus,noexists] /cast [target=focus] Shackle Undead
And a banish Code:
/clearfocus [target=focus,dead] /clearfocus [target=focus,noexists] /focus [target=focus,noexists] /cast [target=focus] Banish
Read the Top Horde and Alliance Leveling & Gold guides!
- Gold Secrets - Up to 200 Gold an Hour!
- Ultimate World of Warcraft Guide
|