Quote:
Originally Posted by mplostcause
i did another fresh install of the server files and resourced the databases along with updating the build to most current available. I ran the following commands on the database after installing as outlined in the 0.7.0 windows server guide:
ALTER TABLE spawnentry DROP spawn_limit;
ALTER TABLE spawngroup ADD spawn_limit tinyint(4) NOT NULL default '0';
ALTER TABLE altadv_vars ADD class_type int unsigned NOT NULL DEFAULT 0;
ALTER TABLE spawn2 CHANGE `condition` `_condition` MEDIUMINT(  UNSIGNED NOT NULL DEFAULT '0';
After doing this I am still having the same problem. I can connect to the server and create a character but when I go to enter world the screen turns black for a split second and goes directly back to character select with the message zone unavailable. If anyone else has any suggestions at possible fixs or logs/settings I can check to find possible problems/solutions. I appreciate the help suggestions so far and the work people have put into this project.
|
Try this out;
http://www.eqemulator.net/forums/showthread.php?t=20778
see if it helps
edit;
It won't help - this is another problem and it may be related with the source lines you are entering.
Read backwards through the changelogs, make sure you applied all the lines needed to the database. also, make sure you are on the same database you are using for the EQ emulator- "status" commad will tell you where you're at, and "use" command will change you. Example: USE peq will set you to peq database.