So I got a few errors here, maybe someone will recognize them.
[Debug] [ZONE__INIT] Starting EQ Network server on port 7000
[Status] Booting akanon
Map header: 36325 faces, 162 nodes, 46087 facelists
Loaded map: 108975 vertices, 36325 faces
Map BB: (-1049.59 -> 209.91, -83.97 -> 2255.09, -601.75 -> 77.97)
Map ./Maps/akanon.map loaded.
Path File ./Maps/akanon.path not found.
[Debug] The next weather check for zone: akanon will be in 11100 seconds.
[Status] Loading spawn conditions...
[Status] Loading static zone points...
[Status] Loading spawn groups...
Error in SpawngroupID: 55208
Error in SpawngroupID: 55209
[Status] Loading spawn2 points...
[Status] Loading player corpses...
Error in LoadPlayerCorpses query 'SELECT id, charid, charname, x, y, z, heading,
data, timeofdeath, rezzed, WasAtGraveyard FROM player_corpses WHERE zoneid='55'
' #1054: Unknown column 'WasAtGraveyard' in 'field list'
Note that if your missing the 'rezzed' field you can add it with:
ALTER TABLE `player_corpses` ADD `rezzed` TINYINT UNSIGNED DEFAULT "0";
[Error] Starting Log: logs/eqemu_error_zone_3512.log
[Error] Loading player corpses failed.
Zone->Init failed
|