WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Class Discussions (https://www.wowinterface.com/forums/forumdisplay.php?f=7)
-   -   Checking for party/raid (https://www.wowinterface.com/forums/showthread.php?t=9783)

secutanudu 05-03-07 08:39 AM

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)

Seerah 05-03-07 08:54 AM

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...

secutanudu 05-03-07 09:21 AM

Cool - I'll check out the threads. Thanks.

Balsta 05-03-07 10:45 AM

/script smsg="Message goes here"; if (GetNumRaidMembers() > 0) then SendChatMessage(smsg,"RAID") elseif (GetNumPartyMembers() > 0) then SendChatMessage(smsg,"PARTY") end


All times are GMT -6. The time now is 07:27 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI