This macro will announce to your raid or party who you are summoning. You can edit the text and put something more catchy in there if you’d like
/script local C; if(GetNumRaidMembers()==0) then C = “PARTY” else C = “RAID” end SendChatMessage(“Summoning %t to << “..GetMinimapZoneText()..” >>. Please assist. Lets hope he makes it thru”, C)
/cast Ritual of Summoning
July 13th, 2008 at 4:48 pm
It is important to notate that this website will use open and closed quote marks (” “) that are angled, so pasting this into WOW will probably give an error.To resolve that error, find the 8 quote characters in your macro, once pasted into WOW, and replace them with new quote characters ”
Cheers!