Player Resource Consortium

Neverwinter Nights => Help => Topic started by: Sorathul on June 26, 2009, 04:31:36 PM

Title: ConvoCC (in-game CC)
Post by: Sorathul on June 26, 2009, 04:31:36 PM
Hi!
I've tried to get it work, but failed.

- PRC 3.3f2
- ++PRC Character Builder and Tester.mod
- PRC Server Pack v1.8
- SQLite DB

First the precacher has an error:

sqlite sqlite.db ".read out.sql"
SQL error: no such table: main.prc_cached2da_item_to_ireq

When entering the modul with a newly created character, the conversation starts but stops right at the beginning: "Select Gender".
There are no items on the list, except "End dialog".

The logs only show the following error:

o Got request: SELECT `rowid`, `data` FROM `prc_cached2da` WHERE `file` = 'gender' AND `columnid` = 'NAME' AND  `rowid` <= 1
! SQL Error: unrecognized token: "`"

Only followed the manual.
Say if you need more information.

Please show me what I've done wrong. Ty
Title: ConvoCC (in-game CC)
Post by: DM Heatstroke on June 26, 2009, 06:27:15 PM
Quote from: Sorathul

First the precacher has an error:

sqlite sqlite.db ".read out.sql"
SQL error: no such table: main.prc_cached2da_item_to_ireq



Are those quotes supposed to be there?

I wish I could help more but I'm using MySQL.
Title: ConvoCC (in-game CC)
Post by: Sorathul on June 26, 2009, 07:09:09 PM
If they're not supposed to be, it would warn me about syntax error or something, not about a missing table i guess.
But i'm more interested in the token problem.
Title: ConvoCC (in-game CC)
Post by: fluffyamoeba on July 04, 2009, 03:30:26 PM
SQLite doesn't work with the character creator, though I've never really looked into why. It hasn't been in the bug database for 2 years waiting for me to fix it, honest :D
Title: ConvoCC (in-game CC)
Post by: Sorathul on July 04, 2009, 06:16:01 PM
Thx for clearing my sights. :D
Then the next manual should be updated with that.
Title: ConvoCC (in-game CC)
Post by: DM Heatstroke on July 15, 2009, 07:38:44 PM
Quote from: fluffyamoeba

SQLite doesn't work with the character creator, though I've never really looked into why. It hasn't been in the bug database for 2 years waiting for me to fix it, honest :D


Isn't SQLite distributed with the PRC?