function onDeath(cid, corpse, deathList)
local config = {
onlypremium = false, -- se precisa ser premium para não perder nada
exp = true, -- se ao morrer o jogador irá perder exp
skills = true, -- se ao morrer vai perder skills
magic = false, -- se vai perder magic level
loot = true, -- se ao morrer o jogador irá perder o loot
level = 7121727 -- até que level irá proteger o player
}
if isPlayer(cid) and getPlayerLevel(cid) <= config.level then
if config.onlypremium == true and not isPremium(cid) then return TRUE end
if config.loot == false then doCreatureSetDropLoot(cid, false) end
if config.magic == false then doPlayerSetLossPercent(cid, PLAYERLOSS_MANA, 0) end
if config.skills == false then doPlayerSetLossPercent(cid, PLAYERLOSS_SKILLS, 0) end
if config.exp == false then doPlayerSetLossPercent(cid, PLAYERLOSS_EXPERIENCE, 0) end
return TRUE end return TRUE end
<event type="death" name="ProtectLevel" event="script" value="levelprotection.lua"/>
registerCreatureEvent(cid, "ProtectLevel")





info
Grupo: Infante
Registrado: 27/01/13
Posts: 1.7k
Reputação: +104
Gênero: Masculino
Tipo do script:creaturescripts
Protocolo (versão do Tibia):8.54
Servidor utilizado:Naruto tibia
Nível de experiência:30
Adicionais/Informações:Quando o player morrer nao perde ml,
JA tentei varios scripts e nada PF ME AJUDEM VALENDO REP+++