Ir para conteúdo

Reonecat

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Gostei
    Reonecat deu reputação a ViitinG em Bless automatico até determinado level.   
    Tenta esse então :
    function onDeath(cid, corpse, deathList) local config = { onlypremium = false, -- se precisa ser premium para não perder nada levelandskills = false, -- se ao morrer o jogador irá perder level e skill loot = false, -- se ao morrer o jogador irá perder o loot level = 75 -- 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.levelandskills == false then doPlayerSetLossSkill(cid, 0) end return TRUE end return TRUE end

Informação Importante

Confirmação de Termo