-
-
So one of the things that many PW servers will need to implement for their own internal systems is some sort of unique id system for players.
Eg: in case a player creates another character of the sam…
-
Not all the documentation references configuration values etc
Eg:
[MONO]
key=value
etc
Was wondering if this is documented anywhere? I have checked the released zips and no nwnx config files s…
-
**Please provide the following information**
libtorrent version (or branch): 1.2.4
platform/architecture: ArchLinux 5.5.9-arch1-2 #1 SMP PREEMPT Thu, 12 Mar 2020 23:01:33 +0000 x86_64 GNU/Li…
-
I feel, in my heart, just looking at these that they are wrong. I have no proof tho, still setting up Ghidra. Both of these classes inherit other classes before CGameObject. Logically I don't see h…
-
Spot and Listen events:
bInvisible = StringToInt(NWNX_Events_GetEventData("TARGET_INVISIBLE"));
bInvisibleBefotre = StringToInt(NWNX_Events_GetEventData("BEFORE_RESULT"));
Always returns 0
Because…
-
[Ubuntu 18.04]
With PostgreSQL installed and running, the chosen user/role (the same is running the server) can create tables and I've tested with some queries of all kind.
```bash
...
D [15:46:20…
-
Hi guys,
I would have a request about NWNX_Player_StartGuiTimingBar.
A PC can close that window by clicking on the cross at the top right.
It would be nice if this event could be caught and …
-
NWNX Signal Handler:
==============================================================
NWNX has crashed. Fatal error: Segmentation fault (11).
Please file a bug at https://github.com/nwnxee/unified/…
-
Some servers, particularly PWs, have a script that runs `ExportSingleCharacter` periodically. I've just discovered that this cancels the player barter window ("Barter cancelled").
I'm not sure whet…