View Single Post
  #4  
Old 03-08-2012, 06:14 PM
ProSkeptic
Fire Beetle
 
Join Date: Feb 2012
Location: New York and Charlotte
Posts: 17
Default

Ok, I reloaded the database... here are the steps for that :

drop database if exists peqdb;
create database if not exists peqdb;
use peqdb;
source /home/eqemu/source/peqdatabase/drop_system.sql
source /home/eqemu/source/peqdatabase/drop_player.sql
source /home/eqemu/source/peqdatabase/drop_login.sql
source /home/eqemu/source/peqdatabase/drop_bots.sql
source /home/eqemu/source/peqdatabase/peqdb_rev2100.sql
source /home/eqemu/source/peqdatabase/load_player.sql
source /home/eqemu/source/peqdatabase/load_login.sql
source /home/eqemu/source/peqdatabase/load_bots.sql
source /home/eqemu/source/EQEmuServer/EQEmuLoginServer/login_util/EQEmuLoginServerDBInstall.sql

It's version 2100, and I think that's the newest, and there seem to be no updates beyond that.

Then I restart the server... and intentionally get killed by a rat (way harder than they appear) and get this as the only error that I can see :

eqemu_debug_3848.log:[03.08. - 17:02:44] [LAUNCHER__STATUS] Zone dynamic_05 has gone down. Restart timer started.
eqemu_debug_world.log:3847 [03.08. - 17:02:44] [WORLD__ZONELIST] Removing zoneserver #5 at :7004
eqemu_debug_world.log:3847 [03.08. - 17:02:44] [WORLD__ZONELIST] Hold Zones mode is ON - rebooting lost zone
eqemu_debug_world.log:3847 [03.08. - 17:02:44] [WORLD__LAUNCH] zone: dynamic_05 reported state STOPPED (1 starts)
Reply With Quote