Moonkin macro (feel free to add)

Hello, I just wanted to share this macro hoping it will help someone.
This does the following:
If you have a target and you don’t have the mouse over a target, you cast Sunfire. If you have your mouse over an enemy, it casts Moonfire.
Basically, you use this macro once without mouse over to cast Sunfire and then you use the same button to snipe with Moonfire.
Nothing fancy, but it was useful for me.

#showtooltip Moonfire
/cast [@mouseover,harm,nodead]Moonfire
/cast [@target,harm,nodead]Sunfire

2 Likes

Interesting lol. Ive always used mouse up for moonfire and shift mouse up for sunfire. Alt
Mouse up for stellar flare :slight_smile:

2 Likes

I’ll give it a try and see what I think. It might just free up an extra button slot.

1 Like

Love the idea, but it seems difficult to use during movement (such as running to avoid a boss ability or something), which also happens to be when I cast Moonfire and Sunfire a lot.

As a counter-point, often during the movement-casting of Moonfire and Sunfire that I am thinking of, I am more concerned with keeping my damage up by casting whatever I can while moving, so it might not matter that I can’t choose between the two with this macro while running away from the ground aids.

Either way, great work and thank you for sharing your idea.