Free Goldpan Script

Free Goldpan Script

This item is free.

Add to Basket

πŸ₯‡ LRRP Gold Panning

A lightweight and configurable gold-panning resource for RedM.

Players can use a gold pan near water to search for gold nuggets. By default, each successful attempt rewards between 1 and 3 gold nuggets, with all rewards, quantities, chances, timings, and messages editable through the configuration file.

The resource has been rebuilt for public release and does not require any other LRRP resources to function.


✨ Features

  • Gold panning interaction near water
  • Random reward of 1–3 gold nuggets
  • Editable minimum and maximum reward amounts
  • Configurable reward items
  • Configurable drop chances
  • Add unlimited custom rewards
  • Configurable panning duration
  • Configurable animations and messages
  • Inventory capacity checks
  • Server-side reward handling
  • Anti-spam and action protection
  • Lightweight and performance-friendly
  • Easy-to-edit configuration
  • SQL installation file included

βš™οΈ Standalone Resource

LRRP_goldpan does not require:

  • LRRP_jobs
  • syn_minigame
  • Any other LRRP resource

The optional LRRP Jobs integration is included but is disabled by default.

Servers using LRRP Jobs can enable it in the configuration to reward players with job or skill XP when they finish gold panning.


πŸͺ™ Default Rewards

By default, players receive:

1–3 gold_nugget

Rewards can be changed inside config.lua.

Example:

Config.Drops = {
    {
        item = "gold_nugget",
        minAmount = 1,
        maxAmount = 3,
        chance = 100
    }
}

You can change the amount, adjust the chance, or add additional items.


🧰 Included Items

The included SQL file adds:

goldpan
gold_nugget

The SQL is provided for servers that do not already have these items in their database.

Servers that already use these item names should check their database before running the SQL to avoid duplicate entries.


πŸ”§ Configuration

The configuration allows server owners to edit:

  • Gold pan item name
  • Reward items
  • Minimum reward amount
  • Maximum reward amount
  • Drop chances
  • Panning duration
  • Inventory behaviour
  • Notifications
  • Optional LRRP Jobs integration
  • XP rewards
  • Debug settings

The configuration file is included in escrow_ignore, allowing server owners to edit it freely.


πŸ“¦ Installation

  1. Download and extract LRRP_goldpan.
  2. Place the resource inside your server's resources folder.
  3. Run the included install.sql file if the items are not already in your database.
  4. Add the resource to your server.cfg:
ensure LRRP_goldpan

  1. Restart the server.

πŸ”’ Escrow

The resource is prepared for Cfx.re Asset Escrow.

Editable configuration files are included in the escrow ignore list so server owners can customise rewards and settings without modifying protected files.


πŸ“‹ Requirements

  • RedM
  • VORP Core
  • VORP Inventory

LRRP_jobs is optional and disabled by default.


πŸ“ Included Files

  • Complete gold-panning resource
  • Editable configuration
  • Client and server logic
  • SQL item installation
  • README documentation
  • Cfx.re escrow configuration

πŸ’¬ Support

Please report any problems with as much information as possible, including:

  • Server console errors
  • Client F8 errors
  • VORP Core version
  • VORP Inventory version
  • Steps needed to reproduce the issue