Hey all, I'm trying to create an include file with the constants of new abilities. In Fallen's Vampire Scripts (for those not familiar, link is below of download) great scripts by the way but in the "f_vampire_spls_h" file the following has me confused::
//new constants for the epic abilities
const int FALLEN_VAMPIRE_EPIC_IMP_THRALL = 0x00000001;
const int FALLEN_VAMPIRE_EPIC_UNH_THRALL = 0x00000003;
const int FALLEN_VAMPIRE_EPIC_IMP_UNH_THRALL = 0x00000007;
const int FALLEN_VAMPIRE_EPIC_CHILDREN_NIGHT = 0x00000008;
const int FALLEN_VAMPIRE_EPIC_KIN_DAMNED = 0x00000018;
const int FALLEN_VAMPIRE_EPIC_TWIN_ABYSS = 0x00000038;
const int FALLEN_VAMPIRE_EPIC_SUNPROOF = 0x00000040;
const int FALLEN_VAMPIRE_EPIC_BLOOD_OF_LAND = 0x00000080;
const int FALLEN_VAMPIRE_EPIC_BLOOD_OF_LAND2 = 0x00000180;
const int FALLEN_VAMPIRE_EPIC_HOLY_VAMPIRE = 0x00000200;
const int FALLEN_VAMPIRE_EPIC_LOOK_OF_HUNGER = 0x00000400;
const int FALLEN_VAMPIRE_EPIC_LOOK_OF_HUNGER2= 0x00000C00;
const int FALLEN_VAMPIRE_EPIC_REFUGE = 0x00001000;
const int FALLEN_VAMPIRE_EPIC_TURNPROOF = 0x00002000;
Now I assume these values are related to NWN's Flags? Or how do those work... (the 0x00000001- whatever) I'm confused about those. If those ARE referred to flags, does anyone know where I can get a compete list, because the NWN Lexicon doesn't contain most of those listed above.
EDIT (sorry) / Link:
http://nwvault.ign.c...s.Detail&id=569
Modifié par LordValinar, 04 février 2012 - 08:07 .