Cyko style first attempt:
local itemList = {
[2261] = {6000, 15},
[2293] = {2000, 20},
[2268] = {5000, 40},
[2273] = {2000, 100},
[2173] = {40000, 1},
[2304] = {2000, 30},
[2305] = {7000, 5},
[2313] = {2000, 50},
[2265] = {1000, 100}
}
function onUse(cid, item)
if item.itemid == 1945 then...