function onUse(cid, item, frompos, item2, topos)
local specialQuests = {
[2222] = 30015
}
local storage = specialQuests[item.actionid]
local queststatus = getPlayerStorageValue(cid, 9943)
if storage == 2222 then
if queststatus == 1 then
doPlayerAddItem(cid, 2420, 1)...