Lusty94
Tebex StoreSupport DiscordGitHubCFX Profile
  • 👋 Lusty94 Scripts
  • 💵Store Discounts
  • 📥 Script Installation
  • 🤝Supported Scripts
  • 📜Paid Resouces
    • 🍻Bars
      • 🔧Changelogs
      • 💼 Jobs
      • 📦Stashes
      • 👁️Blips
      • 🧩Props
      • 👆Interaction Locations
      • 📸CCTV
      • 🍳Recipes
      • 📬Supplies
      • 🥦Ingredients
    • 🍁Weed Shops
      • 🔧Changelogs
      • 💼 Jobs
      • 📦Stashes
      • 👁️Blips
      • 🧩Props
      • 👆Interaction Locations
      • 🍃Picking
      • 📸CCTV
      • 🍳Recipes
      • 📬Supplies
      • 🥦Ingredients
      • 🚬Consumables
    • 💲Money Wash
    • 💰Pawn Shop
      • 🔧Changelogs
      • 🛒Pawnshop Locations
    • 📲Drug Sales
      • 🔧Changelogs
      • 📲Selling
      • 💻Default Configuration
    • 🚗Chop Shop
      • 🔧Changelogs
      • 📅SQL
      • 🗣️Commands
      • 📋Reputation
      • 💰Selling
      • 🚗Chop Shops
      • 💻Default Configuration
    • 🚘Vehicle Shop
      • 🔧Changelogs
      • 📅SQL
      • 🗣️Commands
      • 📥Database
      • 🚘Vehicle Shops
      • 💻Default Configuration
    • ⛏️Mining
      • 🔧Changelogs
      • 📅SQL
      • 📈XP System
      • 🎒Mining Quests
      • ⛏️Purchasing Tools
      • 👕Outfits
      • 🚛Mining Zones
      • 🥘Panning
      • 🔥Smelting
      • 🛠️Crafting
      • 💲Selling
      • 👷Coal Delivery
    • 🚗Rental
    • 🚙Towing
    • 🍲Restaurants
    • 💊Drugs
    • 🍁Weed
  • 📜Free Resources
    • 🛒Shops
      • 🔧Changelogs
      • 🛒Adding Shops
      • 🪛Configuration
    • 🖥️Boss Menu
      • 🔧Changelogs
      • 💻Adding Job Locations
    • ✅Green Zones
      • 🔧Changelogs
      • 📌Adding Zones
Powered by GitBook
On this page
  1. 📜Paid Resouces
  2. ⛏️Mining

📈XP System

  • If enabled players can earn XP from various mining tasks

  • XP levels can determine the reward amounts from mining and the payment amounts from coal missions

  • You can define the chance value for players to earn XP

  • You can define the minimum and maximum amounts of XP that can be rewarded

  • You can define the XP level and its respective amount required to reach


XP = { -- define xp settings if enabled
    Enabled = false, -- enable xp system (make sure to import sql file if enabled)
    XPChance = 50, --50% chance to earn xp
    XPGain = { -- amount of xp earnt from mining rocks
        Min = 5, -- min amount
        Max = 10, -- max amount
    },
    XPLevels = { -- set XP levels and their respective amounts
        [1] = 50,
        [2] = 100,
        [3] = 300,
        [4] = 500,
        [5] = 750,
        [6] = 1000,
        [7] = 1500,
        [8] = 2000,
        [9] = 3000,
        [10] = 5000,
        --add more levels as required following the index number for the next level
    },
},

Last updated 1 day ago

Page cover image