View previous topic :: View next topic |
Author |
Message |
Acrodania
Joined: 02 Jan 2005 Posts: 208
|
Posted: Wed Feb 01, 2006 8:46 Post subject: Patch 1.67 Beta 1 |
|
|
Basic database connectivity seems to function fine.
NWNX_Functions crashes the server when a script calls on its abilities |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Wed Feb 01, 2006 11:26 Post subject: |
|
|
Well that is what I expected.
Is there someone who would be interested in checking which nwnx_functions still work and maybe research the new offset for those functions that do not work ? _________________ Papillon |
|
Back to top |
|
|
Acrodania
Joined: 02 Jan 2005 Posts: 208
|
Posted: Wed Feb 01, 2006 23:49 Post subject: |
|
|
I have only used 3 of the functions:
NWNX_SetTag still works
NWNX_SetDescription crashes server
NWNX_SetName crashes server
Tracing the new offset is a little beyond my abilities, the only programming I understand is NWNScript and PHP |
|
Back to top |
|
|
Sir Elric
Joined: 19 Apr 2005 Posts: 16 Location: Australia
|
|
Back to top |
|
|
orth
Joined: 10 Apr 2005 Posts: 12
|
Posted: Sat Feb 04, 2006 10:13 Post subject: |
|
|
Spent a little time with a bud hacking away to give us some offsets. Also included the offsets for the name as well despite Bioware offering SetName.
Also updated to GetDescription for Doors and Placeables and SetDescription for Doors.
Please note I could only test this based on the output in the logs as there is no Beta patches for the Linux client, which I run. So I'd appreciate some feedback on functionality
Windows
http://orth.ca/nwnx_functions.dll
Linux
http://orth.ca/nwnx_functions.so
Source
http://orth.ca/NWNXFunction.cpp
Offsets for those interested.
Item:
-----
Description: 0x23C
Name: 0x24C
Door:
-----
Description: 0x314
Name: 0x30C
Placeable:
-----
Description: 0x1D8
Name: 0x1C0
Map:
-----
Note: 0x1C8
Name: 0x1D0 |
|
Back to top |
|
|
Papillon x-man
Joined: 28 Dec 2004 Posts: 1060 Location: Germany
|
Posted: Sun Feb 05, 2006 17:36 Post subject: |
|
|
Thanks! As soon as the offset are considered ok, I'll include them in a new functions plugin. _________________ Papillon |
|
Back to top |
|
|
Ilrilan
Joined: 29 Aug 2006 Posts: 11
|
Posted: Tue Aug 29, 2006 21:12 Post subject: Can you post all sources? |
|
|
Just NWNXFunctions.cpp doesn't work with my old "nwnxbase.h"... |
|
Back to top |
|
|
|