BetterLoot
Moved
Total Downloads: 42,622 - First Release: Feb 26, 2015 - Last Update: Mar 20, 2018
- 4.95699/5, 93 likes
-
Code:
hazmatsuit
-
can you pleas update the betterloot its now pussy loot 100 wood stone its not working
-
I guess I (or anyone) could set up the loot for you if you don't know how to if you give examples of what you want included in the loot containers. You'd have to be specific though giving examples of what you want in barrels and each different crate type. -
-
-
It is updated as soon as Oxide itself is if things are added. All you would need to do is do CTRL + F and type the name of the item. So for example if you wanted to look for the Python you'd type in python. Then you just look at the item shortname, which in this case is pistol.python and paste that in the loot table. Much quicker and easier. Hope that link helps. -
thanks mybe it wil work for me to -
server/SERVER_NAME/oxide/data/BetterLoot/LootTable.json
Within the LootTable.json file you'll see this type of code:
"pistol.python":1,
"ammo.rifle":100,
"metal.refined":20,
"lowgradefuel":12
The name is the shortname, which can all be found in the link I sent in another reply, is the item to be spawned at random. The number next to it is the maximum amount of the chosen items it can spawn. So High Quality Metal (metal.refined) can spawn at max 20 in a stack. This can be changed to as high or low as you want.
One important thing to remember is to never put a comma on the end item. As you can see in the example above, Low Grade Fuel does not have a comma at the end like the rest do. If you put a comma then it will not work. -
Guys I need your help !
I changed the HeliCrate list and the SupplyDrop list/oxide/data/BetterLoot/HeliCrate. &/SupplyDrop
The LootTable is changed a bit as well (only components and some other stuff).
I shot the heli down but there is still components in it, like from the LootTable list and its not taking stuff from the HeliCrate list.
What am I doing wrong?
I just want to have the HeliCrate list only working for the Helicpoter. -
1) Actually enable the custom heli & supply crates in the config file?
2) Reload the plugin after changing the loot tables?
If both are yes, please post all of your config files. -
config
Attached Files:
-
-
{
"Barrel": {
"barrelTypes": "loot-barrel|loot_barrel|loot_trash",
"enableBarrels": true,
"maxItemsPerBarrel": 5,
"minItemsPerBarrel": 3,
"refreshBarrels": false
},
"Crate": {
"crateTypes": "crate_normal|crate_tools",
"enableCrates": true,
"maxItemsPerCrate": 6,
"minItemsPerCrate": 3,
"refreshCrates": true
},
"Generic": {
"dropWeaponsWithAmmo": true,
"enforceBlacklist": false,
"listUpdatesOnLoaded": true,
"listUpdatesOnRefresh": false,
"pluginEnabled": true,
"refreshMinutes": 30,
"removeStackedContainers": true,
"seperateLootTables": true
},
"HeliCrate": {
"includeHeliCrate": false,
"maxItemsPerHeliCrate": 7,
"minItemsPerHeliCrate": 4,
"useCustomTableHeli": true
},
"Rarity": {
"Override": {
"autoturret": 2,
"lmg.m249": 3,
"targeting.computer": 3
}
},
"SupplyDrop": {
"includeSupplyDrop": false,
"maxItemsPerSupplyDrop": 7,
"minItemsPerSupplyDrop": 4,
"useCustomTableSupply": true
}
} -
-
-
How would I go about adding in separate drop items for crate_normal_2 (IS THAT EVEN THE GREEN WEAPON CRATES?). I have some items set to be found in all the crates, but I want the green ones to have things like guns and all that. Is there a way to make that happen without allowing it to happen in normal crates too?
-
-
-
You should never do something you're good at for free, but these guys do. You are at no obligation to purchase AlphaLoot, but the developers deserve it for what they do and it's much better, as you can imagine, than BetterLoot. If these plugins are not meeting your requirements and you can't be bothered to scrape together petty cash to support these guys then my only recommendation for you is to learn C# yourself and make your own plugins. -
Last edited by a moderator: Jan 27, 2017