-
Posts
1,915 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Fruster
-
yes, I think I'll do that later. please leave your suggestions in the comments or send me a direct private message
-
- 240 comments
-
- #event
- #cargoplane
- (and 18 more)
-
- 240 comments
-
- #event
- #cargoplane
- (and 18 more)
-
Version 1.1.2
832 downloads
Adds an event for the Lunchsite monument to your server. A crate with valuable loot will spawn on the helipad. The crate is protected by NPC guards and a patrol helicopter. The event is completely ready for use immediately after installation, you can flexibly configure it at your discretion Features: Easy to set up. Excellent customization options in the config You can customize the contents of the box: in the config file, set up a list of items that will be inside also you can use kits (you need Kits plugin), just set the name of the kit in the config file, you can use the list of kits and choose them randomly also you can use loot tables (you need SimpleLootTable plugin) You can customize the NPCs: you can set the health of the npc you can set NPC damage multiplier on players you can give kits for NPCs (you need a Kits plugin) Commands(admin only): hpestart - force the event to start hpestop - force stop the event Hooks: void LaunchSiteHelipadEventStarted() // called when the event starts { } void LaunchSiteHelipadEventEnded() // called when the event has ended { } Config file: { "Triggering an event by timer (disable if you want to trigger the event only manually)": true, "Minimum time to event start(in seconds)": 900, "Maximum time to event start(in seconds)": 10800, "PVE mode (A dome will be created inside which everyone except the owner and his teammates will be poisoned by radiation)": false, "Ownership time (after how long will the owner be removed if he leaves the dome or server)": 300, "Radius of the dome": 100, "Dome offset": { "x": 0.0, "y": 0.0, "z": 0.0 }, "Effect of radiation on players inside the dome, except owners": 10, "Dome color(0 - default, 1 - blue, 2 - green, 3 - purple, 4 - red)": 0, "Dome entry message": "You have entered the helipad event zone on the launch site", "Dome exit message": "You have exited the helipad event zone at the launch site", "Message about player's entry if he is not the owner of the event": "Leave this area immediately, you are not the owner of the event!", "Message about player leaving dome if he is the owner of the event": "If you do not return to the dome within 5 minutes, then you will no longer be the owner of this event!", "Box lifetime(in seconds)": 1800, "Time the box is closed(in seconds)": 900, "Box skin": 0, "End the event immediately after someone loots a crate": false, "NPCs lifetime(in seconds)": 3600, "NPCs amount(maximum 20)": 2, "NPCs type, 0 - tunneldweller; 1 - underwaterdweller; 2 - excavator; 3 - full_any; 4 - lr300; 5 - mp5; 6 - pistol; 7 - shotgun; 8 - heavy; 9 - junkpile_pistol; 10 - oilrig; 11 - patrol; 12 - peacekeeper; 13 - roam; 14 - roamtethered; 15 - bandit_guard; 16 - cargo; 17 - cargo_turret_any; 18 - cargo_turret_lr300; 19 - ch47_gunner": 8, "NPCs health(0 - default)": 0, "NPCs damage multiplier": 1.0, "List of kits for each NPC(requires Kits plugin)": [ "kit1", "kit2", "kit3" ], "List of displayNames for each NPC(for SimpleKillFeed/DeathNotes plugin)": [ "LaunchSite NPC1", "LaunchSite NPC2", "LaunchSite NPC3" ], "Give NPC names randomly from the list (if false, names will be assigned according to the list one by one)": true, "Event start message(if empty, no message will be displayed)": "The helipad event has started! Find the crate located on the helicopter pad at the Launch Site", "Message when box is unlocked(if empty, no message will be displayed)": "The crate on the helicopter pad at the Launch Site is unlocked", "Message that someone has looted the crate(if empty, no message will be displayed)": "Someone found the box on the helipad at the launch site first", "Spawns a helicopter right on the launchsite(if false, then the helicopter will arrive from afar in a few seconds)": false, "Patrol helicopter spawn chance (0 - 100%)": 50, "Helicopter patrol range": 150, "How long the helicopter will patrol the launchsite (in minutes)": 5, "Helicopter damage multiplier": 1.0, "Helicopter health": 10000.0, "Helicopter main rotor health": 900.0, "Helicopter tail rotor health": 500.0, "The patrol helicopter will not patrol the helipad if it has found a target": false, "Make helicopter fly away after end of patrol time": false, "Event marker on the map(will spawn a marker immediately after the start of the event)": false, "Event marker name": "LaunchSite helipad event", "Event marker lifetime(in seconds)": 3600, "Event marker transparency(0-1)": 0.75, "Event marker radius": 0.5, "Event marker color.R(0-1)": 1.0, "Event marker color.G(0-1)": 0.0, "Event marker color.B(0-1)": 0.0, "Use box kit(need a plugin Kits)": false, "Messages list - messages that players will see, depending on how much time (in seconds) is left before the box is opened": [ { "message": "The crate on the helicopter pad at the Launch Site will open in 15 minutes", "time": 900 }, { "message": "The crate on the helicopter pad at the Launch Site will open in 10 minutes", "time": 600 }, { "message": "The crate on the helicopter pad at the Launch Site will open in 5 minutes", "time": 300 }, { "message": "The crate on the helicopter pad at the Launch Site will open in 3 minutes", "time": 180 }, { "message": "The crate on the helicopter pad at the Launch Site will open in 1 minute", "time": 60 } ], "List of items in the box": [ { "shortname": "ammo.rocket.basic", "minAmount": 1, "maxAmount": 3, "skinID": 0 }, { "shortname": "explosive.timed", "minAmount": 1, "maxAmount": 3, "skinID": 0 }, { "shortname": "explosive.satchel", "minAmount": 5, "maxAmount": 10, "skinID": 0 }, { "shortname": "explosives", "minAmount": 40, "maxAmount": 100, "skinID": 0 }, { "shortname": "ammo.rifle.explosive", "minAmount": 64, "maxAmount": 128, "skinID": 0 }, { "shortname": "rocket.launcher", "minAmount": 1, "maxAmount": 1, "skinID": 0 } ], "Kit list": [ "111111111", "222222222", "333333333" ], "Use random kit(if false, then the first Kit in the list is always used": false, "Box simple loot table name(plugin SimpleLootTable is required)": "", "Minimum number of items in the box(plugin SimpleLootTable is required)": 1, "Maximum number of items in the box(plugin SimpleLootTable is required)": 3, "SteamID for chat message icon": 0, "Use Notify plugin for messages": false, "Notify message type": 0 }$11.99 -
- 240 comments
-
- #event
- #cargoplane
- (and 18 more)
-
- 240 comments
-
- 1
-
-
- #event
- #cargoplane
- (and 18 more)
-
Changed Status from Pending to Closed
-
Sorry, you can not set a kit for the NPC, if you have any more questions, write in a private message, please
-
- 240 comments
-
- #event
- #cargoplane
- (and 18 more)
-
Changed Status from Pending to Closed
-
- 240 comments
-
- #event
- #cargoplane
- (and 18 more)
-
Changed Status from Closed to Pending
-
Did you manage to solve the problem? Do you have any other questions?
-
Changed Status from Pending to Closed
-
Hello. Show me your config file please. Are you using procedural map? What seed and size are you using?
-
- 240 comments
-
- 2
-
-
- #event
- #cargoplane
- (and 18 more)
-
- 240 comments
-
- 1
-
-
- #event
- #cargoplane
- (and 18 more)
-
- 240 comments
-
- 1
-
-
- #event
- #cargoplane
- (and 18 more)
-
Changed Status from Pending to Closed
-
Hey! Setting "Entity damage" does not apply to building blocks and other structures, it affects such entities as vehicles, players, animals, NPCs... Structures take damage due to the type of explosion, you can use the setting "Explosion type" - 7 . This should help. In the near future I will try to refine the damage system