Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-04-2016, 10:12 AM
tigurius
Fire Beetle
 
Join Date: Sep 2004
Posts: 24
Default Corpses In DB but not in game

I wiped hard on Suled Dar's Shade in skyfire and decided to camp and clean up the mess the next day. When I returned to skyfire to do rezzes, all the corpses are gone and cannot be summoned, however, peeking in the DB corpse table, they are in fact there and in the correct zoneid. Any ideas? I guess I can try to move them to another zone but I'm wondering what went wrong- this has not happened before but I have also always recovered my corpses before camping for the day.

RESOLUTION:
It turns out my corpses were 'buried'. This is likely an adjustable variable I need to tweak but I did not recover my corpse in time and it was buried making it unavailable to me. To fix this by hand, I ran a query to update the time_of_death and set the is_buried flag = 0.

Code:
UPDATE character_corpses SET is_buried = 0, time_of_death = NOW() WHERE zone_id = 91;
I did a server bounce after this and logged back in, corpses were back scattered everywhere again. Yay!

Last edited by tigurius; 05-04-2016 at 10:26 AM.. Reason: FIXED
Reply With Quote
  #2  
Old 05-04-2016, 02:40 PM
chrsschb's Avatar
chrsschb
Dragon
 
Join Date: Nov 2008
Location: GA
Posts: 904
Default

There's a GM command to summon buried corpses (one at a time). You can also use the NPC corpse summoner.

The buried flag helps keep corpses from polluting the world as well as making corpse recoveries easier in tough places (not that any old school EQ'er gives a shit about the latter).
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 04:15 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