Only in 0.3.1pl2Hmmm... I think that i config.lua should be a line "deathLostPercent = XX" maybe only in the newest ; ) Not sure
function onLogin(cid)
for i = PLAYERLOSS_EXPERIENCE, PLAYERLOSS_ITEMS do
doPlayerSetLossPercent(cid, i, 3)
end
registerCreatureEvent(cid, "PlayerDeath")
return TRUE
end