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. Hi, I just installed this and am just a little confused. I'm using your default config file, but it seemed to screw up my loot system. There doesn't seem to be near the amount of crates we used to have, and they don't have much of anything, outside of food in them. Do you have a sample config that is a little more heavy on putting guns and gun related things, along with scrap, in barrels and crates?
     
  2. Same that’s how mine is
     
  3. Did you ever get a sample config?
     
  4. No I’ve been asking I think if you remove it from the loot table it won’t spawn idk I’m gonna check when I get home
     
  5. "Rarity": {
    "Override": {
    "autoturret": 4,
    "lmg.m249": 4,
    "targeting.computer": 3



    what are the number for
     
  6. Does anyone know if I can enable this plugin for only the supply drop and disable all the other stuff while having Magic Loot active ?
     
  7. OK, apparently BetterLoot overrules Magic Loot, cause it's not working.

    is there a good way to change the loottables for the heli's and supply drops ?
     
  8. I have all the normal crates, it shouldn't change your crates only what spawns inside them
    [DOUBLEPOST=1510613169][/DOUBLEPOST]
    try FancyDrop instead
    [DOUBLEPOST=1510613247][/DOUBLEPOST]
     
  9. so i figured out the loot system now but like stuff it spawn like stuff i have set at 4 in the rarity section
     
  10. Everything else is good but scrap is only spawning like 1 or 2 each time
     
  11. I’m not a professional but if you take what you don’t want to spawn out of your item list it shouldn’t spawn Also for the scrap problem mine only drops like 1-5 because it’s getting destroyed. And also did you refund the alpha loot bc ik that’s a expensive purchase for it not to work.
     
  12. It does always work, he only needs a bit more personal coaching on it ;)
     
  13. (15:17:08) | Invalid Position: generic_world[6048705] scrap (world) (-491.6, -5001.0, 947.1) (destroying)

    (15:17:33) | Invalid Position: generic_world[6046972] scrap (world) (437.3, -5006.0, 711.5) (destroying)

    (15:17:47) | Invalid Position: generic_world[6054915] scrap (world) (-601.5, -5010.8, 995.2) (destroying)

    (15:18:24) | Invalid Position: generic_world[6055311] scrap (world) (410.0, -5004.4, 736.4) (destroying)

    (15:19:08) | Invalid Position: generic_world[6055457] scrap (world) (1361.7, -5010.3, -215.5) (destroying)

    (15:19:34) | Invalid Position: generic_world[6043904] scrap (world) (-564.4, -5000.9, 1078.7) (destroying)

    I need help fixing this
     
  14. how do i raise the quantity of scrap that spawns in containers?
    it's currently only 1 scrap that i can find a barrel and i'd like to raise this to 50
     
  15. that's the same problem i'm having and im also wondering if you can make a new json file for bradley bc hes like spawning shit loot
     
  16. Can someone help me with the betterloot and get on discord with me and help i'm confused on some few things
     
    Last edited by a moderator: Nov 16, 2017
  17. Maybe this has been answered but that is A LOT of reading.. How can i make it to where Weapon/Tool/Med crates drop exact items that're supposed to be in their place?
     
  18. Yeah my loot spawns are trash too i'm not sure why, i've edited the loot correctly.
     
  19. with this plugin not.

    which config are u edit? in oxide\data\BetterLoot\LootTable.json ? have u checks of errors with a JSON Validator ?
     
  20. This is 100% on me but can someone tell me how what i've done wrong with this (keep in mind i only altered the first 15 lines)
    Code:
    {
        "ItemListBarrels": {
            "scrap": 25,
            "lowgradefuel": 25,
            "crude.oil": 10,
            "metalpipe": 2,
            "metalblade": 2,
            "metalspring": 2,
            "can.beans": 5,
            "can.tuna": 5,
            "rope": 2,
            "techparts": 2    },
        "Barrel": {
            "barrelTypes": "loot-barrel|loot_barrel|loot_trash",
            "enableBarrels": true,
            "maxItemsPerBarrel": 6,
            "minItemsPerBarrel": 1,
            "randomAmountBarrels": true,
            "refreshBarrels": false
        },
        "Crate": {
            "crateTypes": "crate_normal|crate_tools",
            "enableCrates": true,
            "maxItemsPerCrate": 10,
            "minItemsPerCrate": 3,
            "randomAmountCrates": true,
            "refreshCrates": true
        },
        "Generic": {
            "dropWeaponsWithAmmo": true,
            "enableScrapSpawn": true,
            "enforceBlacklist": false,
            "listUpdatesOnLoaded": true,
            "listUpdatesOnRefresh": false,
            "pluginEnabled": true,
            "refreshMinutes": 15,
            "removeStackedContainers": true,
            "seperateLootTables": true
        },
        "HeliCrate": {
            "includeHeliCrate": false,
            "maxItemsPerHeliCrate": 5,
            "minItemsPerHeliCrate": 3,
            "randomAmountHeliCrate": true,
            "useCustomTableHeli": true
        },
        "Rarity": {
            "Override": {
                "autoturret": 4,
                "lmg.m249": 4,
                "targeting.computer": 3
            }
        },
        "SupplyDrop": {
            "includeSupplyDrop": false,
            "maxItemsPerSupplyDrop": 6,
            "minItemsPerSupplyDrop": 3,
            "randomAmountSupplyDrop": true,
            "useCustomTableSupply": true
        }
    }