Gift Boomer

$10.00

Sold by: Wrecks

Reward your Players in a new way, Set the Gift Boomer Item in your loot table, or monetize via your Server Store.

Categories: , ,

Description

Reward your Players in a new way, Set the Gift Boomer Item in your loot table, or monetize via your Server Store.

When Players deploy, Gifts fall from the Sky, 3 gift drops will be chosen, your Min Max amount of selected via config and gifts will drop from the Sky.

Within the Config you can create as many “Gifts”, and within each loot table, set as many items with rarity settings and more within.

Items are fully customizable.

When issuing the item via another plugin in game, I used a small wooden box item id as placeholder. The placeholder entity will be killed upon placement.

GIFT BOOMER SKINID – 3256605222

COMMANDS

Executable Via Rcon

giveallgb AMOUNT

GIVES ALL PLAYERS ONLINE X AMOUNT OF GIFT BOOMERS

givegb playername AMOUNT

IF PLAYER IS ONLINE, WILL GIVE PLAYER X AMOUNT OF GIFT BOOMERS

givegb playerid AMOUNT

IF PLAYER IS ONLINE, WILL GIVE PLAYER X AMOUNT OF GIFT BOOMERS

DEMO

Gift Boomer

 

CONFIG

{
  "Gift Boomer SkinID": 3256605222,
  "Notify Effect": "assets/bundled/prefabs/fx/notice/stack.world.fx.prefab",
  "Placement Effect": "assets/prefabs/misc/easter/painted eggs/effects/gold_open.prefab",
  "Open Effect": "assets/prefabs/misc/pinata/effects/pinata-destroy.prefab",
  "Enable Cooldown?": true,
  "Gift Configurations": [
    {
      "Gift Custom Name": "Basic Gift",
      "Minimum Gift Amount": 1,
      "Maximum Gift Amount": 3,
      "Gift Skin ID": 3256605391,
      "Probability out of 100 to drop this Gift?": 60,
      "Minimum Items Per Gift": 1,
      "Maximum Items Per Gift": 3,
      "Loot Table": [
        {
          "Item ShortName": "scrap",
          "Item Custom Name": "",
          "Minimum Item Amount": 1,
          "Maximum Item Amount": 3,
          "Item Skin ID": 0,
          "Probability out of 100 to unwrap this item from this Gift?": 30
        },
        {
          "Item ShortName": "paper",
          "Item Custom Name": "",
          "Minimum Item Amount": 1,
          "Maximum Item Amount": 3,
          "Item Skin ID": 0,
          "Probability out of 100 to unwrap this item from this Gift?": 30
        },
        {
          "Item ShortName": "wood",
          "Item Custom Name": "",
          "Minimum Item Amount": 15,
          "Maximum Item Amount": 35,
          "Item Skin ID": 0,
          "Probability out of 100 to unwrap this item from this Gift?": 30
        }
      ]
    },
    {
      "Gift Custom Name": "Uncommon Gift",
      "Minimum Gift Amount": 1,
      "Maximum Gift Amount": 2,
      "Gift Skin ID": 3256605469,
      "Probability out of 100 to drop this Gift?": 40,
      "Minimum Items Per Gift": 1,
      "Maximum Items Per Gift": 3,
      "Loot Table": [
        {
          "Item ShortName": "scrap",
          "Item Custom Name": "",
          "Minimum Item Amount": 1,
          "Maximum Item Amount": 3,
          "Item Skin ID": 0,
          "Probability out of 100 to unwrap this item from this Gift?": 30
        },
        {
          "Item ShortName": "metal.refined",
          "Item Custom Name": "",
          "Minimum Item Amount": 5,
          "Maximum Item Amount": 10,
          "Item Skin ID": 0,
          "Probability out of 100 to unwrap this item from this Gift?": 30
        },
        {
          "Item ShortName": "maxhealthtea.advanced",
          "Item Custom Name": "",
          "Minimum Item Amount": 1,
          "Maximum Item Amount": 2,
          "Item Skin ID": 0,
          "Probability out of 100 to unwrap this item from this Gift?": 5
        }
      ]
    },
    {
      "Gift Custom Name": "Rare Gift",
      "Minimum Gift Amount": 1,
      "Maximum Gift Amount": 3,
      "Gift Skin ID": 3256605695,
      "Probability out of 100 to drop this Gift?": 20,
      "Minimum Items Per Gift": 1,
      "Maximum Items Per Gift": 3,
      "Loot Table": [
        {
          "Item ShortName": "scrap",
          "Item Custom Name": "",
          "Minimum Item Amount": 100,
          "Maximum Item Amount": 300,
          "Item Skin ID": 0,
          "Probability out of 100 to unwrap this item from this Gift?": 30
        },
        {
          "Item ShortName": "metal.refined",
          "Item Custom Name": "",
          "Minimum Item Amount": 200,
          "Maximum Item Amount": 300,
          "Item Skin ID": 0,
          "Probability out of 100 to unwrap this item from this Gift?": 10
        },
        {
          "Item ShortName": "supertea",
          "Item Custom Name": "",
          "Minimum Item Amount": 1,
          "Maximum Item Amount": 1,
          "Item Skin ID": 0,
          "Probability out of 100 to unwrap this item from this Gift?": 5
        }
      ]
    }
  ]
}

Gift Boomer

 

LANG

{
  "GiftComing": "[<color=#ff8000>Gift Boomer</color>] <color=#00ff80>Gifts Incoming</color>!",
  "Cooldown": "[<color=#ff8000>Gift Boomer</color>] <color=#00ff80>Admin says you need to enjoy this show first</color>! nn:laugh: ",
  "GiftNotif": "[<color=#ff8000>Gift Boomer</color>] Heads up, you have received <color=#00ff80>{0} {1}(s)</color> from the <color=#00ff80>Boomer</color>!"
}

Gift Boomer

Reviews

There are no reviews yet.


Only logged in customers who have purchased this product may leave a review.

Version 1.0.3 | Updated September 4, 2024
  • Updated UPDATE FOR 9/5 POOLING CHANGES DO NOT UPDATE BEFORE
Version 1.0.2 | Updated August 8, 2024
  • Updated Cleanup
Version 1.0.1 | Updated June 30, 2024
  • Updated Changed Boomer to randomly select from list of all boomers, added effect paths to config.
Version 1.0.0 | Updated June 16, 2024
  • Added Release

Discussions

There are no discussions yet.

Leave a reply

Your email address will not be published. Required fields are marked *

Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?

• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.

Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA

• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.

Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.

Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)

Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)

Product Enquiry

Please Login to make enquiry about this product