Castsequence macro on multiple targets?

Hello,

I’d like to create a macro to help me manage the upcoming “Blessing of the Seasons” spell (Night Fae paladin ability).

What I want to do :

  • press the macro once to place the first blessing on player Bob
  • press the macro again to place the second blessing on player Alice
  • and so on

What I tried:

/castsequence [target=Bob] First Blessing, [target=Alice] Second Blessing, ...

However, it seems this does not work with castsequence. Is there another way to achieve the desired behaviour?

Any help appreciated :slight_smile:
Thank you!

Nope. Use a mouseover macro.

#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] [] SPELL

Found the solution, and it was quite simple in the end:

/cast [target=Bob] Blessing of Summer
/cast [target=Alice] Blessing of Autumn
...

Since only one of the four blessings is usable at a time, this should work (hopefully)

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.