UPDATE players SET loss_experience = 100, loss_mana = 100, loss_skills = 100, loss_containers = 100, loss_items = 100;
local loss = getConfigValue('deathLostPercent')
if(loss ~= nil) then
doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, loss * 10)
end