Quest by Corpse!
Don't are working:
*Don't need add "It is Empty".
Don't are working:
PHP:
--by BomBa
function onUse(cid, item, frompos, item2, topos)
if item.uid ==2951 then
queststatus = getPlayerStorageValue(cid,2951)
if queststatus == 1 then
else
doPlayerSendTextMessage(cid, MESSAGE_INFO_DESCR, 'You have found a ' .. getItemName(2075) .. '.')
doSendMagicEffect(topos,12)
doPlayerAddItem(cid,2075,1)
setPlayerStorageValue(cid,2951,1)
end
return 0
end
return 1
end
*Don't need add "It is Empty".