function onUse(cid, item, frompos, item2, topos)
local prize, rare = {2157,2390,2153,2154,2155,10521,2156}, {2157,2390,10521}
local actionid = 1337
if item.actionid == actionid and doPlayerRemoveItem(cid, 2157, 1) then
local randomChance = prize[math.random(1, #prize)]
doPlayerAddItem(cid...