Try this out, you'll have to put the item id in at the bottom, let me know how it works.
local config = {
rewardItems = { {2160, 1}, {18337, 10}, {9971, 5}},
minimumLevel = 8,
exhaustTime = 24 * 60 * 60, -- 24 hours
exhaustStorage = 31402
}
local function...