Command demon (spell lock) focus macro

Hi,
I can’t figure why my macro doesnt work and hope you guys can help me.

I use this macro for fear target and focus with modifier that works perfectly:

#showtooltip
/cast [mod:shift,@focus] Fear
/cast [nomod,@target] Fear

This one, however, doesnt work:

#showtooltip
/cast [mod:shift,@focus] Spell Lock(Command Demon Ability)
/cast [nomod,@target] Spell Lock(Command Demon Ability)

It doesnt kick the focus when I press shift+keybind.
I’ve tried to add harm,nodead,exists to it but changes nothing.
Any thoughts?

#showtooltip
/cast [mod:shift,@focus] [] Fear
#showtooltip
/cast [mod:shift,@focus] [] Command Demon
  • Make sure Shift+key isn’t already bound to something, that’s the most common issue.
  • 2nd most common issue is a Self Cast Key conflict which can be resolved by ensuring your Self Cast is set to Auto (even if it already is)

I dont think shift key is bound to anything because the Fear macro works just fine, what breaks my brain is that the kick macro is exactly the same but it doesnt work.

Are you trying them on the same key?
Also, you’ve got your Felhunter out?

1 Like

I set up my keybinds as it follows:
4 = fear
If I press only 4, fears the target.
If I press shift + 4, fears the focus.

X = spell lock
If I press only X, kicks the target.
If I press shift + X, doesnt kick the focus, it does nothing.

I’ll go over every keybind that I have to sort this out now.

If you hold shift and click the button does it cast? If so, that’s 100% a keybind conflict.
Easiest way to fix it would be to bind something to Shift-X then unbind it.

1 Like

I appreciate the help.
Thank you.