Quick and Dirty CC Macro

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).

Related posts:

  1. Google Polymorph Focus
  2. Frost Death Knight Macro: Hungering Cold / Bandage macro
  3. Offensive Hovercasting: Totem Disposal
  4. Leveraging Mouseover (Hover-) Casting
This entry was posted in tools and tagged , , . Bookmark the permalink.

One Response to Quick and Dirty CC Macro

  1. Pingback: Google Polymorph Focus | Altitis

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>