-
Updating the nwnx nss files, but not doing a full module rebuild seems to be a common issue. People are then greeted with semi-cryptic message of
Plugin 'NWNX_Events' does not have an event 'SU…
-
Just wondering if Damage types are any more flexible than they were in 1.69.
Eg: With 2da, tlk changes etc - can we add new custom damage types - such as Psionics
Or would this require engine change…
-
### CORE:
- ~~Add an environment variable(default ON) to disable NWNX calls from ExecuteScriptChunk()~~
### PLUGINS:
- **Administration:**
- ~~REMOVE: BootPCWithMessage()~~
- ~~CHANGE: Ha…
-
This seems like it should work, but causes the server to crash (on the very first line).
```
NWNX_Data_Array_Insert_Str(OBJECT_INVALID, "test", 0, "ALCHEMY");
NWNX_Data_Array_Insert_Str(O…
-
Hello. I am try transfer nwn1.69 nxnx windows to nwn EE nwnxEE linux x86. Server work, i can login and play and my sql database is connect (they are loot from mobs, etc), but loot dont work... and al…
-
Profiler crash?
```
=== Backtrace
./nwserver-linux(+0x3cf380)[0x569b6380]
./nwserver-linux(+0x3ce8e9)[0x569b58e9]
./nwserver-linux(+0x3cf421)[0x569b6421]
./NWNX_Core.so(nwnx_signal_handler+0xc…
-
I noticed that nwnx_jvm_token.nss:5 and nwnx_jvm_token.nss:6 push an argument for the Event function but then call the Token function. I don't fully understand what this function does nor do I have th…
-
The "Insert" function doesn't behave like an insert, it behaves like an Update.
Either it's named poorly or it's behavior needs to be adjusted.
Code below with server output (shortened) and anno…
-
Due to #381 events now request their hooks when they're subscribed to, usually during the module load script.
Which means the following fallback behavior in for example [NWNX_Rename](https://githu…
-
[This one](https://github.com/nwnxee/unified/blob/master/Plugins/Profiler/Targets/ObjectAIUpdates.cpp#L52-L54) crashes the server for reasons:
```
DEFINE_PROFILER_TARGET_FAST(hooker,
…