(NVM) LF Macro to Alternate Sun/Moonfire

I am in need of a macro that will cast either Sunfire or Moonfire and switch between the two, each key-press.

Getting a macro that would combine the two abilities into one key-press would be sublime.
EDIT:
Nevermind, I figured it out.

/castsequence Sunfire, Moonfire

Thanks

I mean at that point you might as well just macro them to a proper split. If there’s more than one mob you don’t want them flat alternating, you want to SF once and MF everything individually.

/cast [mod:shift] Sunfire; Moonfire

Or go whole hog with a mouseover. Fires work REALLY well with mouseover because you can splash it around without dropping your main target.

/cast [@mouseover,harm,nodead,mod:shift][mod:shift] Sunfire; [@mouseover,harm,nodead][] Moonfire

1 Like