Custom race constants?
Posted: Thu Dec 23, 2004 5:46 am
Hi all,
I'm after a bit of info that I'm not sure where to look for. It might
be a races.2da entry, or it might be somewhere else. I'm interested in
the constant ints for the custom races in CoPaP... Avlis specifically.
Could someone tell me the correct values for these?
const int RACIAL_TYPE_CENTAUR = 101;
const int RACIAL_TYPE_CHANGELING = 102;
const int RACIAL_TYPE_DRANGONARI_ELF = 103;
const int RACIAL_TYPE_HALF_DRYAD = 104;
const int RACIAL_TYPE_GHOST_ELF = 105;
const int RACIAL_TYPE_GNOLL = 166;
const int RACIAL_TYPE_GOBLIN = 177;
const int RACIAL_TYPE_KOBOLD = 188;
const int RACIAL_TYPE_LIZARDMAN = 199;
const int RACIAL_TYPE_HALF_OGRE = 100;
const int RACIAL_TYPE_ORC = 1111;
const int RACIAL_TYPE_WEMIC = 11111;
I'm also looking for the correct values of these. I'm not sure how
ones such as halfogre have been coded up?
string RACE_CENTAUR = "centaur";
string RACE_CHANGELING = "changeling";
string RACE_DRANGONARI = "drangonari";
string RACE_DWARF = "dwarf";
string RACE_ELF = "elf";
string RACE_HALF_DRYAD = "halfdryad";
string RACE_GHOSTELF = "ghostelf";
string RACE_GNOLL = "gnoll";
string RACE_GNOME = "gnome";
string RACE_GOBLIN = "goblin";
string RACE_HALFLING = "halfling";
string RACE_HUMAN = "human";
string RACE_KOBOLD = "kobold";
string RACE_LIZARDMAN = "lizardman";
string RACE_HALF_OGRE = "halfogre";
string RACE_ORC = "orc";
string RACE_WEMIC = "wemic";
Any help here, either the correct values or the place I can look to
find the info, would be appreciated.
Cheers,
kombinat
I'm after a bit of info that I'm not sure where to look for. It might
be a races.2da entry, or it might be somewhere else. I'm interested in
the constant ints for the custom races in CoPaP... Avlis specifically.
Could someone tell me the correct values for these?
const int RACIAL_TYPE_CENTAUR = 101;
const int RACIAL_TYPE_CHANGELING = 102;
const int RACIAL_TYPE_DRANGONARI_ELF = 103;
const int RACIAL_TYPE_HALF_DRYAD = 104;
const int RACIAL_TYPE_GHOST_ELF = 105;
const int RACIAL_TYPE_GNOLL = 166;
const int RACIAL_TYPE_GOBLIN = 177;
const int RACIAL_TYPE_KOBOLD = 188;
const int RACIAL_TYPE_LIZARDMAN = 199;
const int RACIAL_TYPE_HALF_OGRE = 100;
const int RACIAL_TYPE_ORC = 1111;
const int RACIAL_TYPE_WEMIC = 11111;
I'm also looking for the correct values of these. I'm not sure how
ones such as halfogre have been coded up?
string RACE_CENTAUR = "centaur";
string RACE_CHANGELING = "changeling";
string RACE_DRANGONARI = "drangonari";
string RACE_DWARF = "dwarf";
string RACE_ELF = "elf";
string RACE_HALF_DRYAD = "halfdryad";
string RACE_GHOSTELF = "ghostelf";
string RACE_GNOLL = "gnoll";
string RACE_GNOME = "gnome";
string RACE_GOBLIN = "goblin";
string RACE_HALFLING = "halfling";
string RACE_HUMAN = "human";
string RACE_KOBOLD = "kobold";
string RACE_LIZARDMAN = "lizardman";
string RACE_HALF_OGRE = "halfogre";
string RACE_ORC = "orc";
string RACE_WEMIC = "wemic";
Any help here, either the correct values or the place I can look to
find the info, would be appreciated.
Cheers,
kombinat