Jump to content

The_Kiiiing

Creator
  • Posts

    2,479
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by The_Kiiiing

  1. The_Kiiiing

    Error

    I tried to reproduce your error but on my server everything works fine and I have not gotten any reports form other users. Is it possible that you have another plugin installed that might mess with hook calls? Can you give me the exact steps to reproduce the error?
  2. Version 1.0.0

    5 downloads

    Make the deep sea more interesting for your players with the Deep Sea Cargo Ship! Featuring a fully functional bradley tank that patrols the deck of the ship, this plugin transforms the classic cargo ship into a high-risk, high-reward ocean battle. Tougher NPCs, red keycard-protected loot, and fully configurable tank health and rewards, the Deep Sea Cargo Ship delivers an intense endgame experience your players won’t forget. Features Bradley tank drives on the cargo ship Cargo ship drives through the deep sea Increased NPC count Loot is protected by red key card Configurable tank health & loot Configurable NPCs Fully customizable loot Commands All command require the admin permission dcargo start - Start the event dcargo stop - Stop the event Permission deepseacargo.admin For developers (void) OnDeepSeaCargoStart() // Called when the event starts (void) OnDeepSeaCargoEnd() // Called when the event is over Default Configuration { "Start delay after deep sea opens (minutes)": 10, "Event duration (minutes)": 60, "Time before radiation starts after the event is over (seconds)": 20, "Tank configuration": { "Health": 1200.0, "Crate count": 4, "Remove server gibs after tank is destroyed (saves performance)": false }, "Cargo ship NPC configuration (Normal)": { "Health": 200.0, "Clothing items": [ { "shortName": "hazmatsuit_scientist_naval", "amount": 1, "skinId": 0 } ], "Belt items": [ { "shortName": "smg.mp5", "amount": 1, "skinId": 0 }, { "shortName": "grenade.f1", "amount": 10, "skinId": 0 } ], "Remove corpse on death": true }, "Cargo ship NPC configuration (Turret)": { "Health": 250.0, "Clothing items": [ { "shortName": "hazmatsuit_scientist_naval", "amount": 1, "skinId": 0 } ], "Belt items": [ { "shortName": "rifle.lr300", "amount": 1, "skinId": 0 } ], "Remove corpse on death": true }, "Cargo ship NPC configuration (Captain)": { "Health": 400.0, "Clothing items": [ { "shortName": "hazmatsuit_scientist_naval", "amount": 1, "skinId": 0 } ], "Belt items": [ { "shortName": "shotgun.m4", "amount": 1, "skinId": 0 }, { "shortName": "grenade.f1", "amount": 10, "skinId": 0 } ], "Remove corpse on death": true }, "Loot configuration": { "IMPORTANT NOTICE": "The maximum total crate count is 21. If the crate count in the config is higher, excess crates will be ignored, starting at the lowest tier", "Locked crate count (total crate count must be less than or equal to 21)": 3, "Elite crate count (total crate count must be less than or equal to 21)": 4, "Military crate count (total crate count must be less than or equal to 21)": 8, "Normal crate count (total crate count must be less than or equal to 21)": 6, "Locked crate loot table": { "Enabled": true, "Item list": [ { "Short name": "scrap", "Min amount": 10, "Max amount": 100, "Chance (1 = 100%)": 1.0, "Skin id": 0, "Custom name": "" }, { "Short name": "metal.refined", "Min amount": 10, "Max amount": 25, "Chance (1 = 100%)": 0.6, "Skin id": 0, "Custom name": "" }, { "Short name": "lmg.m249", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.05, "Skin id": 0, "Custom name": "" }, { "Short name": "rifle.l96", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.1, "Skin id": 0, "Custom name": "" }, { "Short name": "rifle.ak.ice", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "rifle.bolt", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "smg.mp5", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.3, "Skin id": 0, "Custom name": "" }, { "Short name": "smg.thompson", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.3, "Skin id": 0, "Custom name": "" }, { "Short name": "pistol.prototype17", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.4, "Skin id": 0, "Custom name": "" }, { "Short name": "metal.facemask.icemask", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.15, "Skin id": 0, "Custom name": "" }, { "Short name": "metal.plate.torso.icevest", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.15, "Skin id": 0, "Custom name": "" }, { "Short name": "explosives", "Min amount": 10, "Max amount": 20, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "explosive.timed", "Min amount": 1, "Max amount": 2, "Chance (1 = 100%)": 0.1, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.rocket.basic", "Min amount": 1, "Max amount": 3, "Chance (1 = 100%)": 0.1, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.rocket.seeker", "Min amount": 1, "Max amount": 3, "Chance (1 = 100%)": 0.1, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.rocket.mlrs", "Min amount": 1, "Max amount": 2, "Chance (1 = 100%)": 0.1, "Skin id": 0, "Custom name": "" }, { "Short name": "aiming.module.mlrs", "Min amount": 1, "Max amount": 2, "Chance (1 = 100%)": 0.6, "Skin id": 0, "Custom name": "" }, { "Short name": "rocket.launcher", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.15, "Skin id": 0, "Custom name": "" }, { "Short name": "homingmissile.launcher", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.15, "Skin id": 0, "Custom name": "" } ] }, "Bradley crate loot table": { "Enabled": false, "Item list": [] }, "Elite crate loot table": { "Enabled": false, "Item list": [] }, "Military crate loot table": { "Enabled": false, "Item list": [] }, "Normal crate loot table": { "Enabled": false, "Item list": [] }, "NPC loot table": { "Enabled": true, "Item list": [ { "Short name": "parachute", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.3, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.shotgun", "Min amount": 4, "Max amount": 8, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.shotgun.fire", "Min amount": 4, "Max amount": 8, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.shotgun.slug", "Min amount": 4, "Max amount": 8, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.pistol", "Min amount": 15, "Max amount": 30, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.pistol.hv", "Min amount": 15, "Max amount": 30, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.pistol.fire", "Min amount": 15, "Max amount": 30, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.rifle", "Min amount": 12, "Max amount": 24, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.rifle.hv", "Min amount": 12, "Max amount": 24, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "ammo.rifle.incendiary", "Min amount": 12, "Max amount": 24, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "syringe.medical", "Min amount": 1, "Max amount": 2, "Chance (1 = 100%)": 0.2, "Skin id": 0, "Custom name": "" }, { "Short name": "bandage", "Min amount": 1, "Max amount": 3, "Chance (1 = 100%)": 0.3, "Skin id": 0, "Custom name": "" }, { "Short name": "largemedkit", "Min amount": 2, "Max amount": 6, "Chance (1 = 100%)": 0.1, "Skin id": 0, "Custom name": "" }, { "Short name": "riflebody", "Min amount": 1, "Max amount": 1, "Chance (1 = 100%)": 0.1, "Skin id": 0, "Custom name": "" }, { "Short name": "smgbody", "Min amount": 1, "Max amount": 2, "Chance (1 = 100%)": 0.1, "Skin id": 0, "Custom name": "" }, { "Short name": "metalspring", "Min amount": 1, "Max amount": 3, "Chance (1 = 100%)": 0.1, "Skin id": 0, "Custom name": "" }, { "Short name": "sewingkit", "Min amount": 1, "Max amount": 2, "Chance (1 = 100%)": 0.1, "Skin id": 0, "Custom name": "" } ] }, "Captain NPC loot table (leave at null to use NPC loot table from above)": null } }
    $28.00
  3. If you are getting performance problems I recommend you to decrease the loot drop chance in the config. Im also gonna add the option to have a backback drop instead of a black box with the next update. Until the update you can replace "item_drop_buoyant" with "item_drop_backpack" in line 1428 in the plugin file.
  4. Player built boats are not currently supported. They will be added with the next update
  5. This plugin works with the naval update (includes config options for the patrol boat)
  6. This plugin does not disable the default cargo ship
  7. This is probably due to changes introduced with the deep sea update. Because of this update the plugin is also no longer able to generate a path at runtime. I am currently working together with the developer of WaterBases to implement a check that water bases can no longer be built on the tugboat path
  8. Hi, I use the NpcSpawn plugin to create npcs on the ship. At the moment there are a lot of changes going on so it is very likely that it is just a temporary problem. Give the developers some time to get it sorted out.
  9. The_Kiiiing

    Ganja

    Max speed is not actually a joint effect and has nothing to do with this. It shows there because the joint item is based on horse shoes which increase the speed of the hose when worn. Unfortunately I can not remove this.
  10. This was just a quick fix to make the plugin compile again. There will be a proper fix in the next few days
  11. This plugin uses the OnEntityKill hook to determine when an entity is destroyed. It is possible that the IQGradeRemove pluign does not call this hook and therefore the entities are still counted
  12. Sedan is not supported at the moment
  13. This has been fixed now
  14. I've gotten several reports now that the snow machines at junk piles don't work anymore. I'm gonna have a look at it as soon as I have time.
  15. Since you are the only one reporting this issue so far it is most likely that your plugin file is corrupted. Please re-download the file and make sure you don't modify it.
  16. You can still use the update. If not there would have been another update on thrusday
  17. Something like this is already planned, but at the moment there are too many things changing so I can't implement it yet.
  18. Not planned
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

152.4k

Files Sold

Total number of files sold.

3.2m

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.