Updated Archmage for PrC Class selection.
Updated Archmage for PrC Class selection. First release.
This commit is contained in:
@@ -4,16 +4,26 @@
|
||||
//:: Test void
|
||||
// void main (){}
|
||||
|
||||
// PRC Options Conversation
|
||||
//:: PRC Options Conversation
|
||||
const int FEAT_OPTIONS_CONVERSATION = 2285;
|
||||
|
||||
//missing bioware ones
|
||||
//:: Missing Bioware Feats
|
||||
const int FEAT_EPIC_PLANAR_TURNING = 854;
|
||||
|
||||
//:: New Feats for NWN .35
|
||||
|
||||
//:: New Favored Enemy Feats
|
||||
const int FEAT_FAVORED_ENEMY_OOZE = 2354;
|
||||
const int FEAT_FAVORED_ENEMY_PLANT = 2355;
|
||||
|
||||
//:: PrC Spellcasting Marker Feats
|
||||
const int FEAT_ARCHMAGE_SPELLCASTING_BEGUILER = 9500;
|
||||
const int FEAT_ARCHMAGE_SPELLCASTING_DNECRO = 9501;
|
||||
const int FEAT_ARCHMAGE_SPELLCASTING_SORCERER = 9502;
|
||||
const int FEAT_ARCHMAGE_SPELLCASTING_SUBCHORD = 9503;
|
||||
const int FEAT_ARCHMAGE_SPELLCASTING_WARMAGE = 9504;
|
||||
const int FEAT_ARCHMAGE_SPELLCASTING_WIZARD = 9505;
|
||||
|
||||
// skill based feats
|
||||
const int FEAT_JUMP = 2884;
|
||||
|
||||
|
@@ -72,6 +72,11 @@ void DeleteCharacterData(object oPC)
|
||||
DeletePersistantLocalString(oPC, "PRC_Class_Script1");
|
||||
DeletePersistantLocalString(oPC, "PRC_Class_Script2");
|
||||
DeletePersistantLocalString(oPC, "PRC_Class_Script3");
|
||||
DeletePersistantLocalString(oPC, "PRC_Class_Script4");
|
||||
DeletePersistantLocalString(oPC, "PRC_Class_Script5");
|
||||
DeletePersistantLocalString(oPC, "PRC_Class_Script6");
|
||||
DeletePersistantLocalString(oPC, "PRC_Class_Script7");
|
||||
DeletePersistantLocalString(oPC, "PRC_Class_Script8");
|
||||
DeletePersistantLocalInt(oPC, "PRC_Class_Data");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user