Author |
Message |
Topic: xp_sqllite confusion |
lostdreamz
Replies: 2
Views: 6099
|
Forum: Technical support Posted: Thu Apr 10, 2008 12:40 Subject: xp_sqllite confusion |
* Executing: SELECT val FROM wod_player WHERE player='-Dawn Serenade-' AND tag='aaa' AND name='startarea'
* Executing: SELECT player FROM wod_player WHERE player='-Dawn Serenade-' AND tag='aaa' AND n ... |
Topic: xp_sqllite confusion |
lostdreamz
Replies: 2
Views: 6099
|
Forum: Technical support Posted: Thu Apr 10, 2008 12:33 Subject: xp_sqllite confusion |
I have installed nwnx4 1.08. Now I dont seem to be able to write to the tables I have in the sqllite.db. This means that nothing is now saved from my persistent world. Strangely when I run the sqllite ... |
Topic: Talking back |
lostdreamz
Replies: 1
Views: 4457
|
Forum: Development Posted: Tue Jul 31, 2007 19:52 Subject: Talking back |
Hi its me again
I have written several pugins and have them working fine but I have no idea how to talk back to NWN 2. I am deleting characters and sometimes it fails which is logged but the players ... |
Topic: SQLServer |
lostdreamz
Replies: 80
Views: 115750
|
Forum: Database related Posted: Sun Feb 11, 2007 13:26 Subject: SQLServer |
Thanks thats what I needed to know =) |
Topic: SQLServer |
lostdreamz
Replies: 80
Views: 115750
|
Forum: Database related Posted: Sat Feb 10, 2007 20:36 Subject: SQLServer |
Putting SQLExecDirect("COMMIT") into the on module load made no difference at all. The database is still locked and the select statements are hours out of date. |
Topic: SQLServer |
lostdreamz
Replies: 80
Views: 115750
|
Forum: Database related Posted: Sat Feb 10, 2007 16:38 Subject: SQLServer |
Honestly I would still rather have infrequent poor performance than loss of data. I just hope the support for SQL Server comes soon |
Topic: SQLServer |
lostdreamz
Replies: 80
Views: 115750
|
Forum: Database related Posted: Sat Feb 10, 2007 15:58 Subject: SQLServer |
Well maybe if you are writing or reading thousands of rows back to the database but NWNX4 works with single rows do you really think perfomance is a bigger issue than data loss here. Anyway no point a ... |
Topic: SQLServer |
lostdreamz
Replies: 80
Views: 115750
|
Forum: Database related Posted: Sat Feb 10, 2007 15:14 Subject: SQLServer |
I am a professional developer working with SqlServer. We use transactions and they do lock the database. However the real reason for use of transaction is to bind SQL statements together and provide t ... |
Topic: SQLServer |
lostdreamz
Replies: 80
Views: 115750
|
Forum: Database related Posted: Sat Feb 10, 2007 1:06 Subject: SQLServer |
There seems to be a bug in SQLite. I am losing things in it when the server crashes. These appear to be only written back correctly when the server is shut down. Also as I previously mentioned the dat ... |
Topic: SQLServer |
lostdreamz
Replies: 80
Views: 115750
|
Forum: Database related Posted: Thu Feb 01, 2007 1:35 Subject: SQLServer |
Is there any update on when the plugin for SQLServer is going to be ready. Its so much more powerful than SQLite and doesnt lock the database which is a big problem when the module is running. I cant ... |
Topic: Triggering a response |
lostdreamz
Replies: 7
Views: 10849
|
Forum: Development Posted: Fri Jan 05, 2007 12:46 Subject: Triggering a response |
I know but I dont want anything near as complicated as the leto script plugin. I will take a look at the plugin for timer and copy that. Thanks for everyones help. |
Topic: Triggering a response |
lostdreamz
Replies: 7
Views: 10849
|
Forum: Development Posted: Thu Jan 04, 2007 11:53 Subject: Triggering a response |
Oh ok well I guess I am asking is there any guidelines for writing plugins for NWNX4 not NWNX2. I noticed on the forums earlier that this was todo. |
Topic: Triggering a response |
lostdreamz
Replies: 7
Views: 10849
|
Forum: Development Posted: Thu Jan 04, 2007 2:02 Subject: Triggering a response |
Umm I can prolly do it with an extended stored procedure when SqlServer is ready. But I was wondering if its easy to plug into NWNX4 directly. |
Topic: Triggering a response |
lostdreamz
Replies: 7
Views: 10849
|
Forum: Development Posted: Thu Jan 04, 2007 1:27 Subject: Triggering a response |
Is it possible to get NWNX4 to run a program or plugin when it receives a specific trigger or string. I am asking as I wish to modify the server vault bic file when they logout. |
Topic: GetPersistentInt problem |
lostdreamz
Replies: 1
Views: 5212
|
Forum: Database related Posted: Sun Dec 10, 2006 1:14 Subject: GetPersistentInt problem |
Hi
I recently encountered the GetPersistentInt problem where it always returns 1 or 0. I added the code in the post I found here to GetData(1) and that seems to work fine but I noticed in the lates ... |
|