• Joined on 2023-11-22
kalen commented on issue public/issues#47 2025-07-16 00:27:21 +00:00
Client and server crash when logging into a server with corrupt or missing areas

Added validation and cleanup of bad areas once the module finishes loading. Seems to have resolved the issue

kalen closed issue public/issues#47 2025-07-16 00:27:21 +00:00
Client and server crash when logging into a server with corrupt or missing areas
kalen opened issue public/issues#47 2025-07-16 00:13:12 +00:00
Client and server crash when logging into a server with corrupt or missing areas
kalen closed issue public/issues#46 2025-07-15 06:09:16 +00:00
[Script] Smite ERF areas are not properly suspending
kalen commented on issue public/issues#46 2025-07-15 06:09:12 +00:00
[Script] Smite ERF areas are not properly suspending

Updated the AI handling. The creatures still spawn and do their thing but after a while the server detects them and shuts down their AI.

kalen opened issue public/issues#46 2025-07-15 00:39:06 +00:00
[Script] Smite ERF areas are not properly suspending
kalen opened issue public/issues#45 2025-07-14 23:49:42 +00:00
[Script] Recursive includes in pc_inc_appr
kalen opened issue public/issues#44 2025-07-14 23:30:55 +00:00
[Database] Broken DB queries in home_include
kalen commented on issue public/issues#42 2025-07-14 08:59:01 +00:00
NWNEE Function conflict CreateArea / DestroyArea

seaching for the string "CreateArea":

--- ctf_gm_newarea.nss --- 18: oNewArea = CreateArea(sNewAreaResRef);

--- test_test1.nss --- 1415: object oArea = CreateArea("test_bige…

kalen opened issue public/issues#43 2025-07-14 08:44:50 +00:00
Missing areas
kalen opened issue public/issues#42 2025-07-14 08:13:42 +00:00
NWNEE Function conflict CreateArea / DestroyArea
kalen opened issue public/issues#41 2025-07-14 08:07:54 +00:00
GetGroundHeight / GetGroundHeightFromLocation to be deprecated
kalen commented on issue public/issues#35 2025-07-13 05:25:36 +00:00
Multiple Emotes Failing

This likely requires the sinfarx extension and the whole custom phenotype stuff. we will be better off rebuilding this system using the new nwnee stuff since it allows for a lot more animations…

kalen commented on issue public/issues#21 2025-07-13 05:23:50 +00:00
Rodrick to other servers fails and disconnects you from the server

No longer breaks your character. If it can't portal you, you return where you started as expected.

kalen closed issue public/issues#21 2025-07-13 05:23:50 +00:00
Rodrick to other servers fails and disconnects you from the server
kalen commented on issue public/issues#30 2025-07-13 05:22:16 +00:00
Transition from new character area to the game world does not work

Issue was that the IP address set in x_nwscript.nss is set to the prod server. It needs to be updated to point at the dev/test environments.

There was also some issues with loading haks. Since…

kalen closed issue public/issues#30 2025-07-13 05:22:16 +00:00
Transition from new character area to the game world does not work
kalen commented on issue public/issues#29 2025-07-12 02:14:49 +00:00
Starting area dogs are all named Mischief

Fixed

kalen closed issue public/issues#29 2025-07-12 02:14:49 +00:00
Starting area dogs are all named Mischief
kalen commented on issue public/issues#36 2025-07-12 02:11:38 +00:00
Possessing Creature with DM Wand causes crash

The relevant scripts were recompiled and seem to be okay now. @ItsABadger Let me know if you can reproduce this issue but I suspect it should be resolved now.