Player Resource Consortium

 

Author Topic: How to turn level adjustment on  (Read 3790 times)

0 Members and 1 Guest are viewing this topic.

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?


July 13, 2010, 08:15:49 AM
Reply #1

Quote from: EmilLundPedersen

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:
Quote
/**
 * 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
« Last Edit: July 13, 2010, 08:18:35 AM by DM Heatstroke »
HEATSTROKE


July 13, 2010, 10:48:41 AM
Reply #2

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.


July 13, 2010, 11:25:07 AM
Reply #3

Quote from: EmilLundPedersen

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.

Quote from: EmilLundPedersen

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.
HEATSTROKE