lol im decently smart i set my server up by myself but this one thing has me stumped lol and i can not figure it out to save my life
BetterLoot
Moved
Total Downloads: 42,622 - First Release: Feb 26, 2015 - Last Update: Mar 20, 2018
- 4.95699/5, 93 likes
-
-
-
-
ill take a look again i copy and pasted and couldnt find it using word filter but again ill try again haha
-
I'm aware of: ItemConfig for Rust | Oxide -
-
so since im trying to increase the amount of individual items drop from a barrel i found this sequence inside the file and im curious is this the right things i need to be changing?
//baseItemRarity = Convert.ToDouble(GetConfig("Chances", "baseItemRarity", 2));
minItemsPerBarrel = Convert.ToInt32(GetConfig("Barrel", "minItemsPerBarrel", 5));
maxItemsPerBarrel = Convert.ToInt32(GetConfig("Barrel", "maxItemsPerBarrel", 10));
refreshBarrels = Convert.ToBoolean(GetConfig("Barrel", "refreshBarrels", false));
barrelTypes = Convert.ToString(GetConfig("Barrel","barrelTypes","loot-barrel|loot_barrel|loot_trash"));
enableBarrels = Convert.ToBoolean(GetConfig("Barrel", "enableBarrels", true));
minItemsPerCrate = Convert.ToInt32(GetConfig("Crate", "minItemsPerCrate", 5));
maxItemsPerCrate = Convert.ToInt32(GetConfig("Crate", "maxItemsPerCrate", 10));
refreshCrates = Convert.ToBoolean(GetConfig("Crate", "refreshCrates", true));
crateTypes = Convert.ToString(GetConfig("Crate","crateTypes","crate_normal"));
enableCrates = Convert.ToBoolean(GetConfig("Crate", "enableCrates", true));
minItemsPerSupplyDrop = Convert.ToInt32(GetConfig("SupplyDrop", "minItemsPerSupplyDrop", 10));
maxItemsPerSupplyDrop = Convert.ToInt32(GetConfig("SupplyDrop", "maxItemsPerSupplyDrop", 15));
includeSupplyDrop = Convert.ToBoolean(GetConfig("SupplyDrop", "includeSupplyDrop", false));
useCustomTableSupply = Convert.ToBoolean(GetConfig("SupplyDrop", "useCustomTableSupply", true));
minItemsPerHeliCrate = Convert.ToInt32(GetConfig("HeliCrate", "minItemsPerHeliCrate", 5));
maxItemsPerHeliCrate = Convert.ToInt32(GetConfig("HeliCrate", "maxItemsPerHeliCrate", 10));
includeHeliCrate = Convert.ToBoolean(GetConfig("HeliCrate", "includeHeliCrate", false));
useCustomTableHeli = Convert.ToBoolean(GetConfig("HeliCrate", "useCustomTableHeli", true));
refreshMinutes = Convert.ToInt32(GetConfig("Generic", "refreshMinutes", 30));
enforceBlacklist = Convert.ToBoolean(GetConfig("Generic", "enforceBlacklist", false));
dropWeaponsWithAmmo = Convert.ToBoolean(GetConfig("Generic", "dropWeaponsWithAmmo", true));
listUpdatesOnLoaded = Convert.ToBoolean(GetConfig("Generic", "listUpdatesOnLoaded", true));
listUpdatesOnRefresh = Convert.ToBoolean(GetConfig("Generic", "listUpdatesOnRefresh", false));
pluginEnabled = Convert.ToBoolean(GetConfig("Generic", "pluginEnabled", true));
removeStackedContainers = Convert.ToBoolean(GetConfig("Generic", "removeStackedContainers", true));
seperateLootTables = Convert.ToBoolean(GetConfig("Generic", "seperateLootTables", true));
because if so its not working properlly -
-
-
-
Fujikura updated BetterLoot with a new update entry:
2.11.5
-
Oh my, Thank you. I missed this option.
-
-
I noticed there is no options to change the items in the new purple crates that where added recently
-
AL has a lot more of undefeated features
[DOUBLEPOST=1484671456][/DOUBLEPOST]Code:"crateTypes": "crate_normal|crate_tools",
-
*Goes to look at AlphaLoot* -
Fujikura - Users - CodeClerks
-
So i though i had everything correct for better loot cfg, data so that guns like AK lr300 would spawn in barrels, boxes, crates more for a more action server but it seems to only be working in the airdrop which it dropped 4 guns and ammo. So i was hoping i could get some help in getting this to work. I also get this error message when i try and reload the plugin: Failed to call hook 'OnServerInitialized' on plugin 'BetterLoot v2.11.4' (ArgumentException: Could not cast or convert from System.String to System.Collections.Generic.Dictionary`2[System.String,System.Int32].)
Uploaded my files for review. (Sorry im new to this)Attached Files:
-
-