View previous topic :: View next topic |
Author |
Message |
xorbaxian
Joined: 18 Dec 2007 Posts: 45
|
Posted: Sun Oct 19, 2014 9:22 Post subject: nwnx_events conversation nodes broken? |
|
|
hi,
i'm overhauling a lot of my npc dialogs to try to reduce resources. my goal is to have 1 script per dialog for actions, and i thought nwnx_events could help me do this. i've fired up a test mod w/it, but the node id functions don't seem to work. have these been tested?
the functions i'm testing are -
GetCurrentNodeID
GetCurrentAbsoluteNodeID
GetSelectedNodeID
GetSelectedAbsoluteNodeID
GetSelectedNodeText
GetCurrentNodeText
regardless of the choices i make in the dialog tree, these functions always return 0.
the nwnx_events log file has this -
Code: |
NWNX Events 1.1 for Windows
(c) 2006-2007 by virusman (virusman@virusman.ru)
Version 1.1 by Terra_777
Loaded event script: nwnx_events
! DownloadCharacter().....hooked at 00435d50.
! PickPocket()............hooked at 00493120.
! Attack()................hooked at 00493810.
! ExamineItem()...........hooked at 00446f60.
! ExamineCreature().......hooked at 00446b00.
! ExaminePlaceable()......hooked at 004474b0.
! ExamineDoor()...........hooked at 00447970.
! ExecuteScript().........hooked at 005bf9d0. |
the nwnx log file has this -
Code: | NWN Extender V.2.7-beta4
(c) 2004 by Ingmar Stieger (Papillon) and Jeroen Broekhuizen
(c) 2007-2008 by virusman
visit us at http://www.nwnx.org
* Loading plugins...
* Plugin areas is loaded.
* Plugin events is loaded.
* Plugin functions is loaded.
* Plugin hashset is loaded.
* An error occured during OnCreate of odbc
* NWNX2 activated.
* NWNX2 shutting down...
* NWNX2 shutdown successfull.
|
so it appears the nwnx_events module is loading. do i need to have odbc running correctly for nwnx_events to work?
the copy of nwnx_events.dll i'm using is 57,344 bytes and was apparently created on Monday, March 08, 2010, 5:04:48. i'm running windows xp sp2 w/nwn patched to 1.69.
if these functions have been tested and do work, any ideas on how i could troubleshoot this?
thanks. |
|
Back to top |
|
|
Terra_777
Joined: 27 Jun 2008 Posts: 216 Location: Sweden
|
Posted: Sun Oct 19, 2014 13:30 Post subject: |
|
|
They don't exist in the windows version. _________________ I dun have any signature, I'm happy anyway. |
|
Back to top |
|
|
xorbaxian
Joined: 18 Dec 2007 Posts: 45
|
Posted: Mon Oct 20, 2014 1:20 Post subject: |
|
|
argh.... well that's... disappointing.
do you know if these functions will be made available for windows too? |
|
Back to top |
|
|
|