Author |
Message |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Fri Feb 02, 2007 3:53 Subject: Odd results when saving |
Yup - bug is gone |
Topic: Sorry for the n00bism... |
wizard341
Replies: 4
Views: 8547
|
Forum: Technical support Posted: Tue Jan 30, 2007 19:42 Subject: Sorry for the n00bism... |
Wow - I had the exact same problem, thought I was being stupid. Doing what you said fixes it though! |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Wed Jan 10, 2007 7:12 Subject: Odd results when saving |
Alright, I can send you the module, or if you want you can just make it yourself. It's pretty darn simple.
On module load I have this
#include "nwnx_sql"
void main()
& ... |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Tue Jan 09, 2007 20:58 Subject: Odd results when saving |
Ok - sure thing . I noticed the same thing actually... I figured it was an issue not with the specific command & data I was calling, rather it was a sequence of the commands I was using. |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Tue Jan 09, 2007 3:15 Subject: Odd results when saving |
Just a quick bump - any chance to look at this? |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Mon Jan 01, 2007 20:59 Subject: Odd results when saving |
Oh ok - I didn't realize that was the log file to look at. Well good news, I found the output! Here is a sampling of what I see
* Buffer content: NumOfPortalsCyllaMeadowsBAGA2BKA
* Plugin Do ... |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Mon Jan 01, 2007 0:12 Subject: Odd results when saving |
Hmmm.... I'm not sure what's wrong here - I checked the date on the file and it says it's from December 31st. Then I place the file into the nwnx4 directory, and it magically says it was created Dece ... |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Sun Dec 31, 2006 20:15 Subject: Odd results when saving |
Downloaded and replaced that .dll that you posted - what events should be causing those messages to be displayed in the log file? Set/get persistent variables? My log files are not displaying the in ... |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Sun Dec 31, 2006 3:37 Subject: Odd results when saving |
Oh - I have VS installed. Are there some files I need to move for the debug stuff to recognize them? Might be easier than you compiling a new version |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Fri Dec 29, 2006 10:55 Subject: Odd results when saving |
Thanks for the reply Papillon (and sorry for the delay, just got back from vacation). I downloaded that new .dll, deleted the old one and stuck the new one in it's place. I then renamed my .ini file ... |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Fri Dec 22, 2006 6:27 Subject: Odd results when saving |
Any word on this? It seems to be a NWNX4 bug, as there is no rhyme or reason to the errors that are being generated. I tested with different length names, it seemed the longer names worked.
Again ... |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Thu Dec 21, 2006 0:42 Subject: Odd results when saving |
Oh no, sorry - changing it to 128 does not make it work. |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Wed Dec 20, 2006 20:06 Subject: Odd results when saving |
Initially the vchar length was set to 64, but I changed it to 128. I can look at the table and it does say that the length supports 128. |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Wed Dec 20, 2006 9:45 Subject: Odd results when saving |
OK - I think I did what you wanted me to.
I changed the variable to this...
string sPortalVar = "Portal" + IntToString(iNumberOfPortals) + CreateUniquePlayerID(oPC) ... |
Topic: Odd results when saving |
wizard341
Replies: 38
Views: 41946
|
Forum: Technical support Posted: Wed Dec 20, 2006 4:52 Subject: Odd results when saving |
I ran the tests you suggested, with the following code
string CreateUniquePlayerID(object oPlayer)
{
string sPlayerName = GetFirstName(oPlayer);
MSG("Unique ... |
|