View Single Post
  #3  
Old 09-20-2016, 10:25 PM
ionhsmith
Discordant
 
Join Date: Jun 2014
Posts: 284
Default

ok cool got it going but getting these errors. any suggestions?
Quote:
[World Server] Loading server configuration..
[World Server] CURRENT_VERSION: 1.1.3
[World Server] Added loginserver login.eqemulator.net:5998
[World Server] Connecting to MySQL...
[Status] Starting File Log 'logs/world_3676.log'
[World Server] HTTP world service disabled.
[World Server] Checking Database Conversions..
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
SHOW COLUMNS FROM `character_corpses` LIKE 'data'
[Update] No script update necessary...
[Info] For EQEmu Server management utilities - run eqemu_server.pl
[Update] Bots database up to Date: Continuing World Bootup...
[Update] Database up to date...
[World Server] Loading variables..
[World Server] Loading zones..
[World Server] Clearing groups..
[MySQL Error] 1146: Table 'peq.group_leaders' doesn't exist
DELETE from group_leaders
Unable to clear group leaders: #1146: Table 'peq.group_leaders' doesn't exist
[MySQL Error] 1146: Table 'peq.group_id' doesn't exist
DELETE FROM `group_id`
[World Server] Clearing raids..
[MySQL Error] 1146: Table 'peq.raid_members' doesn't exist
delete from raid_members
Unable to clear raids: #1146: Table 'peq.raid_members' doesn't exist
[MySQL Error] 1146: Table 'peq.raid_details' doesn't exist
delete from raid_details
Unable to clear raid details: #1146: Table 'peq.raid_details' doesn't exist
[World Server] Clearing inventory snapshots..
[World Server] Loading items..
[World Server] Loading skill caps..
[World Server] Loading guilds..
[MySQL Error] 1146: Table 'peq.guilds' doesn't exist
SELECT id, name, leader, minstatus, motd, motd_setter,channel,url FROM guilds
[World Server] Loaded default rule set 'default'
[World Server] Loading EQ time of day..
[World Server] Loading launcher list..
[MySQL Error] 1146: Table 'peq.launcher_zones' doesn't exist
SELECT zone, port FROM launcher_zones WHERE launcher = 'peq'
[Error] EQLConfig::LoadSettings: #1146: Table 'peq.launcher_zones' doesn't exist
[MySQL Error] 1146: Table 'peq.launcher_zones' doesn't exist
SELECT zone, port FROM launcher_zones WHERE launcher = 'zone'
[Error] EQLConfig::LoadSettings: #1146: Table 'peq.launcher_zones' doesn't exist
[World Server] Reboot zone modes OFF
[MySQL Error] 1146: Table 'peq.character_corpses' doesn't exist
UPDATE `character_corpses` SET `is_buried` = 1 WHERE `is_buried` = 0 AND (UNIX_TIMESTAMP() - UNIX_TIMESTAMP(time_of_death)) > 43200 AND NOT time_of_death = 0
[World Server] Deleted -1 stale player corpses from database
[World Server] Loading adventures...
[MySQL Error] 1146: Table 'peq.adventure_stats' doesn't exist
SELECT ch.name, ch.id, adv_stats.* FROM adventure_stats AS adv_stats LEFT JOIN `character_data` AS ch ON adv_stats.player_id = ch.id;
[World Server] Purging expired instances
[World Server] Loading char create info...
[World Server] Zone (TCP) listener started.
[World Server] Client (UDP) listener started.
[World Server] New Launcher from 127.0.0.1:50806
[World Server] New QS Connection from 127.0.0.1:50808
[World Server] New UCS Connection from 127.0.0.1:50810
[World Server] New Zone Server from 127.0.0.1:50813
[World Server] New Zone Server from 127.0.0.1:50816
[World Server] New Zone Server from 127.0.0.1:50822
[World Server] New Zone Server from 127.0.0.1:50825
Reply With Quote