Thread Tools Display Modes
05-03-07, 08:39 AM   #1
secutanudu
A Chromatic Dragonspawn
Join Date: Dec 2006
Posts: 155
Checking for party/raid

Are there macro commands to check to see if you are in a party or raid, so I can send "Sheeping xxxxx" to the proper channel (/p or /ra)
  Reply With Quote
05-03-07, 08:54 AM   #2
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
I don't remember off the top of my head, but check out the two stickies by Neuro and Cogwheel on the Blizzard UI and Macros Forum.

There are several mods that will do this for you. ItsPolyQuip, GemSay, Cryolysis...
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
05-03-07, 09:21 AM   #3
secutanudu
A Chromatic Dragonspawn
Join Date: Dec 2006
Posts: 155
Cool - I'll check out the threads. Thanks.
  Reply With Quote
05-03-07, 10:45 AM   #4
Balsta
Guest
Posts: n/a
/script smsg="Message goes here"; if (GetNumRaidMembers() > 0) then SendChatMessage(smsg,"RAID") elseif (GetNumPartyMembers() > 0) then SendChatMessage(smsg,"PARTY") end
  Reply With Quote

WoWInterface » General Discussion » Class Discussions » Checking for party/raid


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off