PDA

View Full Version : Help, Zone Start Stop and Char inv missing


thepoetwarrior
01-22-2008, 03:45 PM
Server runs fine for a few hours, then some of the dynamic zones do a start and stop forever.

Also there are some players that will appear to have nothing in their inv, but when they zone, they have their gear again. But if they go back to that zone that was bugged, their gear is gone again.

I've been running a server for 6 months and recently started over with a fresh install of everything.

Im running on Windows with PEQ database.

I already know some of the things that need to be done after a new install, such as moving plugins files from eqemu\quest\plugins directory to the eqemu\plugins directory.

Also I read the notes for the latest binaries and added the required updates to the current database to make it compatible with the newest binaries, i.e. inserted this code into the query part in Navicat for MySQL:

alter table player_corpses add column IsBurried TINYINT(3) NOT NULL default 0;
alter table player_corpses add column WasAtGraveyard TINYINT(3) NOT NULL default 0;
insert into rule_values values(0, 'Zone:EnableShadowrest', 0);

I've already been searching these forums ever since I started 6 months ago and haven't found much info on this. Any ideas of what might be causing players inventory to not show up in certain zones, or for some dynamic zones to start/stop forever? Some advise would be appreciated.

Thanks

thepoetwarrior
01-23-2008, 01:50 AM
Also, a few users are constantly getting disconnected. This didn't happen before with the older server I had. Need help please. Searched forums here and google for a long time now.

csb4623
10-19-2010, 10:53 AM
did you resolve this issue, and if so can you post the solution? I am having the same problems.

Akkadius
10-19-2010, 12:50 PM
Sounds like MYSQL table corruption as far as the player inventory goes:

Run the following command in CMD and let me know how it goes:

mysqlcheck --auto-repair -uuser -ppassword tablename