• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Player dont drop items even if i dont have aol.

elia3343

Hoster
Joined
Oct 22, 2014
Messages
167
Reaction score
8
When a player dies, he doesn't drop items, Even when he does not have aol. Do anyone know how I can fix it?
 
in vocations.xml, there should be something about death loss, If not,
Check your config.lua. for configuration for deathloss percentages.
Forgotten server 1.2 uses this:

Code:
-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0.
deathLosePercent = -1

In 0.4, Search for "deathLostPercent" in config.lua
 
Back
Top