Thread: factions
View Single Post
  #4  
Old 05-16-2004, 10:22 AM
govtcheeze
Hill Giant
 
Join Date: Mar 2004
Location: South Florida
Posts: 247
Default

Just a guess, but I believe they are related to class/deity numbers:

/common/classes.h:

Code:
#define WARRIOR      1
#define CLERIC       2
#define PALADIN      3
#define RANGER       4
#define SHADOWKNIGHT 5
#define DRUID        6
#define MONK         7
#define BARD         8
#define ROGUE        9
#define SHAMAN      10
#define NECROMANCER 11
#define WIZARD      12
#define MAGICIAN    13
#define ENCHANTER   14
#define BEASTLORD   15
#define BERSERKER   16
/common/deity.h:

Code:
#define DEITY_AGNOSTIC		396
#define DEITY_BRELL			202
#define DEITY_CAZIC			203
#define DEITY_EROLLSI		204
#define DEITY_BRISTLE		205
#define DEITY_INNY			206
#define DEITY_KARANA		207
#define DEITY_MITH			208
#define DEITY_PREXUS		209
#define DEITY_QUELLIOUS		210
#define DEITY_RALLOS		211
#define DEITY_SOLUSEK		213
#define DEITY_TRIBUNAL		214
#define DEITY_TUNARE		215

//Guessed:
#define DEITY_BERTOX		201	
#define DEITY_RODCET		212
#define DEITY_VEESHAN		216
/common/races.h:

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 SKELETON		 60
#define ELEMENTAL		 75
#define EYE_OF_ZOMM		108
#define WOLF_ELEMENTAL	120
#define IKSAR			128
#define VAHSHIR			130
#define IKSAR_SKELETON	161
#define FROGLOK			330
#define FROGLOK2		74
__________________
GovtCheeze, Welfare Warrior
"Listen, here's the thing. If you can't spot the sucker in the first half hour at the table, then you ARE the sucker." -- Mike McDermott, Rounders

Developer of the original (circa 2004):
Loots v2.0, bitch!
Faction v1.0, bitch!
Magelo-like clone v0.3, bitch!
Zone geometry and spawn/path viewer, bitch!
Reply With Quote