Skip to content

Mustachedom/md-fishing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md-fishing

Credits to

BIG THANKS TO

Special shoutout to my beta testers! Your feedback has been invaluable.

Dependencies

Setup :

step 1:

Run SQL

  • how do i do that?
    • Watch a youtube video
  • How do i access my database
    • ask your service provider

Step 2

Add Your items from list below

  • How do I do that?
    • Copy and Paste into your items.lua
    • copy images to the inventory folder required

QB

["atlanticdolphin"] 		 = {["name"] = "atlanticdolphin", 			["label"] = "Atlantic Dolphin", 		['weight'] = 100, 		["type"] = "item", 		["image"] = "atlanticdolphin.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["belugawhale"] 			 = {["name"] = "belugawhale", 			    ["label"] = "Beluga Whale", 		    ['weight'] = 100, 		["type"] = "item", 		["image"] = "belugawhale.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["bluefish"] 				 = {["name"] = "bluefish", 			    	["label"] = "Blue Fish", 		    	['weight'] = 100, 		["type"] = "item", 		["image"] = "bluefish.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["bluewhale"] 				 = {["name"] = "bluewhale", 			    ["label"] = "Blue Whale", 		    	['weight'] = 100, 		["type"] = "item", 		["image"] = "bluewhale.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["catfish"] 				 = {["name"] = "catfish", 			    	["label"] = "Catfish", 		    		['weight'] = 100, 		["type"] = "item", 		["image"] = "catfish.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["chileandolphin"] 			 = {["name"] = "chileandolphin", 			["label"] = "Chilean Dolphin", 		    ['weight'] = 100, 		["type"] = "item", 		["image"] = "chileandolphin.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["chum"] 					 = {["name"] = "chum", 						["label"] = "Fish Chum", 		   		 ['weight'] = 100, 		["type"] = "item", 		["image"] = "chum.png", 					["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["closedsafe"] 				 = {["name"] = "closedsafe", 			    ["label"] = "closed safe", 			    ["weight"] = 100, 		["type"] = "item", 		["image"] = "closedsafe.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["copperpipe"] 				 = {["name"] = "copperpipe", 			    ["label"] = "copper pipe", 			    ["weight"] = 100, 		["type"] = "item", 		["image"] = "copperpipe.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["fishingpole"] 			 = {["name"] = "fishingpole", 			    ["label"] = "Fishing Pole", 		    ['weight'] = 100, 		["type"] = "item", 		["image"] = "fishingpole.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["flounder"] 				 = {["name"] = "flounder", 			    	["label"] = "Flounder", 		    	['weight'] = 100, 		["type"] = "item", 		["image"] = "flounder.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["goblinshark"] 			 = {["name"] = "goblinshark", 			    ["label"] = "Goblin Shark", 		    ['weight'] = 100, 		["type"] = "item", 		["image"] = "goblinshark.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["groundshark"] 			 = {["name"] = "groundshark", 			    ["label"] = "Ground Shark", 		    ['weight'] = 100, 		["type"] = "item", 		["image"] = "groundshark.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["halibut"] 				 = {["name"] = "halibut", 			    	["label"] = "Halibut", 		     		['weight'] = 100, 		["type"] = "item", 		["image"] = "halibut.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["largemouthbass"] 			 = {["name"] = "largemouthbass", 			["label"] = "Large Mouth Bass", 		['weight'] = 100, 		["type"] = "item", 		["image"] = "largemouthbass.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["leatherheadturtle"] 		 = {["name"] = "leatherheadturtle", 		["label"] = "Leatherhead Turtle", 		['weight'] = 100, 		["type"] = "item", 		["image"] = "leatherheadturtle.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["magnet"] 					 = {["name"] = "magnet", 			    	["label"] = "magnet", 			        ["weight"] = 100, 		["type"] = "item", 		["image"] = "magnet.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["magnetpole"] 				 = {["name"] = "magnetpole", 			    ["label"] = "Magnet Pole", 		    	['weight'] = 100, 		["type"] = "item", 		["image"] = "fishingpole.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},																																																																				    
["mdtreasurechest"] 		 = {["name"] = "mdtreasurechest", 			["label"] = "Treasure Chest", 		    ['weight'] = 100, 		["type"] = "item", 		["image"] = "treasurechest.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["narwhal"] 				 = {["name"] = "narwhal", 			    	["label"] = "Narwhal", 		     		['weight'] = 100, 		["type"] = "item", 		["image"] = "narwhal.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["panfish"] 				 = {["name"] = "panfish", 			    	["label"] = "Panfish", 		    		['weight'] = 100, 		["type"] = "item", 		["image"] = "panfish.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["plugbait"] 				 = {["name"] = "plugbait", 			    	["label"] = "Plug Bait", 		     	['weight'] = 100, 		["type"] = "item", 		["image"] = "plugbait.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["reddrum"] 				 = {["name"] = "reddrum", 			    	["label"] = "Red Drum", 		    	['weight'] = 100, 		["type"] = "item", 		["image"] = "reddrum.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustyak"] 				 = {["name"] = "rustyak", 			    	["label"] = "rusty ak", 			    ["weight"] = 100, 		["type"] = "item", 		["image"] = "rustyak.png", 			    	["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustyantenna"] 			 = {["name"] = "rustyantenna", 			    ["label"] = "rusty antenna", 			["weight"] = 100, 		["type"] = "item", 		["image"] = "rustyantenna.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustybike"] 				 = {["name"] = "rustybike", 			    ["label"] = "rusty bike", 			    ["weight"] = 100, 		["type"] = "item", 		["image"] = "rustybike.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustychain"] 				 = {["name"] = "rustychain", 			    ["label"] = "rusty chain", 			    ["weight"] = 100, 		["type"] = "item", 		["image"] = "rustychain.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustyelectronickit"] 		 = {["name"] = "rustyelectronickit", 		["label"] = "rusty electronickit", 		["weight"] = 100, 		["type"] = "item", 		["image"] = "rustyelectronickit.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustypistol"] 			 = {["name"] = "rustypistol", 			    ["label"] = "rusty pistol", 			["weight"] = 100, 		["type"] = "item", 		["image"] = "rustypistol.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustyraspberrypi"] 		 = {["name"] = "rustyraspberrypi", 			["label"] = "rusty raspberrypi", 		["weight"] = 100, 		["type"] = "item", 		["image"] = "rustyraspberrypi.png", 		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustysafe"] 				 = {["name"] = "rustysafe", 			    ["label"] = "rusty safe", 			    ["weight"] = 100, 		["type"] = "item", 		["image"] = "closedsafe.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustyscanner"] 			 = {["name"] = "rustyscanner", 			    ["label"] = "rusty scanner", 			["weight"] = 100, 		["type"] = "item", 		["image"] = "rustyscanner.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustyscrapmetal"] 		 = {["name"] = "rustyscrapmetal", 			["label"] = "rusty scrapmetal", 		["weight"] = 100, 		["type"] = "item", 		["image"] = "rustyscrapmetal.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustyshotgun"] 			 = {["name"] = "rustyshotgun", 			    ["label"] = "rusty shotgun", 			["weight"] = 100, 		["type"] = "item", 		["image"] = "rustyshotgun.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustysign"] 				 = {["name"] = "rustysign", 			    ["label"] = "rusty sign", 			    ["weight"] = 100, 		["type"] = "item", 		["image"] = "rustysign.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustytire"] 				 = {["name"] = "rustytire", 			    ["label"] = "rusty tire", 			    ["weight"] = 100, 		["type"] = "item", 		["image"] = "rustytire.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustyusb"] 				 = {["name"] = "rustyusb", 			    	["label"] = "rusty usb", 			    ["weight"] = 100, 		["type"] = "item", 		["image"] = "rustyusb.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["rustywheelchair"] 		 = {["name"] = "rustywheelchair", 			["label"] = "rusty wheelchair", 		["weight"] = 100, 		["type"] = "item", 		["image"] = "rustywheelchair.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["salmon"] 				     = {["name"] = "salmon", 			    	["label"] = "Salmon", 		     		['weight'] = 100, 		["type"] = "item", 		["image"] = "salmon.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["seaturtle"] 				 = {["name"] = "seaturtle", 			    ["label"] = "Sea Turtle", 		     	['weight'] = 100, 		["type"] = "item", 		["image"] = "seaturtle.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["sheetmetal"] 				 = {["name"] = "sheetmetal", 			    ["label"] = "sheet metal", 			    ["weight"] = 100, 		["type"] = "item", 		["image"] = "rustyelectronickit.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["softplasticbait"] 		 = {["name"] = "softplasticbait", 			["label"] = "Soft Plastic Bait", 		['weight'] = 100, 		["type"] = "item", 		["image"] = "softplasticbait.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["spermwhale"] 				 = {["name"] = "spermwhale", 			    ["label"] = "Sperm Whale", 		    	['weight'] = 100, 		["type"] = "item", 		["image"] = "spermwhale.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["spinnerbait"] 		     = {["name"] = "spinnerbait", 			    ["label"] = "Spinner Bait", 		    ['weight'] = 100, 		["type"] = "item", 		["image"] = "spinnerbait.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["steelhead"] 				 = {["name"] = "steelhead", 			    ["label"] = "Steelhead", 		    	['weight'] = 100, 		["type"] = "item", 		["image"] = "steelhead.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["stripeddolphin"] 			 = {["name"] = "stripeddolphin", 			["label"] = "Striped Dolphin", 		    ['weight'] = 100, 		["type"] = "item", 		["image"] = "stripeddolphin.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["tigershark"] 				 = {["name"] = "tigershark", 			    ["label"] = "Tiger Shark", 		    	['weight'] = 100, 		["type"] = "item", 		["image"] = "tigershark.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["tortoise"] 				 = {["name"] = "tortoise", 			    	["label"] = "Tortoise", 		     	['weight'] = 100, 		["type"] = "item", 		["image"] = "tortoise.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},
["trout"] 				     = {["name"] = "trout", 			    	["label"] = "Trout", 		    		['weight'] = 100, 		["type"] = "item", 		["image"] = "trout.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["tunafish"] 				 = {["name"] = "tunafish", 			    	["label"] = "Tuna", 		     		['weight'] = 100, 		["type"] = "item", 		["image"] = "tuna.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["whitebass"] 				 = {["name"] = "whitebass", 			    ["label"] = "White Bass", 		     	['weight'] = 100, 		["type"] = "item", 		["image"] = "largemouthbass.png", 			["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["worms"] 				     = {["name"] = "worms", 			    	["label"] = "worms", 		     		['weight'] = 100, 		["type"] = "item", 		["image"] = "worm.png", 			   		["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,		["description"] = ""},
["illegalpole"] 				 = {["name"] = "illegalpole", 			    ["label"] = "Really Strong Pole", 		    	['weight'] = 100, 		["type"] = "item", 		["image"] = "fishingpole.png", 			    ["unique"] = false, 	["useable"] = true, 	["shouldClose"] = true,	    ["description"] = ""},																																																																				    

OX credits to Avenge

['atlanticdolphin'] = {
    label = 'Atlantic Dolphin',
    weight = 300,
    stack = true,
    close = false,
    description = "A beautiful atlantic dolphin!",
    client = {
        image = 'atlanticdolphin.png'
    }
},

['belugawhale'] = {
    label = 'Beluga Whale',
    weight = 300,
    stack = true,
    close = false,
    description = "How did you catch this with only a rod?!",
    client = {
        image = 'belugawhale.png'
    }
},

['bluefish'] = {
    label = 'Blue Fish',
    weight = 300,
    stack = true,
    close = false,
    description = "A very blue fish",
    client = {
        image = 'bluefish.png'
    }
},

['bluewhale'] = {
    label = 'Blue Whale',
    weight = 300,
    stack = true,
    close = false,
    description = "Okay, you're joking right?",
    client = {
        image = 'bluewhale.png'
    }
},

['catfish'] = {
    label = 'Cat Fish',
    weight = 300,
    stack = true,
    close = false,
    description = "A perrrrrrfect looking fish",
    client = {
        image = 'catfish.png'
    }
},

['chileandolphin'] = {
    label = 'Chileando Dolphin',
    weight = 300,
    stack = true,
    close = false,
    description = "A beautiful dolphin",
    client = {
        image = 'chileandolphin.png'
    }
},

['chum'] = {
    label = 'Chum',
    weight = 300,
    stack = true,
    close = false,
    description = "A bucket of suspicious bait",
    client = {
        image = 'chum.png'
    }
},

['closedsafe'] = {
    label = 'Rusted Safe',
    weight = 300,
    stack = true,
    close = false,
    description = "A water bogged, rusty safe",
    client = {
        image = 'closedsafe.png'
    }
},

['copperpipe'] = {
    label = 'Rusted Copper Pipe',
    weight = 300,
    stack = true,
    close = false,
    description = "A corroded, rusty copper pipe",
    client = {
        image = 'copperpipe.png'
    }
},

['fishingpole'] = {
    label = 'Fishing Pole',
    weight = 300,
    stack = true,
    close = false,
    description = "I can catch something with this!",
    client = {
        image = 'fishingpole.png'
    }
},

['flounder'] = {
    label = 'Flounder',
    weight = 300,
    stack = true,
    close = false,
    description = "A yellow-ish fish",
    client = {
        image = 'flounder.png'
    }
},

['goblinshark'] = {
    label = 'Goblin Shark',
    weight = 300,
    stack = true,
    close = false,
    description = "Fuck me, it's ugly!",
    client = {
        image = 'goblinshark.png'
    }
},

['groundshark'] = {
    label = 'Ground Shark',
    weight = 300,
    stack = true,
    close = false,
    description = "I'm sure I've seen this somewhere before",
    client = {
        image = 'groundshark.png'
    }
},

['halibut'] = {
    label = 'Halibut',
    weight = 300,
    stack = true,
    close = false,
    description = "A fish when cooked correctly is delicious",
    client = {
        image = 'halibut.png'
    }
},

['largemouthbass'] = {
    label = 'Large Mouth Bass',
    weight = 300,
    stack = true,
    close = false,
    description = "A bass with a big mouth, I wonder?",
    client = {
        image = 'largemouthbass.png'
    }
},

['leatherheadturtle'] = {
    label = 'Leather Head Turtle',
    weight = 300,
    stack = true,
    close = false,
    description = "A majestic turtle",
    client = {
        image = 'leatherheadturtle.png'
    }
},

['magnetpole'] = {
    label = 'Magent Pole',
    weight = 300,
    stack = true,
    close = false,
    description = "You Can Pull Things Easy Like A Slipknot with this. get it. haha.",
    client = {
        image = 'fishingpole.png'
    }
},
['magnet'] = {
    label = 'Magnet',
    weight = 300,
    stack = true,
    close = false,
    description = "A form of bait for certain fishing methods",
    client = {
        image = 'magnet.png'
    }
},
['narwhal'] = {
    label = 'Narwhal',
    weight = 300,
    stack = true,
    close = false,
    description = "A unicorn whale!",
    client = {
        image = 'narwhal.png'
    }
},

['panfish'] = {
    label = 'Pan fish',
    weight = 300,
    stack = true,
    close = false,
    description = "A fresh-water fish",
    client = {
        image = 'panfish.png'
    }
},

['plugbait'] = {
    label = 'Plug Bait',
    weight = 300,
    stack = true,
    close = false,
    description = "A form of bait for certain fishing methods",
    client = {
        image = 'plugbait.png'
    }
},

['reddrum'] = {
    label = 'Red Drum',
    weight = 300,
    stack = true,
    close = false,
    description = "A large, game fish",
    client = {
        image = 'reddrum.png'
    }
},

['rustyak'] = {
    label = 'Rusty Assault Rifle',
    weight = 300,
    stack = true,
    close = false,
    description = "An unusable, rusty assault rifle",
    client = {
        image = 'rustyak.png'
    }
},

['rustyantenna'] = {
    label = 'Rusty Antenna',
    weight = 300,
    stack = true,
    close = false,
    description = "A rusty antenna",
    client = {
        image = 'rustyantenna.png'
    }
},

['rustybike'] = {
    label = 'Rusty Bike',
    weight = 300,
    stack = true,
    close = false,
    description = "A rusty push bike",
    client = {
        image = 'rustybike.png'
    }
},

['rustychain'] = {
    label = 'Rusted Chain',
    weight = 300,
    stack = true,
    close = false,
    description = "A rusty, corroded chain",
    client = {
        image = 'rustychain.png'
    }
},

['rustyelectronickit'] = {
    label = 'Rusty Electronic Kit',
    weight = 300,
    stack = true,
    close = false,
    description = "A rusty, corroded electronic kit",
    client = {
        image = 'rustyelectronickit.png'
    }
},

['rustypistol'] = {
    label = 'Rusted Pistol',
    weight = 300,
    stack = true,
    close = false,
    description = "An unusable, rusty pistol",
    client = {
        image = 'rustypistol.png'
    }
},

['rustyraspberrypi'] = {
    label = 'Rusty Raspberry Pi',
    weight = 300,
    stack = true,
    close = false,
    description = "This was once usable, that time has passed",
    client = {
        image = 'rustyraspberrypi.png'
    }
},

['rustyscanner'] = {
    label = 'Rusty Scanner',
    weight = 300,
    stack = true,
    close = false,
    description = "This was once usable, that time has passed",
    client = {
        image = 'rustyscanner.png'
    }
},

['rustyscrapmetal'] = {
    label = 'Rusty Scrap Metal',
    weight = 300,
    stack = true,
    close = false,
    description = "Rusty assortment of metals",
    client = {
        image = 'rustyscrapmetal.png'
    }
},

['rustyshotgun'] = {
    label = 'Rusty Shotgun',
    weight = 300,
    stack = true,
    close = false,
    description = "An unusable, rusty shotgun",
    client = {
        image = 'rustyshotgun.png'
    }
},

['rustysign'] = {
    label = 'Rusty Sign',
    weight = 300,
    stack = true,
    close = false,
    description = "A rusty sign post",
    client = {
        image = 'rustysign.png'
    }
},

['rustytire'] = {
    label = 'Rusty Tire',
    weight = 300,
    stack = true,
    close = false,
    description = "A rusty rim and corroded tire",
    client = {
        image = 'rustytire.png'
    }
},

['rustyusb'] = {
    label = 'Rusty USB',
    weight = 300,
    stack = true,
    close = false,
    description = "Whatever was on it is long gone",
    client = {
        image = 'rustyusb.png'
    }
},

['rustywheelchair'] = {
    label = 'Rusty Wheelchair',
    weight = 300,
    stack = true,
    close = false,
    description = "This would have been fun to use in a get-away",
    client = {
        image = 'rustywheelchair.png'
    }
},

['salmon'] = {
    label = 'Salmon',
    weight = 300,
    stack = true,
    close = false,
    description = "A delicious fish!",
    client = {
        image = 'salmon.png'
    }
},

['softplasticbait'] = {
    label = 'Soft Plastic Bait',
    weight = 300,
    stack = true,
    close = false,
    description = "A form of bait for certain fishing methods",
    client = {
        image = 'softplasticbait.png'
    }
},

['spermwhale'] = {
    label = 'Sperm Whale',
    weight = 300,
    stack = true,
    close = false,
    description = "Did you have more than one person helping?",
    client = {
        image = 'spermwhale.png'
    }
},

['spinnerbait'] = {
    label = 'Spinner Bait',
    weight = 300,
    stack = true,
    close = false,
    description = "A form of bait for certain fishing methods",
    client = {
        image = 'spinnerbait.png'
    }
},

['steelhead'] = {
    label = 'Steelhead Trout',
    weight = 300,
    stack = true,
    close = false,
    description = "A beautiful cold water, rainbow trout",
    client = {
        image = 'steelhead.png'
    }
},

['stripeddolphin'] = {
    label = 'Striped Dolphin',
    weight = 300,
    stack = true,
    close = false,
    description = "Not sure you should be catching this!",
    client = {
        image = 'stripeddolphin.png'
    }
},

['tigershark'] = {
    label = 'Tiger Shark',
    weight = 300,
    stack = true,
    close = false,
    description = "Careful! They bite!",
    client = {
        image = 'tigershark.png'
    }
},

['tortoise'] = {
    label = 'Hard Shell Tortoise',
    weight = 300,
    stack = true,
    close = false,
    description = "This creature might be 150 years old!",
    client = {
        image = 'tortoise.png'
    }
},

['treasurechest'] = {
    label = 'Treasure Chest',
    weight = 300,
    stack = true,
    close = false,
    description = "Who knows what could be inside!?",
    client = {
        image = 'treasurechest.png'
    }
},

['trout'] = {
    label = 'Trout',
    weight = 300,
    stack = true,
    close = false,
    description = "A beautiful fish!",
    client = {
        image = 'trout.png'
    }
},

['tuna'] = {
    label = 'Tuna',
    weight = 300,
    stack = true,
    close = false,
    description = "A large and delicious fish, this is worth a lot!",
    client = {
        image = 'tuna.png'
    }
},

['whitebass'] = {
    label = 'White Bass',
    weight = 300,
    stack = true,
    close = false,
    description = "A very sought after fish!",
    client = {
        image = 'whitebass.png'
    }
},

['worms'] = {
    label = 'Worm Bait',
    weight = 300,
    stack = true,
    close = false,
    description = "A form of bait for certain fishing methods",
    client = {
        image = 'worm.png'
    }
},

['illegalpole'] = {
    label = 'Strong Pole',
    weight = 300,
    stack = true,
    close = false,
    description = "This can pull a lot of weight",
    client = {
        image = 'fishingpole.png'
    }
},

Step 3

Modify md-fishing/config.lua to match your city.

  • some things have been moved out of the config and put into the server files
    • fish/ rusty material loot moved to catch = {} on line 65 of server
    • chum fish exchange moved to chumMake = {} on line 117 of server
    • fish shop, sell fish, and breakdown rusty materials have moved to sv_bridge in respective tables

Step 4

add fishsplash.ogg to interact-sound if you dont it just wont make a sound

Fivemerr

This is NOT a requirement but something I personally use and believe in.
  • to integrate with fivemerr make sure you have set fivemerrLogs "API_KEY" in your server.cfg

  • Head to /server/bridge.lua and line 3 turn local logs = true

  • profit

Why integrate with Fivemerr? Its a great place to store logs as it doesnt rely on discord webhooks and its far easier to search through

As well as a place to offload images and videos from fivem that doesnt rely on discord since discord API will be automatically deleting images and videos after a certain amount of time If you need an invite to their server look below

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages