Thread: Random Race?
View Single Post
  #3  
Old 07-15-2017, 06:50 PM
atrayas
Hill Giant
 
Join Date: Jun 2010
Posts: 105
Default

havnt tested this but it should work.

Code:
@races = (464,466,469,458,467,454,367,420,);

sub EVENT_SPAWN
{
quest::npcrace(quest::ChooseRandom(@races));
}
Reply With Quote