Jump to content

The_Kiiiing

Curator
  • Posts

    2,000
  • Joined

  • Last visited

Everything posted by The_Kiiiing

  1. The default loot tables have been taken from rustlabs.com about 2 years ago and haven't been updated ever since. They should not be used in production but as a reference point for furhter customization I am currently working on a full re-write of Loottable which will also include a system to retrieve default loot tables directly from the game without a third party source
  2. Changed Status from Pending to Closed
  3. No, this is not possible at the moment
  4. Short answer: There will be no default config for the missile silo NPC Long answer: All default loot configurations were created using a script that downloads the loot table from rustlabs.com and converts it to a Loottable profile. Unfortunately I no longer have that script and it is not worth re-creating it for a single loot profile. I am also currently working on a full re-write of Loottable including a new way to load default loot profiles directly from the game that doesn't require any third party site or download.
  5. If you want to have more items in a crate there are 2 options: 1 - Add more items to the loot table 2 - Increase the drop chance of individual items in the loot table
  6. As of the latest version, the ship will spawn without control center if no valid spawn point was found
  7. Changed Status from Pending to Closed
  8. I am currently working on a full re-write of Loottable. This version will take care of such conflicts and unsubscribe from all quarry hooks when quarry configs are disabled. As a temporary workaround, just delete lines 954-972 in the plugin file (the selected part in the screenshot)
  9. Loottable only controls static quarries, so QuarrlyLevels must be setting the player quarries to static somehow Where do you have the plugin from? I can't seem to find it here or on umod
  10. Changed Status from Pending to Not a Bug
  11. There is a default config that comes with the plugin
  12. The_Kiiiing

    Flying Cargo Ship Event

    Changed Status from Pending to Closed Changed Fixed In to 1.0.1
  13. The_Kiiiing

    Flying Cargo Ship Event

    fixed
  14. Will add it tomorrow
  15. Version 1.0.14

    537 downloads

    The Flying Cargo Ship introduces a new gameplay experience, with a cargo ship soaring through the skies, guarded by anti-air turrets. Players must disable these defenses by confronting NPCs at the control center, where they can also find the Air Card, granting access to the ship's lower deck. Control Center The Control Center spawns at a random monument and is guarded by NPCs. There is a button inside to disable the turrets on the flying cargo ship. An Air Card can also be found there, granting you access to the lower deck of the cargo ship. Anit-Air Turret The Flying Cargo Ship is equipped with Anti-Air Turrets. The turrets need to be disabled before approaching the ship. Commands Commands can be executed from the server console or the in-game F1 console fcargo start fcargo stop Required permission: flyingcargoship.admin For developers This hook gets called when the event starts void OnFlyingCargoStart() This hook gets called when the event is over void OnFlyingCargoEnd() Configuration { "Schedule event": true, "Time between events (minutes)": 60, "Event duration (minutes)": 40, "Time before ship leaves after all crates have been looted (seconds)": 300, "Time before radiation when ship is leaving (seconds)": 30, "Double NPC count on ship": false, "Control center destroy time (seconds)": 300, "Control center NPC count": 8, "Use Loottable plugin for loot (requires Loottable)": true, "Ship 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 shold be less than or equal to 21)": 4, "Elite crate count (total crate count shold be less than or equal to 21)": 4, "Military crate count (total crate count shold be less than or equal to 21)": 6, "Normal crate count (total crate count shold be less than or equal to 21)": 7, "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 }, // Removed for legibility ] }, "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": [ // Removed for legibility ] } }, "Control center NPC loot table": { "Enabled": true, "Item list": [ // Removed for legibility ] }, "Control center NPC configuration": { "Npc name": "Air Scientist", "Health": 200.0, "Enable radio chatter": true, "Sense range (m)": 50.0, "Vision cone (degrees)": 135.0, "Damage scale (1 = 100%)": 1.0, "Memory duration (seconds)": 30.0, "Roam range (m)": 20.0, "Chase range (m)": 40.0, "Remove corpse on death and drop bag": true, "Kit (requires Kits plugin)": "", "Clothing items": [ { "shortName": "hazmatsuittwitch", "amount": 1, "skinId": 0 } ], "Belt items": [ { "shortName": "rifle.lr300", "amount": 1, "skinId": 0 }, { "shortName": "grenade.f1", "amount": 10, "skinId": 0 } ] }, "Cargo ship NPC configuration (Top)": { "Npc name": "Air Scientist", "Health": 250.0, "Enable radio chatter": true, "Sense range (m)": 100.0, "Vision cone (degrees)": 135.0, "Damage scale (1 = 100%)": 1.0, "Memory duration (seconds)": 30.0, "Roam range (m)": 1.0, "Chase range (m)": 1.0, "Remove corpse on death and drop bag": true, "Kit (requires Kits plugin)": "", "Clothing items": [ { "shortName": "hazmatsuittwitch", "amount": 1, "skinId": 0 } ], "Belt items": [ { "shortName": "rifle.lr300", "amount": 1, "skinId": 0 } ] }, "Cargo ship NPC configuration (Normal)": { "Npc name": "Air Scientist", "Health": 200.0, "Enable radio chatter": true, "Sense range (m)": 40.0, "Vision cone (degrees)": 135.0, "Damage scale (1 = 100%)": 1.0, "Memory duration (seconds)": 30.0, "Roam range (m)": 20.0, "Chase range (m)": 40.0, "Remove corpse on death and drop bag": true, "Kit (requires Kits plugin)": "", "Clothing items": [ { "shortName": "hazmatsuittwitch", "amount": 1, "skinId": 0 } ], "Belt items": [ { "shortName": "smg.mp5", "amount": 1, "skinId": 0 }, { "shortName": "grenade.f1", "amount": 10, "skinId": 0 } ] }, "Cargo ship NPC configuration (Inside)": { "Npc name": "Air Scientist", "Health": 250.0, "Enable radio chatter": true, "Sense range (m)": 20.0, "Vision cone (degrees)": 135.0, "Damage scale (1 = 100%)": 1.0, "Memory duration (seconds)": 30.0, "Roam range (m)": 10.0, "Chase range (m)": 20.0, "Remove corpse on death and drop bag": true, "Kit (requires Kits plugin)": "", "Clothing items": [ { "shortName": "hazmatsuittwitch", "amount": 1, "skinId": 0 } ], "Belt items": [ { "shortName": "shotgun.spas12", "amount": 1, "skinId": 0 }, { "shortName": "grenade.f1", "amount": 10, "skinId": 0 } ] } }
    $18.89
  16. The_Kiiiing

    Console Messages

    Make sure you have RustTranslationAPI installed
  17. The_Kiiiing

    Ganja

    Just revoke the ganja.craft permission and the UI will be gone. Also make sure to enable crafting permissions in the config
  18. The_Kiiiing

    Consol spam

    This issue should be resolved with the latest update
  19. Changed Status from Pending to Closed Changed Fixed In to 1.0.34
  20. Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.34
  21. Changed Status from Work in Progress to Closed Changed Fixed In to 1.0.4
  22. A screenshot of your configuration would be helpful
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.6k

Files Sold

Total number of files sold.

2.4m

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.