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?
|
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'; |
All times are GMT -4. The time now is 06:58 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.