zunath / CyberpunkZombieSurvival_JVM

Server-side Java code used in the Neverwinter Nights Cyberpunk Zombie Survival module.
GNU General Public License v3.0
2 stars 0 forks source link

Bug: Build Progress not saving properly #199

Closed taelon875 closed 6 years ago

taelon875 commented 6 years ago

Evidently players report that one restarts some building they create are reverting to their unfinished states even if they were complete when the server restarted.

Plus side items stored in chest when this takes place do save and return to chests once the chest is rebuilt.

zunath commented 6 years ago

Get me the character name, the location of the territory marker, and the type of object that was built but not saved please.

taelon875 commented 6 years ago

Devana Carlson, (Brelington) -Market Square - Commerce, Engineering Workbench, and one of the persistent chest is bugged.

taelon875 commented 6 years ago

Noted that this is now throwing exceptions when players use the objects, this is heading to a Zunath fix this issue xD

It also is appearing on multiple characters in different areas. Seemingly random.

zunath commented 6 years ago

There were four construction sites affected by this. They weren't linked to their parent territory marker for some reason. I've hand-fixed these and logged #204 to cover fixing the root cause.