local timer = 4 * 60 * 1000
local bosses = {
['Deathstrike'] = {pos = Position(1564,1161,7)}
}
function onDeath(cid, corpse, killer, mostDamageKiller, unjustified, mostDamageUnjustified)
if bosses[cid:getName()] then
corpse:remove()
local teleport =...