Thread Tools Display Modes
07-24-08, 06:41 AM   #1
secutanudu
A Chromatic Dragonspawn
Join Date: Dec 2006
Posts: 155
Outputting random raid member to /ra

Is there a way with a /script command to choose a random raid member and output their name into raid chat?
  Reply With Quote
07-24-08, 06:52 AM   #2
Akryn
A Firelord
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 479
Originally Posted by secutanudu View Post
Is there a way with a /script command to choose a random raid member and output their name into raid chat?
i have to admit, i'm pretty curious why you want to do that :P

untested:
Code:
/run SendChatMessage(UnitName(("raid%d"):format(math.random(1,GetNumRaidMembers()))),"RAID")
  Reply With Quote
07-24-08, 06:58 AM   #3
secutanudu
A Chromatic Dragonspawn
Join Date: Dec 2006
Posts: 155
To test that people actually did their research and know how to do a bossfight

For example....Bigscarymonster emotes "blah blah" at 50%. What do we have to do when that happens?

/script ChooseRandomIdiotWhoWontKnowTheAnswer
  Reply With Quote
07-24-08, 01:48 PM   #4
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar
AddOn Compiler - Click to view compilations
Join Date: Jan 2008
Posts: 123
You can read all you want but I've found even those who study the strats mess up from time to time.

And sometimes the random "idiot" who didn't read the strat ends up doing great.

Sounds like your raids take a long time if you keep quizzing the people :P
__________________
"It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets." -Voltaire
  Reply With Quote
07-24-08, 02:56 PM   #5
secutanudu
A Chromatic Dragonspawn
Join Date: Dec 2006
Posts: 155
Well it's more for my own amusement
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Outputting random raid member to /ra


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