zunath
zunath
Reactions
-
Re: Time Travel Server
I live and thrive on tricky scripting, extensive NWNX usage, and a mountain of variable tracking! :smile: To give you an idea, this is what I've built on my existing server. I've developed a custom l… (View Post)2 -
Re: Persistent storage feedback/advice/nuance
You're welcome to take a look at how we do persistent storage. https://github.com/zunath/CyberpunkZombieSurvival_JVM/blob/master/src/main/java/GameSystems/StorageSystem.java It's in Java and using an… (View Post)1 -
Re: Neverwinter Nights source code
The closest thing we'll probably get is an open source implementation like this:https://github.com/xoreos/xoreos (View Post)2 -
Re: Suggestions Thread: Structural (file formats, references, "hardcodedness", configuration)
There's a rather obscure bug I'd like to see fixed: If gold is dropped by a player to the ground the OnItemUnAcquired event does not fire. I'd like to see this script event executed when this happens. (View Post)2