Hello, I have problem with that script:
local storage = 5648
function onDeath(cid, corpse, deathList)
if isMonster(cid) then
if getCreatureMaster(cid) ~= cid then
doCreatureSetStorage(getCreatureMaster(cid), storageLol, os.time() + 10)
end
end
return true
end
When I...