July 1, 2007

Raid target symbols

Here is the macro I use for marking raid targets. It checks to see whether you are in a party or raid, and announces your target in party chat or as a raidwarning.

This is the 'kill the skull' macro:

/script if (GetNumRaidMembers() > 0) then PR = "Raid_Warning"; else PR = "Party"; end;
/script SetRaidTarget("target",8)
/script SendChatMessage ("-- Kill the skull (%t) --",PR)

The number in the second line determines which symbol is put up:
1=star
2=circle
3=diamond
4=triangle
5=moon
6=square
7=cross
8=skull

I also have macros made for a few different CCs that we use, so I can throw symbols up on them too.