|
Post by cowl on Jan 3, 2007 22:51:57 GMT -5
This is the pulling macro I use:
/script smsg=" Pulling >> Lv " .. UnitLevel("target") .. " [ %t ]"; if ( GetNumRaidMembers() > 0 ) then SendChatMessage(smsg,"RAID") elseif (GetNumPartyMembers() > 0 ) then SendChatMessage(smsg,"PARTY"); end
|
|