Hi, i have problem with my script:
function kamien(item,pos)
doCreateItem(item.itemid, 1, pos)
end
function onDeath(cid, corpse, killer)
local creaturename = getCreatureName(cid)
-- 12k LVL QUEST BOSS
local pos = {x=989, y=2903, z=8, stackpos=255}
local itemx =...