View Single Post
  #2  
Old 10-29-2015, 02:53 PM
Kingly_Krab
Administrator
 
Join Date: May 2013
Location: United States
Posts: 1,604
Default

Referenced in races.h in common/races.h, line 25 to line 58:
Code:
#define HUMAN            1
#define BARBARIAN        2
#define ERUDITE            3
#define WOOD_ELF        4
#define HIGH_ELF        5
#define DARK_ELF        6
#define HALF_ELF        7
#define DWARF            8
#define TROLL            9
#define OGRE            10
#define HALFLING        11
#define GNOME            12
#define WEREWOLF        14
#define WOLF            42
#define BEAR            43
#define SKELETON        60
#define TIGER            63
#define ELEMENTAL        75
#define ALLIGATOR        91
#define EYE_OF_ZOMM        108
#define WOLF_ELEMENTAL    120
#define INVISIBLE_MAN    127
#define IKSAR            128
#define VAHSHIR            130
#define CONTROLLED_BOAT 141
#define MINOR_ILL_OBJ    142
#define TREE            143
#define IKSAR_SKELETON    161
#define FROGLOK            330
#define FROGLOK2        74    // Not sure why /who all reports race as 74 for frogloks
#define DRAKKIN            522 // 32768
#define EMU_RACE_NPC    131069 // was 65533
#define EMU_RACE_PET    131070 // was 65534
#define EMU_RACE_UNKNOWN 131071 // was 65535
Reply With Quote