zunath / Freescape_JVM

Server code for the Neverwinter Nights: Enhanced Edition "Freescape" module
GNU General Public License v3.0
5 stars 2 forks source link

Seeds aren't dropping for trees #117

Closed zunath closed 6 years ago

zunath commented 6 years ago

Check event scripts on all tree types and make sure the local variables are set to run the correct java script.

Also make sure all tree instances which were hand-placed are updated (aka update instances)

Cablefish1 commented 6 years ago

Updated all the tree instances. Check if that solves anything :)

zunath commented 6 years ago

Was an issue with the OnDeath not firing because DestroyObject was being called in the OnDamaged event. Moved all the seed generation logic to fire on the OnDamaged event instead to fix this.