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
Thank you!