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";