Jump to content

Fruster

Creator
  • Posts

    1,932
  • Joined

  • Last visited

Everything posted by Fruster

  1. Fruster

    Box stays locked

    Changed Status from Pending to Closed
  2. Fruster

    Box stays locked

    Hi, the box opens a few seconds after spawn (can be configured in the config file). If you want the box to open immediately after the NPCs are killed, I can add this feature later in the next update. If you have suggestions to improve the plugin or have questions, please let me know in a private message. Thank you
  3. Fruster

    Helipad Event

    Hi! Thanks for the suggestion to improve the plugin. I will try to do it
  4. Fruster

    console error

    Changed Status from Pending to Closed
  5. Fruster

    console error

    I have not been able to reproduce this error, but I have made some changes to the plugin. You can update the plugin and see if this error occurs again. Please let me know if the error occurs again. Try to give as much information as possible to help me.
  6. Changed Status from Pending to Closed
  7. Hi, I can add the ability to use zones in which homing missiles can be used, but these zones need to be created manually
  8. Fruster

    question/suggestion

    Changed Status from Pending to Closed
  9. Fruster

    question/suggestion

    Hi, i don't think it's possible. If you have any suggestions for improving the plugin, please send me a private message. Thank you
  10. Fruster

    console error

    Thank you
  11. Fruster

    console error

    I'll check it out. how often does the error occur? Do you have any idea what exactly the actions of the players are causing this error?
  12. Fruster

    console error

    Hi, are you using zonemanager plugin? Please show me your config file
  13. Fruster

    not working

    Changed Status from Pending to Closed
  14. Fruster

    not working

    Hi! Check the setting "Minimum amount of online players to trigger the event" in the config, this is probably the issue
  15. Fruster

    Airfield Event

    Hi, in the config file you can select the type of NPC. Maybe in the future I will add NPC spawn around the crates. To prevent NPCs from stacking, don't spawn a lot of NPCs. 2-3 is enough, just increase their health and damage multiplier to make them stronger
  16. yes, I think I'll do that later. please leave your suggestions in the comments or send me a direct private message
  17. Version 1.1.2

    850 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
  18. Fruster

    Set kit for hostile NPCs

    Changed Status from Pending to Closed
  19. Fruster

    Set kit for hostile NPCs

    Sorry, you can not set a kit for the NPC, if you have any more questions, write in a private message, please
1.8m

Downloads

Total number of downloads.

8.5k

Customers

Total customers served.

127.9k

Files Sold

Total number of files sold.

2.7m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.