Player Resource Consortium

Neverwinter Nights => Help => Topic started by: marohair39 on October 28, 2011, 01:45:20 PM

Title: change Casting stats files
Post by: marohair39 on October 28, 2011, 01:45:20 PM
Hello all, can comeone direct me to the files that may allow me to:

- change the stat they relly on casting (like change ie; a paladin to use CHA instead of WIS, or make Favored soul, use only one stat (for dc and bonus spells) instead of 2 etc ...
- Change the casting level of classes (make a prc full casting, instead of 1 casting lvl every 2 lvls)

thanks before hand !!

ps: is the PRC SVN Access (old adress) still being updated (or will be after final version of 3.5) ?!
Title: Re: change Casting stats files
Post by: xwarren on October 28, 2011, 02:05:33 PM
SVN repository is mostly up-to-date (3.5 beta 2 sources). I'll update it when 3.5 is out.

Quote
- change the stat they relly on casting (like change ie; a paladin to use CHA instead of WIS, or make Favored soul, use only one stat (for dc and bonus spells) instead of 2 etc ...
This might be impossible in case of Paladin (spellbook is hard-coded) but for PRC classes you need to edit GetAbilityScoreForClass() or/and GetDCAbilityModForClass() functions in inc_newspellbook.nss. Remember to recompile all spell scripts after making that change.

Quote
- Change the casting level of classes (make a prc full casting, instead of 1 casting lvl every 2 lvls)
Edit PRCGetCasterLevel() function in prc_inc_castlvl.nss and recompile all spell scripts.