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. your file is crap :D

    unload BetterLoot plugin, copy and backup your files in \oxide\config\BetterLoot.json and all in \oxide\data\BetterLoot later as reference.
    so now delete all BetterLoot data from \oxide\config\BetterLoot.json and all in \oxide\data\BetterLoot
    now reload BetterLoot plugin for recreate all configs for betterloot
    now navigate to \oxide\config\BetterLoot.json setup your config how u wish and save, then
    navigate to \oxide\data\BetterLoot\LootTable.json and setup it how u wish and save, this is your loottable all items in there spawn now
    if u finish and ready with your configs just relaod BetterLoot plugin.
     

  2. oh awesome ty so essentially what ever i want to spawn in the barrels/creats i will need to add them to \oxide\data\BetterLoot\LootTable.json .
    adjust want i would like to in \oxide\config\BetterLoot.json ty for ur help :)
     
  3. does this plugin also cover special dm-loot on savas island and HapisIsland?

    Need to override the basic respawn timers of the building rescources box and the c4 box, which respawns almost instant.
     
  4. Code:
    [BetterLoot] Destroying item instance of 'scrap'
    (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
    My console is constantly spammed with these, two questions:

    1) Are the lines related? They're always together.
    2) Can I disable this log or will I need to dive into the plugin and kill logging altogether?

    Cheers
     
  5. I'm new to Rust server making and need some help with this mod. I know this is probably me just being dumb but I don't understand how to change the rarity of items that spawn in barrels or crates. If anyone would be kind enough to tell me how to do it and what file I need to code that would be great ;)
     
  6. Hello, i'm completly new with making a rust server.

    So i installed BetterLoot and it doesnt work for Scrap. I've setted Scrap to 500 but still just getting only 1-5 Scrap.

    Any way to fix this?

    BetterLoot.json:
    Code:
    {
      "Barrel": {
        "barrelTypes": "loot-barrel|loot_barrel|loot_trash",
        "enableBarrels": true,
        "maxItemsPerBarrel": 6,
        "minItemsPerBarrel": 3,
        "randomAmountBarrels": true,
        "refreshBarrels": false
      },
      "Crate": {
        "crateTypes": "crate_normal|crate_tools",
        "enableCrates": true,
        "maxItemsPerCrate": 6,
        "minItemsPerCrate": 3,
        "randomAmountCrates": true,
        "refreshCrates": false
      },
      "Generic": {
        "dropWeaponsWithAmmo": true,
        "enableScrapSpawn": true,
        "enforceBlacklist": false,
        "listUpdatesOnLoaded": true,
        "listUpdatesOnRefresh": false,
        "pluginEnabled": true,
        "refreshMinutes": 5,
        "removeStackedContainers": true,
        "seperateLootTables": true
      },
      "HeliCrate": {
        "includeHeliCrate": true,
        "maxItemsPerHeliCrate": 8,
        "minItemsPerHeliCrate": 6,
        "randomAmountHeliCrate": true,
        "useCustomTableHeli": true
      },
      "Rarity": {
        "Override": {
          "autoturret": 1,
          "lmg.m249": 1,
          "targeting.computer": 1
        }
      },
      "SupplyDrop": {
        "includeSupplyDrop": true,
        "maxItemsPerSupplyDrop": 8,
        "minItemsPerSupplyDrop": 6,
        "randomAmountSupplyDrop": true,
        "useCustomTableSupply": true
      }
    }

    LootTable.json:
    Code:
    {
      "ItemListBarrels": {
        "gears": 4,
        "largemedkit": 1,
        "metalblade": 5,
        "metalpipe": 7,
        "propanetank": 4,
        "riflebody": 2,
        "roadsigns": 5,
        "rope": 5,
        "semibody": 3,
        "sewingkit": 7,
        "sheetmetal": 3,
        "smallwaterbottle": 1,
        "smgbody": 3,
        "metalspring": 7,
        "syringe.medical": 2,
        "techparts": 2,
        "scrap": 500,
        "apple": 5,
        "workbench1": 1,
        "workbench2": 1,
        "workbench3": 1,
        "barricade.concrete": 1,
        "barricade.metal": 1,
        "barricade.sandbags": 1,
        "barricade.stone": 1,
        "barricade.wood": 1,
        "barricade.woodwire": 1,
        "battery.small": 1,
        "ammo.handmade.shell": 6,
        "ammo.pistol": 6,
        "ammo.pistol.fire": 3,
        "ammo.pistol.hv": 3,
        "ammo.rifle": 18,
        "ammo.rifle.explosive": 9,
        "ammo.rifle.incendiary": 9,
        "ammo.rifle.hv": 9,
        "ammo.rocket.basic": 1,
        "ammo.rocket.fire": 1,
        "ammo.rocket.hv": 1,
        "ammo.shotgun": 6,
        "ammo.shotgun.slug": 6,
        "bed": 1,
        "black.raspberries": 3,
        "blueberries": 3,
        "bone.club": 1,
        "bow.hunting": 1,
        "box.wooden.large": 1,
        "bucket.water": 1,
        "can.beans": 3,
        "can.tuna": 3,
        "cctv.camera": 1,
        "ceilinglight": 1,
        "chair": 1,
        "charcoal": 50,
        "chicken.cooked": 5,
        "chicken.raw": 5,
        "chocholate": 5,
        "cloth": 50,
        "crude.oil": 50,
        "seed.corn": 5,
        "crossbow": 1,
        "door.double.hinged.metal": 1,
        "door.double.hinged.toptier": 1,
        "door.double.hinged.wood": 1,
        "door.hinged.metal": 1,
        "door.hinged.toptier": 1,
        "door.hinged.wood": 1,
        "dropbox": 1,
        "explosive.satchel": 1,
        "explosives": 3,
        "fat.animal": 18,
        "flashlight.held": 1,
        "weapon.mod.flashlight": 1,
        "floor.grill": 1,
        "floor.ladder.hatch": 1,
        "fridge": 1,
        "lowgradefuel": 36,
        "furnace.large": 1,
        "gates.external.high.stone": 1,
        "gates.external.high.wood": 1,
        "granolabar": 5,
        "grenade.beancan": 3,
        "grenade.f1": 1,
        "fun.guitar": 1,
        "gunpowder": 36,
        "hammer.salvaged": 1,
        "bucket.helmet": 1,
        "coffeecan.helmet": 1,
        "deer.skull.mask": 1,
        "heavy.plate.helmet": 1,
        "hat.miner": 1,
        "riot.helmet": 1,
        "hat.wolf": 1,
        "wood.armor.helmet": 1,
        "hatchet": 1,
        "hazmatsuit": 1,
        "weapon.mod.holosight": 1,
        "hoodie": 1,
        "hq.metal.ore": 36,
        "icepick.salvaged": 1,
        "bone.armor.suit": 1,
        "heavy.plate.jacket": 1,
        "jacket.snow": 1,
        "jacket": 1,
        "knife.bone": 1,
        "ladder.wooden.wall": 3,
        "trap.landmine": 3,
        "lantern": 1,
        "weapon.mod.lasersight": 1,
        "leather": 36,
        "lock.code": 1,
        "longsword": 1,
        "machete": 1,
        "mailbox": 1,
        "mask.balaclava": 1,
        "mask.bandana": 1,
        "metal.facemask": 1,
        "bearmeat.cooked": 5,
        "bearmeat": 5,
        "deermeat.cooked": 5,
        "deermeat.raw": 5,
        "meat.pork.cooked": 5,
        "meat.boar": 5,
        "wolfmeat.cooked": 5,
        "wolfmeat.raw": 5,
        "metal.fragments": 50,
        "metal.ore": 100,
        "metal.plate.torso": 1,
        "metal.refined": 36,
        "mining.pumpjack": 1,
        "mining.quarry": 1,
        "fish.minnows": 5,
        "smg.mp5": 1,
        "mushroom": 10,
        "weapon.mod.muzzleboost": 1,
        "weapon.mod.muzzlebrake": 1,
        "pistol.nailgun": 1,
        "ammo.nailgun.nails": 15,
        "note": 1,
        "pants": 1,
        "heavy.plate.pants": 1,
        "roadsign.kilt": 1,
        "pants.shorts": 1,
        "pickaxe": 1,
        "pistol.eoka": 1,
        "pistol.revolver": 1,
        "pistol.semiauto": 1,
        "planter.large": 1,
        "planter.small": 1,
        "pookie.bear": 2,
        "pistol.python": 1,
        "target.reactive": 1,
        "box.repair.bench": 1,
        "research.table": 1,
        "roadsign.jacket": 1,
        "rocket.launcher": 1,
        "rug.bear": 1,
        "rug": 1,
        "salvaged.cleaver": 1,
        "salvaged.sword": 1,
        "weapon.mod.small.scope": 1,
        "searchlight": 1,
        "rifle.semiauto": 1,
        "shelves": 2,
        "shirt.collared": 1,
        "shirt.tanktop": 1,
        "shoes.boots": 1,
        "shotgun.double": 1,
        "shotgun.pump": 1,
        "shotgun.waterpipe": 1,
        "guntrap": 1,
        "shutter.metal.embrasure.a": 1,
        "shutter.metal.embrasure.b": 1,
        "shutter.wood.a": 1,
        "sign.hanging.banner.large": 1,
        "sign.hanging": 1,
        "sign.hanging.ornate": 1,
        "sign.pictureframe.landscape": 1,
        "sign.pictureframe.portrait": 1,
        "sign.pictureframe.tall": 1,
        "sign.pictureframe.xl": 1,
        "sign.pictureframe.xxl": 1,
        "sign.pole.banner.large": 1,
        "sign.post.double": 1,
        "sign.post.single": 1,
        "sign.post.town": 1,
        "sign.post.town.roof": 1,
        "sign.wooden.huge": 1,
        "sign.wooden.large": 1,
        "sign.wooden.medium": 1,
        "sign.wooden.small": 1,
        "weapon.mod.silencer": 1,
        "weapon.mod.simplesight": 1,
        "skull_fire_pit": 1,
        "small.oil.refinery": 1,
        "stash.small": 1,
        "fish.troutsmall": 1,
        "smallwaterbottle": 1,
        "smg.2": 1,
        "snowman": 1,
        "spear.stone": 1,
        "spear.wooden": 1,
        "spikes.floor": 1,
        "spinner.wheel": 1,
        "stocking.large": 1,
        "stocking.small": 1,
        "stone.pickaxe": 1,
        "stonehatchet": 1,
        "stones": 150,
        "sulfur": 150,
        "sulfur.ore": 150,
        "supply.signal": 1,
        "surveycharge": 5,
        "table": 1,
        "targeting.computer": 1,
        "tarp": 5,
        "smg.thompson": 1,
        "torch": 1,
        "tshirt": 1,
        "tshirt.long": 1,
        "tunalight": 1,
        "vending.machine": 1,
        "wall.external.high.stone": 1,
        "wall.external.high": 1,
        "wall.frame.cell.gate": 1,
        "wall.frame.cell": 1,
        "wall.frame.fence.gate": 1,
        "wall.frame.fence": 1,
        "wall.frame.garagedoor": 1,
        "wall.frame.shopfront": 1,
        "wall.frame.shopfront.metal": 1,
        "wall.window.bars.metal": 1,
        "wall.window.bars.toptier": 1,
        "wall.window.bars.wood": 1,
        "wall.window.glass.reinforced": 1,
        "water.catcher.large": 1,
        "water.catcher.small": 1,
        "water.barrel": 1,
        "waterjug": 1,
        "water.purifier": 1,
        "xmas.window.garland": 1,
        "wood": 150,
        "wood.armor.jacket": 1,
        "wood.armor.pants": 1,
        "xmas.lightstring": 1,
        "xmas.tree": 1
      },
      "ItemListCrates": {
        "gears": 8,
        "largemedkit": 3,
        "metalblade": 10,
        "metalpipe": 14,
        "propanetank": 8,
        "riflebody": 3,
        "roadsigns": 10,
        "rope": 10,
        "semibody": 4,
        "sewingkit": 1,
        "sheetmetal": 8,
        "smgbody": 3,
        "metalspring": 14,
        "syringe.medical": 4,
        "techparts": 3,
        "scrap": 100,
        "workbench3": 1,
        "barricade.concrete": 1,
        "barricade.metal": 1,
        "barricade.sandbags": 1,
        "barricade.stone": 1,
        "ammo.pistol": 10,
        "ammo.pistol.fire": 5,
        "ammo.pistol.hv": 5,
        "ammo.rifle": 25,
        "ammo.rifle.explosive": 14,
        "ammo.rifle.incendiary": 14,
        "ammo.rifle.hv": 14,
        "ammo.rocket.basic": 1,
        "ammo.rocket.fire": 2,
        "ammo.rocket.hv": 3,
        "ammo.shotgun": 12,
        "ammo.shotgun.slug": 12,
        "black.raspberries": 5,
        "blueberries": 5,
        "cctv.camera": 2,
        "chocholate": 5,
        "crude.oil": 75,
        "door.double.hinged.metal": 1,
        "door.double.hinged.toptier": 1,
        "door.hinged.metal": 1,
        "door.hinged.toptier": 1,
        "explosive.satchel": 1,
        "explosives": 6,
        "fat.animal": 36,
        "weapon.mod.flashlight": 1,
        "floor.grill": 1,
        "lowgradefuel": 150,
        "gates.external.high.stone": 1,
        "gates.external.high.wood": 1,
        "granolabar": 10,
        "grenade.beancan": 5,
        "grenade.f1": 2,
        "fun.guitar": 1,
        "gunpowder": 100,
        "hammer.salvaged": 1,
        "bucket.helmet": 1,
        "coffeecan.helmet": 1,
        "riot.helmet": 1,
        "wood.armor.helmet": 1,
        "hatchet": 1,
        "hazmatsuit": 1,
        "weapon.mod.holosight": 1,
        "hoodie": 1,
        "hq.metal.ore": 56,
        "icepick.salvaged": 1,
        "bone.armor.suit": 1,
        "jacket.snow": 1,
        "jacket": 1,
        "knife.bone": 1,
        "ladder.wooden.wall": 3,
        "trap.landmine": 5,
        "lantern": 1,
        "weapon.mod.lasersight": 1,
        "leather": 100,
        "lock.code": 1,
        "longsword": 1,
        "pistol.m92": 1,
        "machete": 1,
        "mask.balaclava": 1,
        "mask.bandana": 1,
        "metal.facemask": 1,
        "metal.fragments": 150,
        "metal.ore": 150,
        "metal.plate.torso": 1,
        "metal.refined": 56,
        "mining.pumpjack": 1,
        "mining.quarry": 1,
        "smg.mp5": 1,
        "weapon.mod.muzzleboost": 1,
        "weapon.mod.muzzlebrake": 1,
        "pants": 1,
        "roadsign.kilt": 1,
        "pickaxe": 1,
        "pistol.semiauto": 1,
        "pookie.bear": 2,
        "pistol.python": 1,
        "box.repair.bench": 1,
        "research.table": 1,
        "roadsign.jacket": 1,
        "rocket.launcher": 1,
        "salvaged.cleaver": 1,
        "salvaged.sword": 1,
        "weapon.mod.small.scope": 1,
        "searchlight": 1,
        "rifle.semiauto": 1,
        "shelves": 3,
        "shotgun.double": 1,
        "shotgun.pump": 1,
        "shotgun.waterpipe": 1,
        "guntrap": 1,
        "shutter.metal.embrasure.a": 1,
        "shutter.metal.embrasure.b": 1,
        "weapon.mod.silencer": 1,
        "weapon.mod.simplesight": 1,
        "small.oil.refinery": 1,
        "smg.2": 1,
        "spear.stone": 1,
        "spikes.floor": 1,
        "stones": 300,
        "sulfur": 300,
        "sulfur.ore": 500,
        "supply.signal": 1,
        "surveycharge": 7,
        "targeting.computer": 2,
        "smg.thompson": 1,
        "tshirt": 1,
        "tshirt.long": 1,
        "wall.external.high.stone": 1,
        "wall.external.high": 1,
        "wall.frame.cell.gate": 1,
        "wall.frame.cell": 1,
        "wall.frame.fence.gate": 1,
        "wall.frame.fence": 1,
        "wall.frame.garagedoor": 1,
        "wall.frame.shopfront.metal": 1,
        "wall.window.bars.metal": 1,
        "wall.window.bars.toptier": 1,
        "wall.window.glass.reinforced": 1,
        "wood": 300,
        "wood.armor.jacket": 1,
        "wood.armor.pants": 1,
        "xmas.tree": 1
      }
    }
    Regards,
    Flo
     
  7. I'm a bit confused about the configuration files..

    It has 2 types of loot containers, a crate and a barrel. But what about crates that spawn in mines, at monuments, and army and elite crates? Where do I set those? Because I dont want my army crates to be the same as normal crates.
     
  8. u can edit in oxide/config/BetterLoot.json this lines
    "crateTypes": "crate_normal|crate_tools|crate_elite|crate_mine|minecart|crate_basic",
    then it will spawn loot and yes the same as in normal crates.

    for more loot controll just google "alpha loot rust plugin"
     
  9. I googled Alphaloot and they ask 30 bucks for a plugin which is almost 5 months server rent so that is not an option for me.

    If I copy and paste the entire list of the crate plugins and give it a seperate table for crate_elite| crate_mine etc would that work?
     
  10. no it wouldn't
     
  11. Why wouldn't it?

    So I can add the extra crates but not do the extra crates seperate?
     
  12. yop, u have just 2 seperate loottables, for barrels and crates. u can just add more crates where spawn your own edit loot
     
  13. What? I dont get the last part
     
  14. @Fujikura This plugin does not work with Scrap, when i try to blacklist scrap i still find it in both crates and barrels. Scrap isnt even in the LootTables of any of them.

    Please fix this issue.
     
  15. can you please add a way to check the loot table in the game.
     
  16. how can i set min and max loot? in a Barrel spring x1 i will set it to 5-10! how?
     
  17. Guys i black list an item but then when i check the blacklisted items its not there and continues to drop in barrels and crates? Why is this
    upload_2018-1-19_20-45-31.png
     
  18. Is it possible to add blueprints to the LootTable?
     
  19. How can I have blueprint drops coincide with my modified drop list?
     
  20. Can someone make me the configs for a 3x loot server willing to pay for one