Blazera 8.60
blazera.net
SOBRE O BLAZERA
Um fresh start em um servidor 8.6 clássico, com real map, focado na experiência raiz do Tibia. | Classic Real Map • Fresh Start • Client 8.6 • Old School Gameplay • Active Community
Inicia em:
--
Participar
War
Membro
-
Registro em
-
Última visita
Histórico de Curtidas
-
War deu reputação a Storm em [Resolvido]@War
function isSummonPlayer(cid) if getCreatureMaster(cid) == cid or getCreatureMaster(cid) == nil then return false end return true end 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) and not isSummonPlayer(attacker) then local master = getCreatureMaster(cid) if not master or not isPlayer(master) then return false end end return true end