Did I miss a macro change for modifier’s in DF? I can’t get this to fire off with any mod.
#showtooltip
/cast [mod:ctrl,@cursor] [@player,combat] [] Sigil of Flame
I have tried it with every Sigil and double checked any keybind conflicts.
Did I miss a macro change for modifier’s in DF? I can’t get this to fire off with any mod.
#showtooltip
/cast [mod:ctrl,@cursor] [@player,combat] [] Sigil of Flame
I have tried it with every Sigil and double checked any keybind conflicts.
Change your Self Cast Key to None.
Ctrl-1 to Ctrl-0 are keybound by default to pet abilities. Those would also override your macro and “eat” the ctrl mod key.
Is this what you mean?
/cast [mod:ctrl,@cursor] [nomod,@player,combat] Sigil of Flame
Unbound Ctrl1-Ctrl0 for pet abilities.
No the macro will not cast at player or cursor. I have to have a , or space issue somewhere correct?
I’m pretty sure that EB was referring to the “Self Cast” keybinding that is set in the Options menu on the Combat page. There is an “Auto Self Cast” which I think is checked by default and below that is a “Self Cast Key”. Change that “Self Cast Key” to none.
Self Cast Key is set to None. I removed the nomod line and still nothing. It will drop Sigil on me in combat but I can’t get it to go to cursor in combat. Out of combat works as intended.
What keybind is it on?
MMO Mouse 10 set to Num Pad 0
Move it over to your regular 1 key and try it.
If it still doesn’t work, change the macro to the following and check if the icon changes when you hit ctrl.
#showtooltip
/cast [mod:ctrl] Fel Rush; [@player,combat] [] Sigil of Flame
Silence is working on the 1 key. I found the conflict. It was my target markers Ctrl + Mouse keys.
Sorry about the round about. The macro works.