function onDeath(cid, corpse, deathList)
local remove = {x=818, y=967, z=7}
local id = 1455
local remove1 = getTileItemById(remove, id)
if doRemoveItem(remove1.uid, 1) then
addEvent(doCreateItem, 10 * 1000, id, 1, {x=818,y=967,z=7})
end
return true
end