Jump to content

Loot Manager 1.0.9

   (1 review)
Message added by Adem,

This plugin does not have its own functionality. This plugin is only used as an API for other plugins

10 Screenshots

  • 11.9k
  • 3.3k
  • 2.63 MB

This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



ironboundgaz

Posted

Honestly ive no idea what to do originally in another language then i deleted reinstalled the plugin now no profiles at all so i have to go through and name profiles in all events to make them work? so what should i do? image.png.76dfc8bec3292ec50323cda3bfdbebaf.pngimage.png.eab735f00cfec03cdb3adecec45bab54.png

Muktuk

Posted

Hey man, I'm not fully understanding the plugin - probably my fault - so I wanted to ask if what I'm trying to do is even possible. I'm setting up NPC profiles and I want them to have the following: 5 specific items that always drop, a chance of a random medical item, and the normal loot from a prefab.  Is this something I can do with this plugin? If so, what do I need to add to the below?
 

{
  "Description": "DynamicMonuments",
  "ClearDefaultItems": false,
  "IsAlphaLoot": false,
  "AlphaLootPreset": "",
  "IsCustomLoot": false,
  "CustomLootPreset": "",
  "IsLootTablePlugin": false,
  "LootTablePluginLootPreset": "",
  "UseItemList": true,
  "UseMinMaxForItems": true,
  "MinItemsAmount": 6,
  "MaxItemsAmount": 6,
  "Items": [
    {
      "ShortName": "scrap",
      "ItemId": -932201673,
      "CustomDisplayName": "",
      "DefaultDisplayName": "scrap",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 5,
      "MaxAmount": 15,
      "Chance": 100
    },
    {
      "ShortName": "dogtagneutral",
      "ItemId": 1223900335,
      "CustomDisplayName": "",
      "DefaultDisplayName": "dog tag",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 1,
      "Chance": 100
    },
    {
      "ShortName": "blueberries",
      "ItemId": -586342290,
      "CustomDisplayName": "",
      "DefaultDisplayName": "blueberries",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 1,
      "Chance": 100
    },
    {
      "ShortName": "easter.silveregg",
      "ItemId": 1757265204,
      "CustomDisplayName": "",
      "DefaultDisplayName": "silver egg",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 1,
      "Chance": 100
    },
    {
      "ShortName": "ammo.pistol",
      "ItemId": 785728077,
      "CustomDisplayName": "",
      "DefaultDisplayName": "pistol bullet",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 4,
      "MaxAmount": 12,
      "Chance": 100
    },
    {
      "ShortName": "largemedkit",
      "ItemId": 254522515,
      "CustomDisplayName": "",
      "DefaultDisplayName": "large medkit",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 3,
      "Chance": 10
    },
    {
      "ShortName": "syringe.medical",
      "ItemId": 1079279582,
      "CustomDisplayName": "",
      "DefaultDisplayName": "medical syringe",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 3,
      "Chance": 20
    },
    {
      "ShortName": "bandage",
      "ItemId": -2072273936,
      "CustomDisplayName": "",
      "DefaultDisplayName": "bandage",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 3,
      "Chance": 30
    }
  ],
  "UsePrefabList": true,
  "MinPrefabsAmount": 1,
  "MaxPrefabsAmount": 1,
  "Prefabs": [
    {
      "PrefabName": "assets/bundled/prefabs/radtown/underwater_labs/tech_parts_1.prefab",
      "ShortPrefabName": "tech_parts_1",
      "MinAmount": 2,
      "MaxAmount": 2,
      "Chance": 10
    }
  ]
}

 

aimacak

Posted

1 hour ago, Muktuk said:

Hey man, I'm not fully understanding the plugin - probably my fault - so I wanted to ask if what I'm trying to do is even possible. I'm setting up NPC profiles and I want them to have the following: 5 specific items that always drop, a chance of a random medical item, and the normal loot from a prefab.  Is this something I can do with this plugin? If so, what do I need to add to the below?
 

{
  "Description": "DynamicMonuments",
  "ClearDefaultItems": false,
  "IsAlphaLoot": false,
  "AlphaLootPreset": "",
  "IsCustomLoot": false,
  "CustomLootPreset": "",
  "IsLootTablePlugin": false,
  "LootTablePluginLootPreset": "",
  "UseItemList": true,
  "UseMinMaxForItems": true,
  "MinItemsAmount": 6,
  "MaxItemsAmount": 6,
  "Items": [
    {
      "ShortName": "scrap",
      "ItemId": -932201673,
      "CustomDisplayName": "",
      "DefaultDisplayName": "scrap",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 5,
      "MaxAmount": 15,
      "Chance": 100
    },
    {
      "ShortName": "dogtagneutral",
      "ItemId": 1223900335,
      "CustomDisplayName": "",
      "DefaultDisplayName": "dog tag",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 1,
      "Chance": 100
    },
    {
      "ShortName": "blueberries",
      "ItemId": -586342290,
      "CustomDisplayName": "",
      "DefaultDisplayName": "blueberries",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 1,
      "Chance": 100
    },
    {
      "ShortName": "easter.silveregg",
      "ItemId": 1757265204,
      "CustomDisplayName": "",
      "DefaultDisplayName": "silver egg",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 1,
      "Chance": 100
    },
    {
      "ShortName": "ammo.pistol",
      "ItemId": 785728077,
      "CustomDisplayName": "",
      "DefaultDisplayName": "pistol bullet",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 4,
      "MaxAmount": 12,
      "Chance": 100
    },
    {
      "ShortName": "largemedkit",
      "ItemId": 254522515,
      "CustomDisplayName": "",
      "DefaultDisplayName": "large medkit",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 3,
      "Chance": 10
    },
    {
      "ShortName": "syringe.medical",
      "ItemId": 1079279582,
      "CustomDisplayName": "",
      "DefaultDisplayName": "medical syringe",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 3,
      "Chance": 20
    },
    {
      "ShortName": "bandage",
      "ItemId": -2072273936,
      "CustomDisplayName": "",
      "DefaultDisplayName": "bandage",
      "OwnerDisplayName": "",
      "Skin": 0,
      "IsBluePrint": false,
      "Genomes": "",
      "MinAmount": 1,
      "MaxAmount": 3,
      "Chance": 30
    }
  ],
  "UsePrefabList": true,
  "MinPrefabsAmount": 1,
  "MaxPrefabsAmount": 1,
  "Prefabs": [
    {
      "PrefabName": "assets/bundled/prefabs/radtown/underwater_labs/tech_parts_1.prefab",
      "ShortPrefabName": "tech_parts_1",
      "MinAmount": 2,
      "MaxAmount": 2,
      "Chance": 10
    }
  ]
}

 

As far as I know, in the current configuration, the best solution would be to remove the min max option for Items, but then sometimes there will be 0-3 of your medical items in the loot. And I would enable loot cleanup before adding it on the General tab.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 2
  • Love 3

User Feedback

2.1m

Downloads

Total number of downloads.

10k

Customers

Total customers served.

145.5k

Files Sold

Total number of files sold.

3.1m

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.