Page cover

qadr_fishing

Fishing Minigame For Redemrp

Code accessible

No

Subscription based

No

Lines (approximately)

1.900

Support

Yes

This script uses these data from your server :

Check inventoryitemimg folder for images.

Features
  • Changeable bait UI

  • Market system for selling fish.

  • Unlimited addable market

  • Selling large fish to market without inventory

  • Looting fish system

  • Large fish quality system for xp and money

  • All market has own xp and money multiplier

  • Custom Fish Desc. or use rdr2 default

  • Multi-language support

  • Rotting fish system

    • if you set true in config.

    • When the fish begins to rot, the selling price will decrease.

    • You can set fullrottentime

    • Check readme.md or config.lua

  • Use metadata

  • Include item images

  • Debug mode

    • If the marker color is blue, the fish are interested in your bait.

  • Rdr2 fish mini-game system

  • Changeable difficulty

  • Bait system for each fish

  • Low resmon : idle 0.0 active max. 0.8

  • No c# no JS only lua coded

All usable baits

Your bait item name must be like this. Item names are case-sensitive.

inventory items
Market adding
Editable fish data

You can associate the fish food you want with the fish you want. So you can catch that fish with that bait. Check qadr.fishData array in your config.lua

Check example! If you want add all bait to any fish.

You can associate the fish food you want with the fish you want. So you can catch that fish with that bait. Check qadr.fishData array in your config.lua

Check example! If you want add all bait to any fish.

Rotting system

If you want you can use this system. Update these configs in your config.lua

Looting Fish

If you want looting fish on ground, set this to true in your config.lua

Multi Lang. Example

Add this to qadr.language array in your config.lua

After that: set language in your config.lua

Triggerable client events
Listenable Client Events
Listenable Server Events

If you need metadata support for inventory, you can use this pr changes. https://github.com/abdulkadiraktas/redemrp_inventory/commit/0c937d3ea89558b6ff0eda851de18294d12baea3

For Reboot version check this PR : https://github.com/abdulkadiraktas/redemrp_inventory/commit/9f14f1ecbe14f4b46c1356e0f727c4970cabe61b So, you can see fish images, descriptions, and even their levels in your inventory.

SETUP

  1. Download script from keymaster

  2. Extrach zip to your resource folder

  3. Read this page for setup

  4. Copy inventory item side and paste/update items from inventory config or check this PR.

  5. Do not change "fish" item name

  6. Copy images from "inventoryitemimg" folder then paste inventory item image side or check this PR

  7. Check config.lua for settings

  8. Add "ensure qadr_fishing" to your server.cfg file after requirements

Last updated