Fix for CTD Bug!!!!
Thanks to Spud, I found a temporary "fix" for the CTD problems we have (for all "recent" versions).
The bug stems from the player corpses and when a zone goes to sleep then loads those corpses back into memory when that zone is brought back up. For now, use the following statement in mysql to clear ALL player corpses:
delete from player_corpses;
WARNING! That WILL delete ALL the player corpses on your server, BUT, it will allow people to zone correctly again.
|