Sorry to say man but your going to have to do a full character whipe to get rid of all those problems with world.exe crashing... Heres to explain how it happened...
When the last CVS dumb was struggling with the dissappearing inventory. People would rebuy something/loot something and put an item back where they had lost their original item not knowing it would come back if they zoned, anyhow they would zone with this item on their invisible item and it would corrupt their character causing them to crash. And then whenever they even logged their account into the world it would crash you because even when people log into your server it still sends some type of character information from the client to the server to the database ect... So, that is mainly your problem, I hope I could help...
To character whipe, go into mysql and type the following>
mysql> use eq; (or whatever your database name is) eq is an example
mysql> delete all from character_;
and that may be wrong but it shoudl detele all characters ect...
|