BetterLoot

Moved

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

4.95699/5, 93 likes
  1. Hi. How can I make in medical boxes were medicine, in the Armoury of weapons, barrels and components detail and so on?
     
  2. BetterLoot has no loot multiplier function. The generated scrap is based on server-side functions and values.
    [DOUBLEPOST=1501434151][/DOUBLEPOST]
    The plugin does not control the boxes, it does only control the contents.
    [DOUBLEPOST=1501434188][/DOUBLEPOST]
    Correct. It does simply use it's own lists.
    [DOUBLEPOST=1501434231][/DOUBLEPOST]
    Add anything you need to the specific loottable. Thats all.
    [DOUBLEPOST=1501434286][/DOUBLEPOST]
    The plugin does not have support for such specific needs.
     
  3. You cant do this with betterloot to my knowledge.
     
  4. What can i use to increase the amout of items in a barrel and add items such as tech trash to a barrel. or add rockets to a airdrop
     
  5. To increase the number here ~\oxide\config\BatterLoot.json

    Code:
      "Barrel": {
        "barrelTypes": "loot-barrel|loot_barrel|loot_trash",
        "enableBarrels": true,
        "maxItemsPerBarrel": 3,
        "minItemsPerBarrel": 1,
        "randomAmountBarrels": true,
        "refreshBarrels": false
    Remove\Add here ~\oxide\data\BatterLoot\LootTable.json

    Code:
    {
      "ItemListBarrels": {
        "apple": 1,
        "bleach": 2,
        "can.tuna": 1,
        "chocholate": 1,
        "ducttape": 2,
        "gears": 2,
        "glue": 2,
        "granolabar": 1,
        "largemedkit": 2,
        "metalblade": 2,
        "metalpipe": 2,
        "fish.minnows": 1,
        "mushroom": 2,
        "propanetank": 2,
        "pumpkin": 2,
        "riflebody": 2,
        "roadsigns": 2,
        "rope": 2,
        "semibody": 2,
        "sewingkit": 2,
        "sheetmetal": 2,
        "fish.troutsmall": 1,
        "smallwaterbottle": 1,
        "smgbody": 2,
        "metalspring": 2,
        "sticks": 2,
        "syringe.medical": 2,
        "tarp": 2,
        "techparts": 2,
        "waterjug": 4
      },
    [DOUBLEPOST=1501543469][/DOUBLEPOST]This is for drums
     
  6. with the loot table, do i add items by their short names?
    [DOUBLEPOST=1501549288][/DOUBLEPOST]can you also whi
    acn you also whip me up a quick loot table with the headers already in place with no headers in them for example for crates, barrels, supply drops heli crates ect
     
  7. Use LootConfig.
     
  8. I am so lost.. whenever i modify the loot table to my liking hemp clones still spawn and nothing is in the quantities that i would like...
     

    Attached Files:

  9. try running
    Code:
    oxide.reload BetterLoot
    In console It's capital sensitive
    [DOUBLEPOST=1501614101][/DOUBLEPOST]Oh sorry I misread your post try enabling higher stacks with Stack Size Controller for Rust | Oxide also im pretty sure that loot will take time to populate so you might have to wait awhile before you can properly test

    dont forget if you think you wrote it incorrectly use The JSON Validator
     
    Last edited by a moderator: Aug 1, 2017
  10. ill give it a shot. do loot barrels outside of rads not respawn on a restart? Also when i add or remove items from the spawn list it completely breaks the plugin and makes everything vanilla loot :v
     
  11. Last edited by a moderator: Aug 1, 2017
  12. I sent a pm check your inbox (top right of this page) go to address and click add friend
     
    Last edited by a moderator: Aug 1, 2017
  13. I dont really understand how to make a costume loot-table for foodcrates and military crates...i read the FAQ 1000 times now and i still dont get it...i figured all the rest out tho, someone mind explaining it to me :D?
     
  14. i would love your help
     
  15. Is there a way to exclude the radtown crates?
     
  16. BetterLoot > FAQ > Changing included barrels/crates
     
  17. Yeah i read that but i dont get it :/
    [DOUBLEPOST=1501775818][/DOUBLEPOST]
    i just wanna exclude purple and rad crates
     
  18. You can put in there the "full" names of the crates you want be included, then all others not matching those names will be excluded.
     
  19. i couldn't quite figure out how to edit the betterloot.json file to give med and food to the certain boxes that i wanted. So i used the loot config plugin to act as a sub plugin it worked. the betterloot plugin overrides the lootconfig plugin except for the barrels or boxes that you don't include in betterloot.json then the lootconfig subs for that. you will have to edit the lootconfig plugin .json file for specific items and rates.
    I only did this to fix the food boxes and med boxes.