Ir para conteúdo
Propaganda

Posts Recomendados

function onStatsChange(cid, attacker, type, combat, value)
    -- This should block all damage monster cause on eachother expect player summons
    if isMonster(cid) and isMonster(attacker) then
        local master = getCreatureMaster(cid)
        if not master or not isPlayer(master) then
            return false
        end
    end

    return true
end

Link para o comentário
https://tibiadevs.com/forums/topic/751-mudar-esse-script-para-tfs-036/
Compartilhar em outros sites

  • Suporte
1 minuto atrás, Falls disse:

function onStatsChange(cid, attacker, type, combat, value)
    -- This should block all damage monster cause on eachother expect player summons
    if isMonster(cid) and isMonster(attacker) then
        local master = getCreatureMaster(cid)
        if not master or not isPlayer(master) then
            return false
        end
    end

    return true
end

Tópico aprovado. De mão beijada acho que ningúem vai te ajudar, mas boa sorte!

Link para o comentário
https://tibiadevs.com/forums/topic/751-mudar-esse-script-para-tfs-036/#findComment-3865
Compartilhar em outros sites

Crie uma conta ou entre para comentar

Você precisar ser um membro para fazer um comentário

Criar uma conta

Crie uma nova conta em nossa comunidade. É fácil!

Crie uma nova conta

Entrar

Já tem uma conta? Faça o login.

Entrar Agora
×
  • Criar Novo...