It's up on the vault.
Great!
Only my eagerness
Posted 03 March 2005 - 12:06 AM
Posted 03 March 2005 - 12:15 AM
HAving a problem getting it to work, logs are telling me the cnr_misc table is missing, and I don't know the contents of it. It's version 3 of the world Horred.
Also tell me ffspeak can't be initialized, although I have all the files there. Any help please?
Thanks
Posted 03 March 2005 - 12:17 AM
Posted 03 March 2005 - 12:21 AM
It does indeed say version 3 on the rar, and the self installer FYI.
Posted 03 March 2005 - 12:46 AM
i suggest using the updated NWNX2mysql.dll i mentioned in my earlier post and forget about nw FF all together since nwnx2 with that dll does everything you need it to. and please dont disregard my post this time around.It does indeed say version 3 on the rar, and the self installer FYI.
I don't know what to say--I set the !@#!#$@%@$%R^@^& variable a week ago--something is screwed, the ^%$&@%$&^@$%&%@ers somehow crossed files. I give up, I'm going to bed. Goodnight....
Posted 03 March 2005 - 12:46 AM
I don't know what to say--I set the !@#!#$@%@$%R^@^& variable a week ago--something is screwed, the ^%$&@%$&^@$%&%@ers somehow crossed files. I give up, I'm going to bed. Goodnight....
Posted 03 March 2005 - 02:01 AM
Okay, check ff_buildtable. See if it has this code:
SQLExecDirect("CREATE TABLE IF NOT EXISTS `cnr_misc` (" +
"`player` VARCHAR(64) default NULL," +
"`tag` VARCHAR(64) default NULL," +
"`name` VARCHAR(64) default NULL," +
"`val` VARCHAR(64) default NULL," +
"`expire` SMALLINT UNSIGNED default NULL," +
"PRIMARY KEY (`player`)" +
") TYPE=MyISAM" );
Should be right below:
if (FF_USING_CNR)
{
<<THE CODE ABOVE>>
If it doesn't, they have the wrong version, somehow....
If it doesn't, add it, compile and save the script, and save the module. run it again.
VERSION 4 WILL DEFINITELY HAVE THIS--unless they find a way to screw that up too. Is it obvious I'm 10 shades of pissed off about this whole debacle? Hopefully they can add my update correctly, tomorrow. AFTER I get some sleep.
Posted 03 March 2005 - 02:26 AM
Posted 03 March 2005 - 02:59 AM
Edited by Gorgotham, 03 March 2005 - 04:01 AM.
Posted 03 March 2005 - 07:58 AM
Edited by GrapeApe, 03 March 2005 - 08:02 AM.
Posted 03 March 2005 - 08:16 AM
Edited by Gorgotham, 03 March 2005 - 08:17 AM.
Posted 03 March 2005 - 08:41 AM
If that's the case, then I gotta be doing SOMETHING wrong. But what?
Edited by udoh, 03 March 2005 - 09:03 AM.
Posted 03 March 2005 - 10:47 AM
Posted 03 March 2005 - 11:11 AM
Edited by horred the plague, 03 March 2005 - 11:29 AM.
Posted 03 March 2005 - 12:19 PM
EDIT: And for the record, I don't have the SPEECH components set up right either. I've got an error log 73kb long (and counting). The mod still works without.
Edited by udoh, 03 March 2005 - 12:19 PM.
Posted 03 March 2005 - 02:09 PM
hmm has anybody bothered to get the nwnxodbc.dll that writes directly to your mysql db and skips the odbc cnnnector yet? that might help solve a lot of your odbc issues.... once again i mentioned this earlier and if anyone needs it i will gladly post it here just ask.EDIT: And for the record, I don't have the SPEECH components set up right either. I've got an error log 73kb long (and counting). The mod still works without.
Thanks for your assistance as always Horred, it's much appricated. Thanks for INI file.
I think i've found a solution to the Speech Components problem not loading. I disabled the 1394 device in my network connections (and disabled any other unused network devices) and the Speech component loads without problem.
Not sure if it's needed, but it seems to load now.
If someone has a working NWNX-ODBC.DLL, can they please post the date and time so I can compare with mine. Thanks in advance.
udoh
Posted 03 March 2005 - 02:12 PM
try this odbc.dllNWNXODBC.dllhmm has anybody bothered to get the nwnxodbc.dll that writes directly to your mysql db and skips the odbc cnnnector yet? that might help solve a lot of your odbc issues.... once again i mentioned this earlier and if anyone needs it i will gladly post it here just ask.EDIT: And for the record, I don't have the SPEECH components set up right either. I've got an error log 73kb long (and counting). The mod still works without.
Thanks for your assistance as always Horred, it's much appricated. Thanks for INI file.
I think i've found a solution to the Speech Components problem not loading. I disabled the 1394 device in my network connections (and disabled any other unused network devices) and the Speech component loads without problem.
Not sure if it's needed, but it seems to load now.
If someone has a working NWNX-ODBC.DLL, can they please post the date and time so I can compare with mine. Thanks in advance.
udoh
Posted 03 March 2005 - 02:13 PM
grr here is the real url for it since url code doesnt seem to want to display right just copy and paste this http://www.sunshadow.org/files/NWNX mysql plugin.rartry this odbc.dllNWNXODBC.dllhmm has anybody bothered to get the nwnxodbc.dll that writes directly to your mysql db and skips the odbc cnnnector yet? that might help solve a lot of your odbc issues.... once again i mentioned this earlier and if anyone needs it i will gladly post it here just ask.EDIT: And for the record, I don't have the SPEECH components set up right either. I've got an error log 73kb long (and counting). The mod still works without.
Thanks for your assistance as always Horred, it's much appricated. Thanks for INI file.
I think i've found a solution to the Speech Components problem not loading. I disabled the 1394 device in my network connections (and disabled any other unused network devices) and the Speech component loads without problem.
Not sure if it's needed, but it seems to load now.
If someone has a working NWNX-ODBC.DLL, can they please post the date and time so I can compare with mine. Thanks in advance.
udoh
Posted 03 March 2005 - 03:05 PM