Quote Originally Posted by 'MaxD',index.php?page=Thread&postID=30837#post3083 7
/target focustarget
/stopmacro [nocombat]
/cast [harm][target=focustarget,harm] Polymorph

Is this exactly how I put this in or do I substitute anything with a players name or is there suppose to be a space somewhere? This isnt working for me at all
1st line: Sets your current target to whatever your focus is targeting. If your main is your focus it does the same as /assist main
2nd line: exit the macro if you are not in combat
3rd line: the first check, [harm], will check if your current target is an enemy, if it is then you will cast Polymorph. If your target is not an enemy then you move on to the 2nd part which is [target=focustarget, harm]. This 2nd part says that if the target of your focus is an enemy then cast Polymorph on the target of your focus.

NOTE: If I read his description correctly he only uses that macro when he gets an add. So if in combat you get an add then you target it with your main (focus) and then you trigger this macro.

Your normal CC macro is just:
/cast [harm][target=focustarget,harm] Polymorph

This will cast Polymorph on your current target if it is an enemy. Otherwise it will cast Polymorph on the target of your focus if it is an enemy.