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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #10  
Old 10-25-2004, 07:28 AM
Marratook
Fire Beetle
 
Join Date: Dec 2003
Posts: 19
Default

Quote:
Originally Posted by sgaske24
Okey Dokey guys, had the same problem, figures now everyone is having it too.

Try this -

Quote:
DROP TABLE IF EXISTS `player_corpses`;
CREATE TABLE `player_corpses` (
`id` int(11) unsigned NOT NULL auto_increment,
`charid` int(11) unsigned NOT NULL default '0',
`charname` varchar(64) NOT NULL default '',
`zoneid` smallint(5) NOT NULL default '0',
`x` float NOT NULL default '0',
`y` float NOT NULL default '0',
`z` float NOT NULL default '0',
`heading` float NOT NULL default '0',
`data` blob NOT NULL,
`timeofdeath` datetime NOT NULL default '0000-00-00 00:00:00',
`rezzed` tinyint(3) unsigned default '0',
PRIMARY KEY (`id`),
KEY `zoneid` (`zoneid`)
) TYPE=MyISAM;
Then source that into your DB. Good luck.

-GM Thrax
This Fix worked for me thx Thrax, just did what u said sourced it into the database.

Cant use GM commands atm, but its just prolly me that entering it wrong or something.

Btw the Glooming deep just shows for a small sec or so, then it changes to race starting zone.

/cheers
Reply With Quote
 


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 05:37 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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3