Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-22-2004, 03:18 PM
Snoopdog
Sarnak
 
Join Date: Sep 2004
Posts: 31
Default Player_Corpses error

While trying to fix my black screen zoning errors i went to the CVS and downloaded the latest release and now getting this error after logging in. On the client i get zone not available. On the server i get this.

Init: Loading zone lists, zone state or spawn list, player corpsesError in LoadPlayerCorpses query 'SELECT id, charid, charname, x, y, z, heading, data, timeofdeath, rezzed FROM player_corpses WHERE zoneid='54'' #1054: Unknown column 'rezzed' 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: Couldn't load player corpses.
ZONE->Init failed

Now i did finally download the player_corpses.sql from cvs then sourced it in to Mysql. After that the same error, then i did the

ALTER TABLE 'player_corpses' ADD 'rezzed' TINYINT UNSIGNED DEFAULT "0";

and I get this error ........

ERROR 1060: Duplicate column name 'rezzed'

If i into EQ Admin i should be able to see this coumn correct ?? Well i do not see a column called rezzed but Mysql says that it exist. I am no SQL guru and do not claim to be, i have went as far as i can without some pro assistance.
Reply With Quote
  #2  
Old 10-22-2004, 03:34 PM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

EQ Admin will show the columns that were in the database when EQAdmin was created. That program is way old, and, will not update when theres a new column.

Use the mysql shell, its very easy /shrug.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote
  #3  
Old 10-22-2004, 03:51 PM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default Re: Player_Corpses error

Quote:
Originally Posted by Snoopdog
While trying to fix my black screen zoning errors i went to the CVS and downloaded the latest release and now getting this error after logging in. On the client i get zone not available. On the server i get this.

Init: Loading zone lists, zone state or spawn list, player corpsesError in LoadPlayerCorpses query 'SELECT id, charid, charname, x, y, z, heading, data, timeofdeath, rezzed FROM player_corpses WHERE zoneid='54'' #1054: Unknown column 'rezzed' 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: Couldn't load player corpses.
ZONE->Init failed

Now i did finally download the player_corpses.sql from cvs then sourced it in to Mysql. After that the same error, then i did the

ALTER TABLE 'player_corpses' ADD 'rezzed' TINYINT UNSIGNED DEFAULT "0";

and I get this error ........

ERROR 1060: Duplicate column name 'rezzed'

If i into EQ Admin i should be able to see this coumn correct ?? Well i do not see a column called rezzed but Mysql says that it exist. I am no SQL guru and do not claim to be, i have went as far as i can without some pro assistance.
dude drop the table add it back in then do this.
I had the same problem.
ALTER TABLE 'player_corpses' ADD 'rezzed' TINYINT UNSIGNED DEFAULT "0";
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info
Reply With Quote
  #4  
Old 10-22-2004, 07:11 PM
Xothin
Sarnak
 
Join Date: Oct 2004
Posts: 68
Default

He's right, if in doubt, drop the table and recreate. This really won't affect you much at all unless you have corpses turned on, and you actually have corpses in the table itself.

If thats the case, well... GM comp it... or tell your players that their stuff was lost.

This is a beta program, and free at that, there are bound to be times when things get changed and stuff gets lost. I for one am just glad that we have people like LE and Sotonin that are willing to do this stuff for us on their free time. ^.^
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 07:31 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3