1. WolfsDarker submitted a new resource:

    SupplyDropController - Controls the loot inside the supply drops

    Read more about this resource...
     
  2. How many items can drop in a airdrop?

    If i choose to have only 2 items in the drop list, will it only drop those item all the time? Or is it possible that only 1 of those 2 items will drop? Any drop procentage chance if items?

    Havent looked in the config since i only writting on on iPhone but, how do we add blueprints in the drop list?

    Hope you understand My questions, and sorry for misspelling :)
     
  3. The limit is the container size ( 18 slots if I'm not wrong ).

    If you only have 2 items in a drop, it will be random which one will be selected, it could 2 of the same type or 1 of each.

    Blueprints has it own list, just add the items like the rest in the blueprint list.

    I might make it so it wont drop the same item twice, since thats kinda boring and players wont 'enjoy' it.
     
  4. nice one dude but yeah if u could make it so in the config we could set it to like drop every 30minutes etc like the old airdrop settings one could and like how long the crates remain for on the map once the drop down that would be awsome the other one had arrow setting as well which u could set for how long it was and for how long it would stay on the crate for once it dropped down
     
  5. the airdrop generate ammo if i put 1 bullet in
     
  6. Mind explaining a little bit your post?
     
  7. i tested the plugin and called an airdrop
    than i loot every item in the airdrop but the airdropwas still there.

    i had some bullet ammo in my inventory so i put it into the airdrop and after some minutes a had over 120 bullets
     
  8. What is the capacity you placed? It may have "invisible" items, because there is no space in the interface to show.

    Either way, ill be updating the plugin soon, i just reinstalled windows so i gotta setup everything back.
     
  9. BaK

    BaK

    Can you make an option to use the default loot rates, but still change the amount of items in it?
     
  10. i used the standard settings of the config
     
  11. Thats not the point of this plugin but if you know anything related to C# programming you should be able edit like that easily.

    I'm installing MSV atm, as soon as i can ill release a update :)
     
  12. thanks in advance
     
  13. Thanks for this. I've added some custom items, works. Can't seem to get the drop to contain more than 6 items for some reason. Changed fill capacity to 18. No luck. Any ideas?
     
  14. BaK

    BaK

    I thought you were making an airdrop loot controller, not a restrictor is all.
     
  15. @redone Did you change the count number?
     
  16. @prawln. Yeah mate i did change that. Here's a quick view of the config.. maybe i've done something wrong.

    Here is some of the config.. The total count only adds up to 13 (atm) i need to add more items but that shouldn't matter right?
    Code:
    {
             "name": "resource",
             "count": 4,
             "blueprint": false,
             "items_list": [
               {
                 "name": "cloth",
                 "chance": 40,
                 "min_amount": 100,
                 "max_amount": 500
              },
              {
                 "name": "fat_animal",
                 "chance": 50,
                 "min_amount": 100,
                 "max_amount": 500
              },
              {
                 "name": "gunpowder",
                 "chance": 30,
                 "min_amount": 100,
                 "max_amount": 500,
              },
              {
                 "name": "metal_fragments",
                 "chance": 30,
                 "min_amount": 100,
                 "max_amount": 500
              },
              {
                 "name": "sulfur",
                 "chance": 30,
                 "min_amount": 100,
                 "max_amount": 500
              },
              {
                 "name": "lowgradefuel",
                 "chance": 35,
                 "min_amount": 100,
                 "max_amount": 500
              },
              {
                 "name": "stones",
                 "chance": 40,
                 "min_amount": 500,
                 "max_amount": 10000
              }
            ]
          },
          {
            "name": "ammo",
            "count": 4,
            "blueprint": false,
            "items_list": [
              {
                "name": "ammo_rifle",
                "chance": 45,
                "min_amount": 100,
                "max_amount": 300
              },
              {
                "name": "ammo_pistol",
                "chance": 50,
                "min_amount": 100,
                "max_amount": 300
              },
              {
                "name": "ammo_pistol_fire",
                "chance": 30,
                "min_amount": 100,
                "max_amount": 300
              },
              {
                "name": "ammo_pistol_hv",
                "chance": 25,
                "min_amount": 100,
                "max_amount": 300
              },
              {
                "name": "ammo_rifle_explosive",
                "chance": 30,
                "min_amount": 100,
                "max_amount": 300
              }
     
    Last edited by a moderator: Jul 9, 2015
  17. Looking at that, you should be getting 8 in a drop. unless it cut some of your message off
     
  18. Well thats what i thought. But it remains at 6 items regardless. Reload & Restart make no change.
     
  19. actually yeah looks like im having the same issue
     
  20. Ah good. At least it's not just me :D