Items - OX
Add these into your items list e.g. ox_inventory/data/items.lua
-- Treasure Hunting
['treasuremap'] = { label = 'Treasure Map', weight = 200, stack = false, close = false, client = { image = 'treasuremap.png' }, description = 'Perhaps I can find someone to decipher this' },
['messagebottle'] = { label = 'Message in a Bottle', weight = 700, stack = false, close = true, client = { image = 'messagebottle.png' }, description = 'Mysterious note stuffed in a water-tight bottle' },
['shovel'] = { label = 'Shovel', weight = 5000, stack = false, close = false, client = { image = 'shovel.png' }, description = 'A groundbreaking invention' },
['treasurereward1'] = { label = 'Treasure Token 1', weight = 100, stack = false, close = false, client = { image = 'treasuretoken.png' }, description = 'Awarded for completing the first treasure hunt set!' },
['treasurereward2'] = { label = 'Treasure Token 2', weight = 100, stack = false, close = false, client = { image = 'treasuretoken.png' }, description = 'Awarded for completing the second treasure hunt set!' },
['treasurereward3'] = { label = 'Treasure Token 3', weight = 100, stack = false, close = false, client = { image = 'treasuretoken.png' }, description = 'Awarded for completing the third treasure hunt set!' },
Last updated