I’m looking for a macro that will automatically cast Sigil of Flame at my cursor location rather than making me place the green reticle. It’s my understanding that the following macro should work, but it’s not working. It just keeps casting Sigil of Flame directly on top of my character:
#showtooltip Sigil of Flame
/cast [@cursor] Sigil of Flame
I appreciate your help. I guess this must be a bug, because it doesn’t work. Even if I just pull Sigil of Flame directly out of my spellbook and place it on my hotbar, it casts directly on top of my character with no reticle displayed.
Be sure you aren’t confusing the “Auto Self Cast” checkbox with the “Self Cast Key” right below it. I’ve been having a similar issue with Freezing Trap, but setting “Self Cast Key” to None immediately cleared it up.
For the basic macro try: #showtooltip
/use [@cursor] Sigil of Flame
Does the icon for Sigil of Flame work and cast a green targeting circle, while the macro icon doesn’t work?
If that’s the case, check the brackets in the macro to be sure they’re square brackets, since the macro screen is small. If you pressed cap lock and square bracket, you’ll get a slightly curly bracket and the macro won’t work.