Shark Event
Original price was: $24.99.$19.99Current price is: $19.99.-20%
Sold by: SassyDive into the Shark Event!
Scuba divers attempt to recover lost treasure deep in the ocean, but they are devoured by the hungry sharks that are guarding it! Players must swim out, evade the deadly predators, and claim the treasure before it’s lost forever. A lone tugboat drifts nearby, ready for a quick escape.
- Description
- Reviews (0)
- Version History
- Discussions (0)
- Setup
- Product Enquiry
Description
Description
How It Works:
First Warning Message:
“A scuba diver’s boat has been spotted drifting near grid {gridLocation}. Something sinister may have happened here… proceed with caution” This message announces the start of the event, drawing attention to the activity taking place in the ocean.
Tugboat Spawn:
A single tugboat appears at the event’s location, serving as a visual marker and setting the scene for the challenge ahead. You can add more tugboats via config file
Second Warning Message:
“The divers were killed by sharks! They were trying to recover the treasure at grid {gridLocation}. Be cautious.” This message follows shortly after, making it clear that the treasure is still there, but the divers were killed by sharks.
Sharks/Crates Spawn:
Hackable crate and underwater loot crates spawn in the water, surrounded by a group of aggressive sharks. Players must defeat or avoid the sharks to reach the crates! You can add more crates and custom loot via the config file. You can also edit the sharks attack damage and health
Final Warning Message:
A custom message can be announced when a player successfully loots a crate, notifying everyone that the treasure has been claimed.
Event Removal:
All sharks, crates, and the tugboat are removed automatically when the event ends or when the loot is fully claimed. You can disable the tugboat from being removed via the config file.
Key Features:
AutoLaunch: Set intervals for automatic event triggers.
Sharks fiercely guard the loot, adding a high-risk challenge.
Custom Sharks, able to edit attack damage and health
Dynamic announcements to keep players engaged.
Simple admin commands to control the event.
Ability to add custom loot to the crates
Compatible with Oxide & Carbon Servers
Permissions:
sharkevent.use
— Grants admins the ability to use all event commands.
Commands:
Chat Command:
/startshark
— Admin only
Console Command:
launchshark
— Admin only
Config
{
“EventSettings”: {
“EnableAutoLaunch”: true,
“AutoLaunch”: 7200
},
“SharkSettings”: {
“SpawnSharks”: true,
“NumberOfSharks”: 10,
“SharkSpawnRadius”: 20.0
“SharkHealth”: 100.0, //Lower to 50 health for instant kill when hit with a spear gun
“SharkDamage”: 10.0
},
“TugboatSettings”: {
“SpawnTugboat”: true,
“NumberOfTugboats”: 1,
“RemoveTugboatsAfterEvent”: false
“RemoveTugboatsOnServerRestart”: false
},
“HackableCrateSettings”: {
“SpawnHackableCrate”: true,
“NumberOfHackableCrates”: 1,
“CrateHackingTime”: 900.0,
“CustomLootEnabled”: false,
“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
}
]
},
“AdvancedUnderwaterCratesSettings”: {
“SpawnAdvancedUnderwaterCrates”: true,
“NumberOfAdvancedUnderwaterCrates”: 2,
“CustomLootEnabled”: false,
“LootTables”: [
{
“ShortName”: “metal.refined”,
“Amount”: 75,
“SkinID”: 0
},
{
“ShortName”: “hazmatsuit”,
“Amount”: 1,
“SkinID”: 0
},
{
“ShortName”: “lowgradefuel”,
“Amount”: 10,
“SkinID”: 0
}
]
},
“BasicUnderwaterCratesSettings”: {
“SpawnBasicUnderwaterCrates”: true,
“NumberOfBasicUnderwaterCrates”: 3,
“CustomLootEnabled”: false,
“LootTables”: [
{
“ShortName”: “scrap”,
“Amount”: 200,
“SkinID”: 0
},
{
“ShortName”: “stones”,
“Amount”: 100,
“SkinID”: 0
},
{
“ShortName”: “cloth”,
“Amount”: 50,
“SkinID”: 0
},
{
“ShortName”: “lowgradefuel”,
“Amount”: 20,
“SkinID”: 0
}
]
},
“ChatMessagesSettings”: {
“ChatMessages”: [
{
“Enabled”: true,
“Id”: “FirstMessage”,
“Message”: “A scuba diver’s boat has been spotted drifting near grid {gridLocation}. Something sinister may have happened here… proceed with caution.”
},
{
“Enabled”: true,
“Id”: “SecondMessage”,
“Message”: “The divers were killed by sharks! They were trying to recover the treasure at grid {gridLocation}. Be cautious.”
},
{
“Enabled”: true,
“Id”: “ThirdMessage”,
“Message”: “The treasure was recovered by {playerName} from grid {gridLocation}.”
}
]
}
}
Reviews (0)
Only logged in customers who have purchased this product may leave a review.
Version History
- Fixed December Update
- Added Map Marker
- Fixed Console Error
- Updated Delete Config File Before Updating
- Added Enable/Disable AutoLaunch setting
- Updated Delete config file before updating
Discussions (0)
Discussions
There are no discussions yet.
Leave a 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)
Reviews
There are no reviews yet.