logo logo

 Back to main page

The NWNX Community Forum

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Search found 10 matches
nwnx.org Forum Index
Author Message
  Topic: Possess Creature
Kiri-Jolith

Replies: 16
Views: 27376

PostForum: Linux development   Posted: Sat Aug 15, 2009 23:11   Subject: Possess Creature
Wasn't totally wrong... kinda right... srry. Sad
  Topic: Possess Creature
Kiri-Jolith

Replies: 16
Views: 27376

PostForum: Linux development   Posted: Sat Aug 15, 2009 1:46   Subject: Possess Creature
Found these in FunctionHooks.h file.

void PossessCreature(CNWSCreature *pCreature, dword pToPossess);

void UnpossessCreature(CNWSCreature *pCreature);


Pure guess, I haven't played with this ...
  Topic: NWNX_EASY
Kiri-Jolith

Replies: 3
Views: 6075

PostForum: Linux technical support   Posted: Thu Jul 30, 2009 0:35   Subject: NWNX_EASY
You're right. The file was somehow missing from the top level of the nwnx_easy folder. I greatly appreciate the help. May the gods smile upon you a thousand times.
  Topic: NWNX_EASY
Kiri-Jolith

Replies: 3
Views: 6075

PostForum: Linux technical support   Posted: Wed Jul 29, 2009 12:36   Subject: NWNX_EASY
I cannot seem to make it work.

Results of ./configure
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we ar ...
  Topic: On Logon/Logoff Script
Kiri-Jolith

Replies: 3
Views: 6535

PostForum: Scripts and Modules   Posted: Sat Jul 11, 2009 9:02   Subject: On Logon/Logoff Script
You need this script, in addition to manually setting up a database for NWNX to use, as well as configuring NWNX for use with your system.

[url=http://nwvault.ign.com/View.php?view=Other.Detail& ...
  Topic: What is wrong here? The results are incomplete...
Kiri-Jolith

Replies: 6
Views: 9791

PostForum: Database related   Posted: Thu Jul 02, 2009 9:37   Subject: What is wrong here? The results are incomplete...
Increasing the memory size works for me, though I still have to keep the querey results small, but not as small as before. Thanks for the help mate.
  Topic: What is wrong here? The results are incomplete...
Kiri-Jolith

Replies: 6
Views: 9791

PostForum: Database related   Posted: Thu Jul 02, 2009 6:08   Subject: What is wrong here? The results are incomplete...
I'll try increasing the memory as you describe, and increase my query size to test. Will post the results shortly.
  Topic: What is wrong here? The results are incomplete...
Kiri-Jolith

Replies: 6
Views: 9791

PostForum: Database related   Posted: Wed Jul 01, 2009 9:10   Subject: What is wrong here? The results are incomplete...
Nm. The resulting string from the query was simply too long to be processed by NWN. By limiting the results returned each query (+50 to +5), everything executed properly.
  Topic: What is wrong here? The results are incomplete...
Kiri-Jolith

Replies: 6
Views: 9791

PostForum: Database related   Posted: Wed Jul 01, 2009 7:12   Subject: What is wrong here? The results are incomplete...
Under windows, it cycles through all the tables, only returning a max of 10 results for the queries. In linux, it stops on the first recipe table after returning the first 9 results.

Any ideas?
  Topic: What is wrong here? The results are incomplete...
Kiri-Jolith

Replies: 6
Views: 9791

PostForum: Database related   Posted: Wed Jul 01, 2009 7:10   Subject: What is wrong here? The results are incomplete...
I use the query:

SQL = "SELECT * FROM weapon_recipes WHERE weapon_recipes.id >= 1 AND weapon_recipes.id <= 50" ;

and it returns only the first 9 results and then stops doing an ...
 
Page 1 of 1
All times are GMT + 2 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group