WolfsDarker submitted a new resource:
SupplyDropController - Controls the loot inside the supply drops
Read more about this resource...
Airdrop Organizer [Unmaintained]
Discussion in 'Plugin Support' started by WolfsDarker, Jul 8, 2015.
-
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 -
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. -
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
-
the airdrop generate ammo if i put 1 bullet in
-
-
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 -
Either way, ill be updating the plugin soon, i just reinstalled windows so i gotta setup everything back. -
Can you make an option to use the default loot rates, but still change the amount of items in it?
-
-
-
thanks in advance
-
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?
-
I thought you were making an airdrop loot controller, not a restrictor is all.
-
@redone Did you change the count number?
-
@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 -
Looking at that, you should be getting 8 in a drop. unless it cut some of your message off
-
Well thats what i thought. But it remains at 6 items regardless. Reload & Restart make no change.
-
actually yeah looks like im having the same issue
-
Ah good. At least it's not just me