BetterLoot

Moved

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

4.95699/5, 93 likes
  1. i deleted the plugin from data, cfg, and plugins, and now crates dont spawn at rad towns. do I have to do anything else to go back to vanilla?
    thx

    edit: barrels dont spawn too
    edit2: things are spawning, but spawn rate seems to be fucked up. it takes ages for looting crate and barrels to spawn. and many crates in rad towns haven't literally spawned for hours. can't understand tthis shit. makes no sense at all to me.
     
    Last edited by a moderator: Jun 13, 2017
  2. i just reinstalled server
     
  3. What's the difference between "includeSupplyDrop" and "useCustomTableSupply" in the config? I can't seem to get airdrops to work with the mod even with both of these enabled
     
  4. Answered on the previous page: BetterLoot | Page 139 | Oxide
    The plugin is probably working fine and putting items from your SupplyDrop.json inside the airdrops, problem being its the same loot list as vanilla drops so you wouldn't notice. Try adding/removing items from the list to confirm it's working.
     
  5. so if i had includeSupplyDrop enabled, then I shouldn't be able to see any vanilla loot correct? I've added most items to the blacklist too but they all spawn in the drop still.
     
  6. Correct. "includeSupplyDrop" true & "useCustomTableSupply" true will use items from your SupplyDrop.json loot list.
    Problem being it's the exact same list as vanilla items so you're not going to notice a difference until you add/ remove items to your SupplyDrop.json.

    The Blacklist.json loot list will never spawn in any barrel, crate, supply drop or heli crate providing you have the correct settings. E.g "includeSupplyDrop" false will not take any notice of the blacklist items because you've told the plugin "Don't touch my airdrops!".
    The FAQ is quite a mouthful but if you read it carefully it does explain almost everything.
     
  7. is there anyway to know what would be the default vanilla config with this plugin in order to know how much you're actually "bettering" the loot? I run a x2 server, and I wouldn't like to boost it a lot, just a little bit.

    thx
     
  8. I don't recommend this plugin over BetterLoot but it seems as though you'd be better off with Magic Loot for Rust | Oxide for what you're trying to achieve.
     
  9. I understand all that , one of the first things I did was edit the json for supply drop but the loot is still all vanilla . Is there something wrong with this config ?
    (SupplyDrop.json)
    Code:
    {
      "ItemList": {
        "rifle.ak": 1,
        "rifle.lr300": 1,
        "ammo.handmade.shell": 50,
        "ammo.pistol": 50,
        "ammo.pistol.fire": 50,
        "ammo.pistol.hv": 50,
        "ammo.rifle": 50,
        "ammo.rifle.explosive": 50,
        "ammo.rifle.incendiary": 50,
        "ammo.rifle.hv": 32,
        "ammo.shotgun": 32,
        "ammo.shotgun.slug": 32,
        "lmg.m249":1
      }
    }
    Code:
    {
        "Barrel": {
            "barrelTypes": "loot-barrel|loot_barrel|loot_trash",
            "enableBarrels": true,
            "enforceBlacklist": true,
            "maxItemsPerBarrel": 1,
            "minItemsPerBarrel": 1,
            "enableScrapspawn": false,
            "refreshBarrels": true
        },
        "Crate": {
            "crateTypes": "crate_normal|crate_tools",
            "enableCrates": true,
            "enforceBlacklist": true,
            "maxItemsPerCrate": 3,
            "minItemsPerCrate": 1,
            "enableScrapspawn": false,
            "refreshCrates": true
        },
        "Generic": {
            "dropWeaponsWithAmmo": true,
            "enforceBlacklist": true,
            "listUpdatesOnLoaded": true,
            "listUpdatesOnRefresh": true,
            "pluginEnabled": true,
            "refreshMinutes": 15,
            "removeStackedContainers": true,
            "enableScrapspawn": false,
            "seperateLootTables": true
        },
        "HeliCrate": {
            "includeHeliCrate": true,
            "maxItemsPerHeliCrate": 4,
            "minItemsPerHeliCrate": 2,
            "useCustomTableHeli": true
        },
        "Rarity": {
            "Override": {
                "crossbow": 1,
                "weapon.mod.holosight": 3,
                "smg.thompson": 3,
                "ammo.pistol": 1,
                "ammo.pistol.hv": 2,
                "ammo.rifle": 1,
                "ammo.rifle.explosive": 2,
                "ammo.rifle.hv": 2,
                "ammo.shotgun": 1,
                "ammo.shotgun.slug": 1,
                "weapon.mod.lasersight": 3,
                "weapon.mod.muzzleboost": 3,
                "weapon.mod.muzzlebrake": 3,
                "weapon.mod.simplesight": 3,
                "pistol.revolver": 2,
                "pistol.semiauto": 2,
                "santahat": 2,
                "rifle.semiauto": 4,
                "shotgun.double": 2,
                "shotgun.pump": 2,
                "shotgun.waterpipe": 1,
                "stones": 1,
                "metal.fragments": 1,
                "gunpowder": 1,
                "supply.signal": 4,
                "wood.armor.jacket": 1,
                "wood.armor.pants": 1,
                "wood.armor.helmet": 1,
                "skull.human": 4,
                "bone.armor.suit": 2,
                "fun.guitar": 3,
                "humanmeat.raw": 2,
                "grenade.f1": 3,
                "grenade.beancan": 1,
                "smg.mp5": 4,
                "smg.2": 3,
                "tool.binoculars": 1,
                "pistol.m92": 4,
                "pistol.python": 1,
                "pistol.eoka": 1,
                "salvaged.sword": 1,
                "arrow.hv": 1,
                "longsword": 1,
                "machete": 1,
                "mace": 1
            }
        },
        "SupplyDrop": {
            "includeSupplyDrop": true,
            "enforceBlacklist": true,
            "maxItemsPerSupplyDrop": 6,
            "minItemsPerSupplyDrop": 3,
            "randomAmountSupplyDrop": true,
            "useCustomTableSupply": false
        }
    }
    All the other loot types are spawning how I want them to, it's just the airdrops that don't
     
    Last edited by a moderator: Jun 14, 2017
  10. Right at the bottom. "useCustomTableSupply" needs to be true.
     
  11. Even when I had that enabled it still didn't work , but I'll try again . I guess apart from that the config should be fine
     
  12. I think it stopped working with the new update. might need a hotfix boris. so thats might why its not working.
     
  13. How to do it, that would not fall from 1, but for example 1000? (Data itemlist)
     
  14. having the same issue atm :(
     
  15. Seems like BetterLoot needs a hotfix. did anyone else get it working after the latest patch?
     
  16. this is what i'm getting atm http://i.imgur.com/fwABpK3.png?1 , all i did was remove the components / disabled scrap from spawning
     
  17. Thats weird. Might not have anything to do with betterloot though. Our server shows normal piles, just no advanced loot.
     
  18. unloading BetterLoot seems to fix it though , so that's weird
     
  19. As soon as my server interface comes back up (maintenance) i'll run some tests. sure is weird as fck.. try saving your betterloot config and reinstalling the plugin. then add/replace each config file in your date folder one by one. Each time running a console command: "oxide.reload BetterLoot" to see wich of the files is the problem. if needed i can send you ours.
     
  20. i removed everything related to the plugin and installed it again , i did a "battlefield server" loot table, restarting the server seems to fix it but if i reload the plugin the scrap appears again