Player Resource Consortium
Neverwinter Nights => Help => Topic started by: EmilLundPedersen on July 13, 2010, 08:06:05 AM
-
I just Downloaded the CC and found that there are some of the races with quite a bit of level adjustment, but they get the same XP rate as normal characters when i play with them in NWN. Is there any way to turn level adjustment on in the CC?
-
I just Downloaded the CC and found that there are some of the races with quite a bit of level adjustment, but they get the same XP rate as normal characters when i play with them in NWN. Is there any way to turn level adjustment on in the CC?
Turn this switch on:
/**
* This modifies the amount of XP a character recieves based on Level Adjustment
* - Doesn't take racial hit dice into account.
* - Should work with any prior XP system.
* - Use this on pre-exisitng modules.
*/
const string PRC_XP_USE_SIMPLE_LA = "PRC_XP_USE_SIMPLE_LA";
Or use this PRC compatible XP system: PXFXP for the PRC (http://nwvault.ign.com/View.php?view=Scripts.Detail&id=2431)
-
Thanks for your help, This is properly stupid but i don't really get how I should turn the switch on. And if I want the Pwfxp file to work should I just place it in the erf-folder. I'm kind of new to this thing.
-
Thanks for your help, This is properly stupid but i don't really get how I should turn the switch on.
Edit -> Module Properties -> Advanced -> Variables -> Add the switch as a INT variable.
And if I want the Pwfxp file to work should I just place it in the erf-folder. I'm kind of new to this thing.
No. The readme should tell you how to install the script.