I need some help with a mage macro

I’m trying to make a macro that cast flurry, and when i press alt it casts ring of fire at a targeted location. I don’t care if it casts Ring of fire @cursor or if i have to target an area. The problem is Ring of Fire is being casted on myself, like an @player macro. Anyone have a solution for this? this is the macro im using:

#showtooltip
/cast [mod:alt,@cursor] ring of fire
/cast flurry

I’ve also tired it without the @cursor line and it’s the same thing.

I use this and for some reason that works but I am not sure why the difference!

#showtooltip
/cast [mod:shift,@cursor] Blizzard; Ice Lance

Out of curiosity is the alt + [your bind here] used for something else? I sometimes had to change a keybind because it was doing that keybind thing instead of using the macro modifier.

1 Like

This is the Way.

It’s because they’re part of the same command. Otherwise you’re trying to do two /casts, and the macro doesn’t like that.

It’s doing the same thing as the macro I was using. When you use this you get a targeted area for blizzard?