Balloon Heist Event Christmas Update
Original price was: $24.99.$19.99Current price is: $19.99.-20%
Sold by: Sassy- Description
- Reviews (0)
- Version History
- Discussions (3)
- Setup
- Product Enquiry
Description
Description
Christmas Update Preview
https://www.youtube.com/watch?v=QF0Y3YmIqnU
How It Works:
First Alert:
“Warning! Balloon Bandits have been spotted stealing treasures! Stop them before they escape!” This message signals the start of the event, drawing players’ attention to intercept the fleeing robbers.
Central & Outer Balloons:
A central balloon appears with a hackable loot crate guarded by an NPC. Outer balloons form around it, following in formation. If the central NPC is killed, the outer balloons scatter, each taking its own independent flight path. Customize the balloon formations and loot crates via the config file.
NPCs and Custom Loot:
Each balloon is protected by NPC guards with adjustable loadouts. Defeat them to access the loot in each crate, with customizable items and amounts in the config.
Jets & Airstrike Finale:
Upon hacking the central crate, players receive a warning: “Jets incoming! T-minus 30 seconds.” Shortly after, jets spawn overhead, targeting the balloons with rockets, adding a thrilling finale.
Final Alert:
“{playerName} has secured the main treasure and called in air support! You have 5 minutes to collect remaining loot before it’s lost!”
Event Cleanup:
All NPCs, crates, and balloons are removed when the event ends or when all loot has been claimed.
Key Features:
AutoLaunch: Set intervals for automatic event triggers.
Dynamic Balloon Formation: Outer balloons follow the central balloon and scatter when the NPC is killed.
Customizable Loot & NPCs: Adjust items, health, and NPC equipment.
High-Risk Airstrike Finale: Jets and rockets add a thrilling climax.
Admin Commands: Quick control for starting and stopping the event.
Compatible with Oxide & Carbon Servers
Permissions:
balloonheist.use — Grants admins permission to control event commands.
Commands:
Chat Command:
/startballoon
— Admin only
Console Command:
startballoon
— Admin only
Config:
{
“AutoLaunch”: {
“AutoLaunchEvent”: 5400.0,
“EnableAutoLaunch”: true
},
“ChristmasSettings”: {
“EnableXmasLights”: true,
“EnableXmasPresentDrop”: true,
“DropInterval”: 300.0,
“CustomLootEnabled”: true,
“EnableRandomizedLoot”: true,
“MinItems”: 1,
“MaxItems”: 5,
“LootTables”: [
{
“ShortName”: “santabeard”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “supply.signal”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “easter.goldegg”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “easter.silveregg”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “easter.bronzeegg”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “xmas.present.large”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “xmas.present.medium”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “xmas.present.small”,
“Amount”: 1,
“SkinID”: 0
}
]
},
“Wind”: {
“WindSpeed”: 4.0,
“WindChangeIntervalMin”: 120.0,
“WindChangeIntervalMax”: 240.0
},
“Dynamics”: {
“EnableDynamicMovement”: true,
“VerticalMovementAmplitude”: 10.0,
“VerticalMovementFrequency”: 1.0
},
“Flight”: {
“FixedHeight”: 150.0,
“FlightPathRadius”: 2000.0
},
“Samsites”: {
“TargetBalloons”: false
},
“CenterBalloon”: {
“BalloonHealth”: 3000.0,
“hackableCrateHackingTime”: 900.0,
“TurnOffBalloonOnNpcDeath”: true,
“RequireNpcKillForLoot”: true,
“EnableFlares”: true,
“NpcHealthMultiplier”: 1.0,
“RemoveCratesOnEventEnd”: false,
“CustomLootEnabled”: false,
“EnableRandomizedLoot”: false,
“MinItems”: 1,
“MaxItems”: 3,
“LootTables”: [
{
“ShortName”: “wood”,
“Amount”: 1500,
“SkinID”: 0
},
{
“ShortName”: “supply.signal”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “rifle.ak”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “cloth”,
“Amount”: 50,
“SkinID”: 0
}
]
},
“OuterBalloons”: {
“BalloonHealth”: 2000.0,
“EnableBalloon”: true,
“FollowCenterBalloon”: true,
“BalloonCount”: 6,
“BalloonRadius”: 100.0,
“TurnOffBalloonOnNpcDeath”: true,
“RequireNpcKillForLoot”: true,
“EnableFlares”: true,
“NpcHealthMultiplier”: 1.0,
“RemoveCratesOnEventEnd”: false,
“CustomLootEnabled”: false,
“EnableRandomizedLoot”: false,
“MinItems”: 1,
“MaxItems”: 3,
“LootTables”: [
{
“ShortName”: “metal.refined”,
“Amount”: 75,
“SkinID”: 0
},
{
“ShortName”: “hazmatsuit”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “lowgradefuel”,
“Amount”: 10,
“SkinID”: 0
}
]
},
“CenterBalloonNpcLoadout”: {
“NpcNames”: [
“Cpt.Bandit Bill”
],
“Attire”: [
{
“ItemShortName”: “santahat”,
“SkinID”: 0
},
{
“ItemShortName”: “santabeard”,
“SkinID”: 0
},
{
“ItemShortName”: “metal.plate.torso”,
“SkinID”: 3106983511
},
{
“ItemShortName”: “hoodie”,
“SkinID”: 1587744366
},
{
“ItemShortName”: “pants”,
“SkinID”: 1587846022
},
{
“ItemShortName”: “roadsign.gloves”,
“SkinID”: 2867945048
},
{
“ItemShortName”: “shoes.boots”,
“SkinID”: 2490448596
}
],
“Weapon”: “minigun”,
“Ammo”: “minigunammopack”,
“WeaponSkinID”: 0,
“NpcCustomLoot”: {
“EnableCustomLoot”: false,
“EnableRandomizedLoot”: false,
“MinItems”: 1,
“MaxItems”: 3,
“CustomLoot”: [
{
“ShortName”: “supply.signal”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “rifle.ak”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “ammo.rifle”,
“Amount”: 30,
“SkinID”: 0
}
]
}
},
“OuterBalloonsNpcLoadout”: {
“NpcNames”: [
“Scrappy Steve”,
“Stinky Pete”,
“Rusty Rick”,
“Breezy Bob”,
“Decay Dave”,
“Raider Ron”
],
“Attire”: [
{
“ItemShortName”: “attire.snowman.helmet”,
“SkinID”: 0
},
{
“ItemShortName”: “metal.plate.torso”,
“SkinID”: 2833391256
},
{
“ItemShortName”: “hoodie”,
“SkinID”: 2899815283
},
{
“ItemShortName”: “pants”,
“SkinID”: 2899814576
},
{
“ItemShortName”: “roadsign.gloves”,
“SkinID”: 2867945048
},
{
“ItemShortName”: “shoes.boots”,
“SkinID”: 2490448596
}
],
“Weapon”: “rifle.ak”,
“Ammo”: “ammo.rifle”,
“WeaponSkinID”: 0,
“NpcCustomLoot”: {
“EnableCustomLoot”: false,
“EnableRandomizedLoot”: false,
“MinItems”: 1,
“MaxItems”: 3,
“CustomLoot”: [
{
“ShortName”: “supply.signal”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “pistol.eoka”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “ammo.handmade.shell”,
“Amount”: 10,
“SkinID”: 0
}
]
}
},
“EventMessages”: {
“StartMessage”: “<color=red>Warning!</color> The Balloon Bandits have been spotted near grid <color=red>{grid}</color>. They were stealing treasures from the monuments! Stop them and reclaim the loot before they escape!”,
“NpcDeathMessage”: “<color=red>{playerName}</color> has eliminated the bandit leader at grid <color=red>{grid}</color>. Stop the remaining bandits before they escape with the loot!”,
“LootCompleteMessage”: “<color=red>{playerName}</color> has recovered the main treasure at grid <color=red>{grid}</color> and called in air support to take down the remaining balloons! You have 5 minutes to retrieve the remaining loot before it is lost forever!”,
“JetsInboundMessage”: “<color=red>Jets incoming!</color> T-minus 30 seconds. Take cover!”,
“AllBalloonsDestroyedMessage”: “The balloon bandits are down!”,
“EndEventMessage”: “The balloon bandits escaped! The stolen goods remain unaccounted for.”,
“JetsEndMessage”: “<color=red>Targets have been eliminated!</color>”
},
“JetSettings”: {
“AirStrikeTimer”: 300.0,
“JetsInboundMessageDelay”: 270.0
},
“EndEvent”: {
“AutoEndEvent”: 3600.0
}
}
Reviews (0)
Reviews
There are no reviews yet.
Only logged in customers who have purchased this product may leave a review.
Version History
- Fixed December Update fix
- Added Auto update system for the config file
- Fixed December update
- Removed Please delete the config file before updating.
- Added Christmas Update
- Added Festive Christmas lights to balloons.
- Added Present drop system.
- Added Custom loot in presents.
- Added Randomized loot for NPCs, loot crates, and present drops.
- Added Customizable NPC names.
- Added Christmas Skins to NPCs.
- Updated Note: Please delete the existing configuration file before updating to ensure all new settings are applied correctly.
- Fixed Missing magnet on central balloon
- Fixed Permission on oxide servers
- Added NpcHealthMultipliers
- Removed Please delete the config file before updating
- Added Players can now destroy the balloons
- Added Loot crates and npcs will now detach from the balloons when they are destroyed by players
- Added Balloon health options to the config file
- Updated Delete config File before updating
Discussions (3)
3 thoughts on "Balloon Heist Event Christmas Update"
Leave a Reply to PerfectAngel01 Cancel reply
Setup
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)
For Loot Tables:
Can we have a Min and Max, and a custom name for items?
Possible to add hooks for start and end?
like OnBalloonHeistEventStarted/Ended
Hi, there is already custom hooks in the code that deal with starting and ending the event ?