BetterLoot

A complete re-implementation of the drop system

Total Downloads: 42,609 - First Release: Feb 26, 2015 - Last Update: Mar 20, 2018

4.95699/5, 93 likes
  1. I don't know exactly how to set the rarity for certain item but there is a rarity inside of the loot tables config but I think might be for only the helicopter since the default is a turret and some other things that spawn in the helicopter. You might have to get Alpha Loot but you gotta pay for it. It seems to be worth it. I even play on a server with alpha loot and the server is perfect I love to play on it but I want it for my server but it's $29.00
     
  2. why I put the number of dropped objects 1, but drops out of the barrels of 3 items, and in boxes 2?
    upload_2017-9-6_17-57-51.png
     
  3. These numbers and settings are only valid for those types which are included by "barrelTypes" and "crateTypes".
     
  4. That's my issue too... I've got four servers, and wanna boost the loot on the 3 modded, but I don't get enough donations to pay that much yet, LOL!
    [DOUBLEPOST=1504708174][/DOUBLEPOST]@Fujikura Is there a way you could add a setting for scrap? I'd like to increase the amount of scrap that drops from barrels/boxes. If not that's okay. Thank you! :)
     
  5. Hi all, can someone link me the HeliCrate.json default ? mine is overwritten! ty
     
  6. Can anyone please explain what the difference in look is of the different crates
    Like what differs from crate_normal and
    crate_normal_2. And what is crate_tools and stash pile
     
  7. Can we change the food trays ?
     
  8. Can we get update pls? Scrap metal is missing
     
  9. I like the food tray idea!
     
    Last edited by a moderator: Sep 11, 2017
  10. how do you explain rarity ? 1 being a higher chance and 10 a very low chance of getting an specific item ?
     
  11. Sir @Fujikura . Am I able to specifically set what drops from each loot type? For example:

    For this - {
    "ItemListBarrels":{
    ...
    },
    "ItemListCrates":{
    ...
    }

    can i use this for each specific loot type like this:

    "loot_barrel_1":{
    ...
    },
    "crate_normal_2_food":{
    ...
    }

    Thanks! ~FoX~
    [DOUBLEPOST=1505539135][/DOUBLEPOST]My bad ... tried it and failed :(.
     
  12. Nope, the plugin code is'nt really capable for this. It would need by the current function-design a lot of code duplication with changing very much variables to let it support only one more type.
     
  13. Thank you for the reply :)
     
  14. Is there anyway for me to edit the loottable of like the elite crates ontop of Launch site. Also what is the id or name for the green crates like ontop of dome cause I want to remove them so that their drop table isn't affected by my config.
     
  15. I would LOVE to see the loot tables have a min and mas items so I can be sure nothing ever gets just one of something.
     
  16. Hi, thanks for the Mod its great, although im having trouble adding items to the blacklist, when i do it ingame it doesnt work and kicks everyone off the server, when i edit the blacklist file itself it crashes the plugin entirely, what am i doing wrong?
     
  17. Have you looked for errors in the log ?
    [DOUBLEPOST=1505752618][/DOUBLEPOST]Quick question..

    Do I need to use the rarity settings or can simply use the in game chart for this purpose ?
     
  18. Is there a way to set a 100% drop for an item so I can make sure scrap always appears in barrels?
     
  19. Just add: "scrap": 1 Under settings rarity.

    You also need to add it to the LootTable "barrels"
     
  20. I had a feeling that was it. But I'm also really good at breaking things because I have a feeling. Thank you.