para por para sortia um item e sor vc fazer isso em todas as box
function onUse(cid, item, frompos, item2, topos)
luck = math.random(1,10)
pos = getPlayerPosition(cid)
if item.itemid == 5792 and luck == 1 then
doPlayerRemoveItem(cid,5792,1)
doSendMagicEffect(pos,6)
doPlayerAddItem(cid,2458,1)
doPlayerSendTextMessage(cid,22,"vc acaba de ganha um chain helmet.")
elseif item.itemid == 5792 and luck == 2 then
doPlayerRemoveItem(cid,5792,1)
doSendMagicEffect(pos,6)
doPlayerAddItem(cid,2195,1)
doPlayerSendTextMessage(cid,22,"vc acaba de ganha uma boh.")
elseif item.itemid == 5792 and luck == 3 then
doPlayerRemoveItem(cid,5792,1)
doSendMagicEffect(pos,6)
doPlayerAddItem(cid,2464,1)
doPlayerSendTextMessage(cid,22,"vc acaba de ganha um chain armor.")
elseif item.itemid == 5792 and luck == 4 then
doPlayerRemoveItem(cid,5792,1)
doSendMagicEffect(pos,6)
doPlayerAddItem(cid,2467,1)
doPlayerSendTextMessage(cid,22,"vc acaba de ganha um leather armor.")
elseif item.itemid == 5792 and luck == 5 then
doPlayerRemoveItem(cid,5792,1)
doSendMagicEffect(pos,6)
doPlayerAddItem(cid,2643,1)
doPlayerSendTextMessage(cid,22,"vc acaba de ganha um leather armor.")
elseif item.itemid == 5792 and luck == 6 then
doPlayerRemoveItem(cid,5792,1)
doSendMagicEffect(pos,6)
doPlayerAddItem(cid,2468,1)
doPlayerSendTextMessage(cid,22,"vc acaba de ganha uma studded legs.")
elseif item.itemid == 5792 and luck == 7 then
doPlayerRemoveItem(cid,5792,1)
doSendMagicEffect(pos,6)
doPlayerAddItem(cid,2478,1)
doPlayerSendTextMessage(cid,22,"vc acaba de ganha uma brass legs.")
elseif item.itemid == 5792 and luck == 8 then
ddoPlayerRemoveItem(cid,5792,1)
doSendMagicEffect(pos,6)
doPlayerAddItem(cid,2648,1)
doPlayerSendTextMessage(cid,22,"vc acaba de ganha uma chain legs.")
elseif item.itemid == 5792 and luck == 9 then
doPlayerRemoveItem(cid,5792,1)
doSendMagicEffect(pos,6)
doPlayerAddItem(cid,2511,1)
doPlayerSendTextMessage(cid,22,"vc acaba de ganha um brass shield.")
elseif item.itemid == 5792 and luck == 10 then
doPlayerRemoveItem(cid,5792,1)
doSendMagicEffect(pos,6)
doPlayerAddItem(cid,2383,1)
doPlayerSendTextMessage(cid,22,"vc acaba de ganha uma spike sword.")
end
return 1
end