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 04-19-2011, 04:18 PM
Suru
Fire Beetle
 
Join Date: Oct 2008
Location: no
Posts: 8
Default Changing Death effect

I've seen servers that have set you to respawn without dropping your gear on your corpse or losing xp. How does one go about changing this? Is it a database setting or do you need to modify the code somewhere?
Reply With Quote
  #2  
Old 04-19-2011, 04:59 PM
blackdragonsdg
Dragon
 
Join Date: Dec 2008
Location: Tennessee
Posts: 654
Default

Those are all database settings in the rule_values table. Using the following will allow you to disable item and exp loss.
Code:
update rule_values set rule_value = 86 where rule_name = 'Character:DeathExpLossLevel';
update rule_values set rule_value = 3 where rule_name = 'Character:DeathExpLossMultiplier';
update rule_values set rule_value = 86 where rule_name = 'Character:DeathItemLossLevel';
update rule_values set rule_value = 'false' where rule_name = 'Character:UseDeathExpLossMult';

Last edited by Derision; 04-19-2011 at 05:05 PM.. Reason: Added [code] [/code] tags to remove 'smileys' :)
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 10:54 AM.


 

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