local config = {teleportId = 1387,
boss = "Pythius The Rotten"}
local position = {x = 394, y = 686, z = 7}
function onDeath(cid, corpse, killer)
registerCreatureEvent(cid, "PythiusDead")
if config.boss == getCreatureName(cid) then
teleport = doCreateItem(config.teleportId,1,position)...