Furinex
11-07-2007, 02:52 PM
Been searching the forums and I cant seem to find an answer I havent tried already...
I can get all the way to logging into the game with my character then it comes back at me with "zone unavailable". I tried to add in rezzed to player_corpse and that didnt work... already there... here's what the error looks like from the zone window...
[Status] Loading spawn groups...
[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='54'
' #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_6068.log
[Error] Loading player corpses failed.
Zone->Init failed
And here's the error log...
---------------------------------------------
[11.07. - 21:44:03] Starting Log: logs/eqemu_error_zone_6068.log
[11.07. - 21:44:03] Loading player corpses failed.
Any help would be appreciated, im sure its something stupid...
[Edit] I went to Player_corpses in navi mysql browser thing and I noticed WasAtGraveyard wasnt even a field in there so im not too sure what that error is even talking about but then again im not that mysql savy...
I can get all the way to logging into the game with my character then it comes back at me with "zone unavailable". I tried to add in rezzed to player_corpse and that didnt work... already there... here's what the error looks like from the zone window...
[Status] Loading spawn groups...
[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='54'
' #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_6068.log
[Error] Loading player corpses failed.
Zone->Init failed
And here's the error log...
---------------------------------------------
[11.07. - 21:44:03] Starting Log: logs/eqemu_error_zone_6068.log
[11.07. - 21:44:03] Loading player corpses failed.
Any help would be appreciated, im sure its something stupid...
[Edit] I went to Player_corpses in navi mysql browser thing and I noticed WasAtGraveyard wasnt even a field in there so im not too sure what that error is even talking about but then again im not that mysql savy...