Quote Originally Posted by 'kllrwlf',index.php?page=Thread&postID=71516#post7 1516







Quote Originally Posted by 'Frosty',index.php?page=Thread&postID=71482#post71 482
I'm currently running 1 x pally, 1 x shaman and 3 x mages (Ignore my signature! ).
<snip!>
This is all from memory..so some of my macros above could be wrong.. look in the macro wiki.
This method isn't on the wiki, so I'll copy it over to it. :thumbsup:

In that case you've motivated me to copy/paste my actual macros. :P

Pally Macros:
Code:
 
Alt+1 => /script SetRaidTargetIcon("target", 7); 
Alt+2 => /script SetRaidTargetIcon("target", 8); 
Alt+3 => /script SetRaidTargetIcon("target", 5);
Mage 1 Macros:
Code:
 
Alt+1 => 
/assist party1 
/focus 
/p Sheeping %T 

Alt+4 => 
#Showtooltip! 
/cast [target=focus] Polymorph
Mage 2 Macros:
Code:
 
Alt+2 => 
/assist party1 
/focus 
/p Sheeping %T 

Alt+4 => #Showtooltip! 
/cast [target=focus] Polymorph
Mage 3 Macros:
Code:
 
Alt+3 => 
/assist party1 
/focus 
/p Sheeping %T 

Alt+4 => #Showtooltip! 
/cast [target=focus] Polymorph
Hope this helps a little more than what I posted the first time.