Fixed missing Factions on Animated Statues
Fixed missing Factions on Animated Statues. Added XP to next level for lvl 40+ characters. Added Dragon AI for CODI Core AI. Tweaked Beholders & some Dragons to use CODI Core AI. Fixed CODI Core NPC onSPawn script to run PRC scripts properly. Full compile. Updated release archive.
This commit is contained in:
@@ -74,7 +74,7 @@ const int PC_DIVIDE_XP = FALSE;
|
||||
// Minimum XP possible for all PC's
|
||||
// Default is 5 XP
|
||||
// Do NOT set this to 0
|
||||
const int MIN_XP = 5;
|
||||
const int MIN_XP = 1;
|
||||
|
||||
// Check XP to consider level or not?
|
||||
// Set to TRUE to check the PC's XP to consider level
|
||||
|
Reference in New Issue
Block a user