8 class slot support for arcane & divine casters

8 class slot support for arcane & divine casters.  Added Marker feat enforcement script.  Expanded LA buyoff to 60 HD.  Marker feat constant bug fixes.
This commit is contained in:
Jaysyn904
2023-08-03 18:47:42 -04:00
parent a701b00420
commit d3de7f3987
20 changed files with 4307 additions and 73264 deletions

View File

@@ -46,6 +46,9 @@ void main()
// Check to see which special prc requirements (i.e. those that can't be done)
// through the .2da's, the newly leveled up player meets.
DelayCommand(0.5, ExecuteScript("prc_prereq", oPC)); // Delayed so that deleveling gets to happen before it.
//:: Run PrC marker feat check
ExecuteScript("prc_enforce_mark", oPC);
ExecuteScript("prc_enforce_feat", oPC);
ExecuteScript("prc_enforce_psi", oPC);
//Restore Power Points for Psionics