Since I got asked, here’s a simple Crowd Control macro which will set the controlled mob to your focus. We’ll use the mage’s sheep for that:
#showtooltip
/clearfocus [modifier:alt]
/stopmacro [modifier:alt]
/cast [target=focus, exists, nodead, harm][harm] Polymorph
/focus target
This will try to sheep your current focus provided it’s alive and an enemy. If not, it will sheep your current target if it’s an enemy. Once done, it will set it as your focus.
If you hold down the alt key, it will clear your current focus instead, and do nothing more. If you want instead to clear the current focus and then poly your current target, remove the line with /stopmacro [modifier:alt].
Ideally, you’ll use some unitframes which does show your focus (don’t even know whether the default UI does that).
On Similar Matters
Tags: HowTo, macros, MageYou can follow any responses to this entry through the RSS 2.0 feed.
Comments
One Response to “Quick and Dirty CC Macro”
Leave a Reply

[...] had posted a needlessly complicated Polymorph (Sheep) Macro before as a template for generic CC spells. Here’s a shorter version: #showtooltip /focus [...]