[PAID] 🏺 Treasure Maps [QBCore/ESX/Standalone/Creative]

Incredible script will make players feel like treasure hunters!

Configuration allows:

  • Change the appearance of the box that players will dig up, separately for each location
  • Customize multiple levels of rewards to make both very expensive treasures and worthless junk
  • Customize the number of different items in the chest

Sends logs to Discord

  • If a player collected a crate, the log will show the loot they got
  • If collected crate is not registered in the system (suspicion of using cheats), the log will report this (In this case, the player will not receive any loot)

Atthe moment the script only works with these inventories: qb-inventory, qs-inventory, lj-inventory, ox_inventory, core_inventory
List of supported inventories will be updated (If your inventory supports working with item metadata, we will be able to configure support for your inventory)

From version 1.1.0 can be used with any inventory

Resource is protected with FiveM’s escrow system

Preview: YouTube
Buy here: Tebex
Our store: Tebex

My other resources:
Quests System
:art: Skin Changer
:date: Daily Rewards

Code is accessible No (Only config & UI)
Subscription-based No
Lines (approximately) ~1000
Requirements ESX or QBCore
Support Yes
6 Likes

Core_inventory here :slight_smile: think you can do something for us ?:slight_smile:

I will do it today

1 Like

Hello,
Will ox-inv be part of the update soon too?

I purchased this and need support. Your ticket system in discord is not working.

Sorry for the trouble
Send me a DM with a description of your problem, I will definitely help you

Yes, I’ll do it soon

Update
Added support for ox_inventory and core_inventory

Update

  • Script now supports qs-inventory v2
  • Added German language

can it use at chezza invenotry ?

In the description of this inventory, I did not find any information about the metadata of the items, if the inventory does not have such a feature, I will not be able to add support for it

Update

  • Fixed a bug that allowed collecting all chests in one location
  • Added the ability to select a storage system
    It became available to use mysql-async and oxmysql
    (Previously, only saving to a json file was available)

They fixed it and Helped me 100% Great job on this script

1 Like

Thanks! :slight_smile:

Update 1.1.0


  • Server side of the script has been completely redesigned
  • Added ability to use Standalone
  • Added ability to use without items metadata
  • Removed option to save map data to json files, now only MySQL

Update


  • Added suppor for vRP Creative

Update 1.1.3

  • Fixed a typo in fxmanifest that caused client-side frameworks to not work
  • Updated functions for working with the ox_inventory
  • Added extraRewards function, for additional rewards that you can specify yourself, available in the file server/custom/utils.lua
    • extraRewards
      function extraReward(source, mapKey, mapName, mapTier)
          -- Your code
      end