Author |
Message |
Topic: ODBC Limitations? |
SartriX
Replies: 4
Views: 8913
|
Forum: Windows technical support Posted: Sat Apr 18, 2009 10:57 Subject: ODBC Limitations? |
It wouldn't be too hard to adjust the nwnx_aps functions with an additional parameter to enable large results on the fly for those rare few queries which actually need it.
Something like this:
int ... |
Topic: Linux Question |
SartriX
Replies: 18
Views: 23736
|
Forum: Linux technical support Posted: Sat Apr 18, 2009 10:38 Subject: Linux Question |
Looks like you're trying to run NWN in full game mode (client), instead of dedicated server mode. It's looking for several X libraries, which supply graphical functionality.
What you'll need is htt ... |
Topic: Beta plugin: nwnx_funcs |
SartriX
Replies: 151
Views: 203912
|
Forum: Linux development Posted: Mon Apr 13, 2009 11:51 Subject: Beta plugin: nwnx_funcs |
An addition for nwnx_funcs I made quite some months ago is ModifySkillRankByLevel(). The reason I needed it is because I built a custom skill levelling system in my module. The regular ModifySkillRank ... |
Topic: NWNX Areas |
SartriX
Replies: 93
Views: 181549
|
Forum: Linux development Posted: Tue Mar 10, 2009 20:20 Subject: NWNX Areas |
\o/ |
Topic: NWNX Events |
SartriX
Replies: 179
Views: 305203
|
Forum: Linux development Posted: Sat Mar 07, 2009 10:51 Subject: NWNX Events |
Since you're using Linux anyhow, I believe the easiest way would be to spawn a detached bash-script just before launching nwserver, assuming it's now called in a looping script to auto-restart on cras ... |
Topic: Wishlist |
SartriX
Replies: 103
Views: 149165
|
Forum: Linux development Posted: Fri Feb 13, 2009 13:06 Subject: Wishlist |
Tiles have animations which can be enabled/disabled per-tile in Toolset.
It may be possible to make SetTileAnimation, but its effect won't be immediate - players will have to re-enter the area.
Ah. ... |
Topic: Wishlist |
SartriX
Replies: 103
Views: 149165
|
Forum: Linux development Posted: Mon Jan 26, 2009 20:26 Subject: Wishlist |
Hmmmn. Another request!
Would it be possible to get a SetTileAnimation(location loc, boolean bOn) function? Right now nwn supplies some fancy tile functions for lights, but not the animation. |
Topic: Wishlist |
SartriX
Replies: 103
Views: 149165
|
Forum: Linux development Posted: Sat Jan 24, 2009 18:56 Subject: Wishlist |
Ah! Hadn't noticed that one as I didn't see it in the regular plugin lists. Hmmn, I'll see what I can do to put in the last part then. Can't be too hard with 'maxclients' already being a console comma ... |
Topic: Wishlist |
SartriX
Replies: 103
Views: 149165
|
Forum: Linux development Posted: Fri Jan 23, 2009 12:56 Subject: Wishlist |
Hmmn, plugin request:
- int GetServerPlayerLimit(bool bOriginal = FALSE)
- void SetServerPlayerLimit(int iPlayerCount)
- float GetServerLoad()
- float GetServerSQLResponseTime()
- int GetServer ... |
Topic: NWNX Areas |
SartriX
Replies: 93
Views: 181549
|
Forum: Linux development Posted: Wed Jan 21, 2009 20:09 Subject: NWNX Areas |
Great news! Thanks in advance ^^ |
Topic: NWNX Areas |
SartriX
Replies: 93
Views: 181549
|
Forum: Linux development Posted: Tue Jan 20, 2009 20:27 Subject: NWNX Areas |
Nope, not here. I've put development of the component I'ld be needing this for on hold, meanwhile doing higher priority work on my server. |
Topic: NWNX Areas |
SartriX
Replies: 93
Views: 181549
|
Forum: Linux development Posted: Fri Dec 19, 2008 0:38 Subject: NWNX Areas |
I had completely missed that update as well!
Many thanks once more
Tried it now, but the end-results are pretty much the same as my own attempts earlier:
v - Can clone an area and get a valid ... |
Topic: NWNX Areas |
SartriX
Replies: 93
Views: 181549
|
Forum: Linux development Posted: Tue Dec 16, 2008 18:42 Subject: NWNX Areas |
ah uhm.. no. ^^
Actually, I started on trying to merge nwnx_areas with nwnx_events. As I'm unable (with my limited knowledge of hooks) to split off the org_SaveChar hook from areas, it seemed a goo ... |
Topic: NWNX Areas |
SartriX
Replies: 93
Views: 181549
|
Forum: Linux development Posted: Wed Dec 03, 2008 3:03 Subject: NWNX Areas |
Righties, since the HookInfo returned seemingly fine values on the 6 functions it actually did use, I tried to base the pServThis and pScriptThis on the dword from the CNWSArea constructor. Works fine ... |
Topic: NWNX Areas |
SartriX
Replies: 93
Views: 181549
|
Forum: Linux development Posted: Wed Dec 03, 2008 2:03 Subject: NWNX Areas |
Hmmn. Those exact same changes are the changes I made innitially, but for me the result was that it still refused to run. When starting NWN, I'ld get the aforementioned 'OnCreate() failed' error from ... |
|