WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Macro Help (https://www.wowinterface.com/forums/forumdisplay.php?f=140)
-   -   Spell and Focus Macro no longer works (https://www.wowinterface.com/forums/showthread.php?t=45671)

bsmorgan 01-16-13 08:20 PM

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

Phanx 01-16-13 09:52 PM

Your macro syntax is incorrect; that macro shouldn't have ever worked. When specifying multiple conditions (eg. for /clearfocus) for the same command, you separate them with a space, not a semicolon. Semicolons are used for specifying different actions for different conditions with the same command (eg. /cast [a] x; [b] y; z).

Try this:
Code:

#showtooltip Blood Fear
/clearfocus [@focus, dead] [@focus, noexists] [mod:ctrl]
/stopmacro [mod:ctrl]
/focus [@focus, mod:shift]
/cast [@focus, mod:shift] [] Blood Fear

(I also cleaned up some other redundant/unnecessary stuff.)


All times are GMT -6. The time now is 08:07 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI