Hi, I started a disc priest alt (my first) and intend on running mythics with a group of friends. They want me to announce who I cast PI on, and I’m assuming this can be done with a macro. I use Healium to quick cast spells, but I’m open to whatever makes this work because nothing I try works right.
I was given the following macro to use, but it only announces in /say, and ideally, it would be in /party. Changing the end to “party” instead of “say” doesn’t do anything, it still announces in /say.
#showtooltip
/cast [mod:alt,@player][@mouseover,help,nodead][help,nodead] Power Infusion ; Power Infusion
/run SendChatMessage(UnitName(“mouseover”) …" has Power Infusion", “SAY”)
I’m not used to making macros like this so any advice is appreciated