View Single Post
01-16-13, 08:20 PM   #1
bsmorgan
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 219
Spell and Focus Macro no longer works

Can anyone explain why the following macro no longer works in MoP and if there's something I can change to make it work?

Code:
#showtooltip
/clearfocus  [target=focus,dead]; [target=focus,noexists]; [mod:ctrl]
/stopmacro [mod:ctrl]
/focus [target=focus, noexists, mod:shift]
/cast [target=focus, exists, mod:shift] Blood Fear; Blood Fear
I have another one with Banish as the spell but it doesn't work either.

Thanks,

Brad
  Reply With Quote