Player Resource Consortium
Neverwinter Nights => Help => Topic started by: Hillyan84 on January 03, 2010, 06:18:13 AM
-
My pw does not use a DB and now i'm experiencing some problems about the Prc classes and how the system save the pcs.
The problem is simple; example with a psion you choose your powers, you slog, you re-log and you have to choose another time your powers, same with the cleric domains.
My idea is that i have to switch a variable and i'm posting here to question you if my analisys is correct: the variable is the BIOWARE_DATABASE or something like this in the prc include file; i've read that if i don't use a Db i should put to true that variable.
Could it be this or have i to worry?^^
Edit: now i've found also other variables, about the psionic system and the domains of cleric. Could it be these variables?
-
To help you to give me a suggestion i post the variables that i think i should touch:
Resuming my problem is that when a psion or a cleric log in he has to choose another time his powers/domains.
1 - I don't think this is the problem. I've not other problems in saving the prc classes
/**
* Set this if you want to use the bioware db for 2da caching
* the value is the number of Hbs between caching runs
* Defaults to 300 (30 mins) if not set
* cache will be flushed automatically when the PRC version changes
* If this is set to -1 or lower, it is never stored for persistance over
* module restarts.
* The bioware database will bloat infinitely on Linux, due to biowares poor
* handling.
*/
const string PRC_USE_BIOWARE_DATABASE = "PRC_USE_BIOWARE_DATABASE";
2 -
/**
* Setting this switch active makes Psychic Reformation only allow one to
* reselect psionic powers instead of fully rebuilding their character.
*
* Possible values:
* 0 = Off, Psychic Reformation behaves as specified in the power
* description. That is, the target is deleveled by a certain
* amount and then releveled back to where they were.
* Nonzero, not 2 = On, Psychic Reformation only nulls a selected number of
* the target's selected powers and allows reselection.
* 2 = On, and the XP cost is reduced to 25 per level reformed.
*/
const string PRC_PSI_PSYCHIC_REFORMATION_NERF = "PRC_PSI_PSYCHIC_REFORMATION_NERF";
3 -
/*
* Set this to remove checks to enforce domains
* e.g. Fire Gensai dont have to take the Fire domain, etc
*/
const string PRC_DISABLE_DOMAIN_ENFORCEMENT = "PRC_DISABLE_DOMAIN_ENFORCEMENT";
-
The nwnx database isn't used for precaching, it is only used for the character creator. Most of the database switches don't now do anything, I thought I'd removed most of them. Are you using a merged baseitems 2da? If so, check that you haven't altered the PRC line for the creature hide.
-
Fluffy excuse me for the pm, i continue the help request here.
I have to correct/edit the description of the problem. I've no problem with the cleric domains. My problem(is little i know) is only that if i take a psion level and i choose the right powers, it's all ok, it works perfectly but when i relog, i see in the character's screen (where i click play) i see this thing:
Barbarian 1/Badsstref 1(it should be psion) and when i log in i have to re-choose the powers.
Someone has an idea?
-
Fluffy excuse me for the pm, i continue the help request here.
I have to correct/edit the description of the problem. I've no problem with the cleric domains. My problem(is little i know) is only that if i take a psion level and i choose the right powers, it's all ok, it works perfectly but when i relog, i see in the character's screen (where i click play) i see this thing:
Barbarian 1/Badsstref 1(it should be psion) and when i log in i have to re-choose the powers.
Someone has an idea?
Sorry, I've been so busy with other things I've only just go to catching up with the forms.
When you relog, if you are in multiplayer you don't see the correct classes/feats/skills because in multiplayer, haks are not loaded until after you log into the server. So that's not a bug. As you aren't using the nwnx database, are you using the java character creator to make your psion? And are you making a pure psion or multiclassing it?
-
The problem does not exist, fluffy, excuse me. It was founded by a player that plays on my pw, i've tested it, (and does not exist). i've discovered that every time they call "bug!" 90% it's not a bug....they should read carefully the manual!
Thanks!!!