[FREE] Rup-Fishing | QB, QBOX 🎣

Rup-Fishing :fishing_pole:

A FiveM fishing script that allows players to catch different fish in various water bodies with rarity-based mechanics.

If you encounter a bug or issue, please open a ticket on my Discord.

:file_folder: Download

:pushpin: Features

  • :fish: Different types of fish based on water types (Sea, Lake, Pond, etc.)
  • :fishing_pole: Rarity system, fish yield better rewards depending on how hard to catch.
  • :high_voltage: Optimized and open-source for easy customization.
  • :money_bag: Fully configurable payouts.
  • :wrench: Compatible with QBCore & QBOX.

:inbox_tray: Installation

  1. Drag and drop the rup-fishing folder into your resources directory.
  2. Add ensure rup-fishing to your server.cfg.
  3. Configure the script in Config.lua to your liking.
  4. You’re good to go! :fishing_pole:

:gear: Dependencies

:light_bulb: Credits

This script is inspired by wasabi_fishing, and some of its logic was referenced. I highly recommend checking them out!

:red_question_mark:Misc

Only ox_inventory items are provided, if you change them to qb and want to help me out you can submit a PR and I will review it!

:camera_with_flash: Preview

Youtube

Code is accessible Yes
Subscription-based No
Lines (approximately) ~500
Requirements N/A
Support Yes
7 Likes

do you maybe also have a preview video instead of just pictures?

Nice work, and thank you for the recognition. :green_heart:

3 Likes

I can get a video in the next day or so : )

Reuploaded images, sorry about that :slight_smile:

Hi i would like to mod the mini quest duration and speed. Am i allowed to do it?

You can do that in Config.lua

Go to Config.fish and you can add as many hard, medium, easy as you want in a table

For example

    { label = 'Swordfish', price = {850, 950},  type = {'sea'},            difficulty = {'hard', 'hard', 'medium', 'medium', 'easy'}, rarity = '~y~' },

I added 2 hard skill checks in the sword fish config

do we have a video of this working? i would like to see it in action if possible.

FREE script but people still asking for video be like :nerd_face:

v2.0.0

:wrench: Changes :wrench:

  • QBCore & QBOX support only
  • ox_inventory & qb-inventory support only
  • Images added for all fish
  • All fish are now items instead of the GTAO feel
  • Utilizing ox_lib only now (Notifications etc)
  • I have kept a v1.0.0 release in github if people still want that one :smiley:

Enjoy !

Hello there! I simply dragged and dropped this into my resources, added some more fish that I have in my inventory but for some odd reason, the rod and bait are not being triggered? Am I missing something?

I forgot to change something, I am sorry.

The update is in github now, the export for the fishing rod was wrong…

	['fishingrod'] = {
		label = 'Fishing Rod',
		weight = 800,
		stack = true,
		close = true,
		client = {
			export = 'Rup-Fishing.useRod',
		}
	},

You don’t technically need to update the script but just use this as the fishing rod item, the issue was the R and F not being capital in the export

3 Likes