Night Fae Blessing Macro Not Working?

I am using the macro:
#showtooltip
/cast [@mouseover, help, nodead] Blessing of Summer(Night Fae)
/cast [@mouseover, help, nodead] Blessing of Autumn(Night Fae)
/cast [@mouseover, help, nodead] Blessing of Winter(Night Fae)
/cast [@mouseover, help, nodead] Blessing of Spring(N

This works but it never shows the tooltip of the blessing , unless I mouseover someone (can’t mouse over their party frame) and it just annoys me. Any help would be appreciated :smiley:

Try only using summer in the macro since its base is off of summer then changes as it rotates. Same concept as using regular Avenging Wrath but then when you change to Crusade, a macro with Avenging Wrath in it still works.

1 Like

What you’re running into is a basic mistake

See, the macro runs until it finds a correct answer, then it stops and follows the script. As you have it written now, the only time the macro will produce a “correct answer” is if you have a target highlighted

At the very bottom put

/cast Blessing of Summer(Night Fae)

and it should work fine.

Matter of fact, please correct me if I’m wrong, you can use

#showtooltip
/cast [@mouseover,help,nodead] [] Blessing of Summer(Night Fae)

And it should work. For example, Crusade and Avenging Wrath both trigger from “/cast Avenging Wrath”. So I suspect that the one spell name should respond to all forms.

3 Likes

TY, this fixed it <3

1 Like