Player Resource Consortium

 

Author Topic: Another Little Problem  (Read 9904 times)

0 Members and 1 Guest are viewing this topic.

January 03, 2010, 06:18:13 AM
  • Jr. Associate
  • **
  • Posts: 50
  • Karma: +0/-0
    • View Profile

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?
« Last Edit: January 03, 2010, 06:30:56 AM by Hillyan84 »


January 05, 2010, 05:23:04 AM
Reply #1
  • Jr. Associate
  • **
  • Posts: 50
  • Karma: +0/-0
    • View Profile

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


January 05, 2010, 01:56:22 PM
Reply #2

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.


January 05, 2010, 08:56:15 PM
Reply #3
  • Jr. Associate
  • **
  • Posts: 50
  • Karma: +0/-0
    • View Profile

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?


January 17, 2010, 10:29:44 AM
Reply #4

Quote from: Hillyan84

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?


January 21, 2010, 03:19:59 PM
Reply #5
  • Jr. Associate
  • **
  • Posts: 50
  • Karma: +0/-0
    • View Profile

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!!!