So I spent the last few days troubleshooting why my performance was terrible and found I had too many items and mobiles. I ended up determining that my xmlspawners claim "invalid type specification: wanderingshaman" which seems to have generated 200,000 Wandering Shamans into my internal map over a few months. Well at least it was explainable and I found my root cause, but now I am left wondering how I fix these shamans? The script seems like it has everything it needs, looks to be properly serialized and deserialized after comparing to Wandering Healers which they inherit from, and currently spawn fine. For now I have replaced them with healers but am hoping someone might be able to tell me why they aren't working. Additionally, what might be sending addons and other things to the internal map? I assume they don't get generated from xmlspawners.

(I didn't know how to determine my publish number so I put the commit hash. It is from Christmas 2017.)
 
Back