Giter Club home page Giter Club logo

bcc-goldpanning's Introduction

bcc-goldpanning

Features

  • River driven Gold Panning with Props.
  • Realistic gold panning mechanics.
  • Minigame added for extra enjoyment.
  • River location checks on item use.

Installation

  1. Ensure you have VORP installed and
  2. Download the latest release of the "bcc-goldpanning" script.
  3. Copy the script files into your resource folder.
  4. Add the script to your server.cfg file.
  5. Ensure you edit the config.lua to match your river or water scripts.
  6. Make sure you have all other items in your database or change the config
  7. if you want to use my images look in the image folder
  8. Check DEPENDENCIES! and make sure they are ensure before the script

Usage

  1. Find a suitable location near a river or stream in the game.
  2. Equip your character with the necessary tools for gold panning.
  3. Interact with the water source to start the gold panning activity.
  4. Follow the on-screen prompts to perform the panning actions.
  5. Collect any gold nuggets that you find and store them in your inventory.
  6. Sell the collected gold at designated locations within the game.

Dependency

SQL

If you want to use my items

INSERT IGNORE INTO items (`item`, `label`, `limit`, `can_remove`, `type`, `usable`) VALUES 
                         ('p_goldcradlestand01x', 'Gold Wash Table', 1, 1, 'item_standard', 1),
                         ('mud_bucket', 'Bucket of Mud', 20, 1, 'item_standard', 1),
                         ('empty_mud_bucket', 'Empty mud bucket', 20, 1, 'item_standard', 1),
                         ('wateringcan', 'Watering Can', 20, 1, 'item_standard', 1),
                         ('wateringcan_empty', 'empty watering can', 20, 1, 'item_standard', 1),

Credits

  • FistsOFury for the main development of this script.
  • Jannings and BCC-Saloon for some of the prop based code
  • CocomonkSKY for the images

bcc-goldpanning's People

Contributors

andrewr3k avatar baskinb avatar fistsofury avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.