Pug Development
  • ๐Ÿ‘‹Welcome To Pug Development
    • ๐Ÿ“ŒInformation
  • ๐Ÿ““Scripts
    • ๐Ÿ’ŽRobbery Creator
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • Mini Games
      • ๐Ÿ’กThings to know
        • ๐ŸŽจHow To Use
        • ๐ŸŽฎCustom Mini Games
        • ๐Ÿ’ฃCreate Explosion
        • ๐Ÿ“‘Tab Settings
        • ๐Ÿ“ฃBank Truck & ATM Alert
        • ๐Ÿ“ฑCustom Keypad
        • ๐Ÿ’ฑMove Steps Around
        • ๐Ÿ‘ปMake Props Disappear When Looted
        • ๐ŸคนRemove Kill Screen Effect
        • ๐ŸŽPreset Heist Progression
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ’ผBusiness Creator
      • ๐Ÿ“Installation
      • ๐Ÿ’กThings to know
        • ๐Ÿ”—Linking Jobs To The Menu
        • ๐Ÿ“ƒOpen Menu
        • ๐Ÿ”›Criminal crafting
        • ๐Ÿ›ฐ๏ธCreated Items
      • โ“FAQ
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ”ซPaint Ball
      • ๐Ÿ“Installation
        • ๐Ÿ‚ox_inventory
        • ๐ŸฆฅDispatch/Shots Fired
        • โŒqb-anticheat
      • ๐Ÿ“œDependency & Support
      • ๐Ÿ’กThings to know
        • ๐Ÿ—บ๏ธMap Making Tutorial
        • ๐Ÿ‘šSet Team Outfits
        • ๐Ÿ“…Scoreboard
        • ๐Ÿ”Surrender
    • ๐Ÿ› ๏ธRepo Job
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ’‰Coke Business
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐ŸŽฃFishing
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • ๐ŸŸFishing Lure
      • ๐Ÿ“œDependency & Support
      • ๐Ÿ’กThings to know
        • โ†—๏ธProgression
        • ๐Ÿ’ฏReputation
    • ๐Ÿ”ซWeapon Sling
      • ๐Ÿ“Installation
      • ๐Ÿ“œDependency & Support
    • ๐Ÿ†Battle Royale
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
        • โ˜๏ธWeather Sync
        • ๐Ÿ‚ox_inventory
        • ๐ŸฆฅDispatch/Shots Fired
        • โŒqb-anticheat
      • ๐Ÿ“œDependency & Support
    • ๐Ÿš˜Car Chopping
      • ๐Ÿ“Installation
        • Inventory Items
          • QB items
          • Ox Items
      • ๐Ÿ“œDependency & Support
Powered by GitBook
On this page
  1. Scripts
  2. Fishing
  3. Installation
  4. Inventory Items

Ox Items

Follow The File Path to Setup Items.

ox_inventory/data/items.lua

Copy All items and Paste Directly Into file.

['fishingrod'] = {
    label = 'Fishing Rod',
},
['fishingrod2'] = {
    label = 'Fishing Rod',
},
['fishingrod3'] = {
    label = 'Fishing Rod',
},
['fishinglure'] = {
    label = 'Fishing Lure',
    uses = 1000,
},
['fishinglure2'] = {
    label = 'Fishing Lure',
    uses = 1500,
},
['skill-reel'] = {
    label = 'Skilled Reel',
},
['pro-reel'] = {
    label = 'Pro Reel',
},
['fishingbait'] = {
    label = 'Fishing Bait',
},
['killerwhalemeat'] = {
    label = 'Killer whale',
},
['stingraymeat'] = {
    label = 'Stingray Meat',
},
['tigershark'] = {
    label = 'Tiger Shark',
},
['catfish'] = {
    label = 'Catfish',
},
['fish'] = {
    label = 'Fish',
},
['salmon'] = {
    label = 'Salmon',
},
['largemouthbass'] = {
    label = 'Largemouth Bass',
},
['goldfish'] = {
    label = 'Goldfish',
},
['redfish'] = {
    label = 'Redfish',
},
['bluefish'] = {
    label = 'Bluefish',
},
['stripedbass'] = {
    label = 'Striped Bass',
},
['rainbow-trout'] = {
    label = 'Rainbow Trout',
},
['gholfish'] = {
    label = 'Gholfish',
},
['codfish'] = {
    label = 'Codfish',
},
['eelfish'] = {
    label = 'Eelfish',
},
['swordfish'] = {
    label = 'Swordfish',
},
['tuna-fish'] = {
    label = 'Tunafish',
},
['chestkey'] = {
    label = 'Chest Key',
},
['treasurechest'] = {
    label = 'Treasure Chest',
},
['bottlemap'] = {
    label = 'Bottle',
},
['treasuremap'] = {
    label = 'Treasure Map',
},
['diamond'] = {
    label = 'Diamond',
},
['emerald'] = {
    label = 'Emerald',
},
['sapphire'] = {
    label = 'Sapphire',
},
['ruby'] = {
    label = 'Ruby',
},
['yellow-diamond'] = {
    label = 'Yellow Diamond',
},
['captainskull'] = {
    label = 'Captain Skull',
},

Shop Items

Dont forget to Put the ["fishingrod"] and ["fishingbait"] in any of your shops.

PreviousQB itemsNextFishing Lure

Last updated 4 months ago

๐Ÿ““
๐ŸŽฃ
๐Ÿ“