BetterLoot
Moved
Total Downloads: 42,619 - First Release: Feb 26, 2015 - Last Update: Mar 20, 2018
- 4.95699/5, 93 likes
-
Wulf Community Admin
Thanks, didn't notice the rename of that. -
[BetterLoot] BetterLoot: Refreshed 0 containers (1 destroyed
0 containers? Is that normal? I swear it was always 5+ before this patch. Anyone know? -
ok, after the test, it was observed that the recipes for items no droped, even if the chance to put 100%
-
Can anyone tell me, why on my server bluprints droped as usual for all items (even with my config) and blueprint fragments ignore droplimits?
What do I must to do, to prevent drop of old blueprints for items, and make blueprint fragments more rare to drop and to control their drop limits?
Any suggestions? Will be grateful for modified plugin or config file. Mine is attached.Attached Files:
-
-
For some reason BP shards are not showing up in my server....my players have been looking. I did update to the latest release though. Sorry if this has been answered already.
-
Wulf Community Admin
Does your config have them in it? If not, you'd need to manually add them or delete it and start with the default. -
Wulf Community Admin
Wulf updated BetterLoot with a new update entry:
1.9.7
-
From what I can tell they are in there...ill post my config so you can look and tell me im missing something. Thanks in advance!
Attached Files:
-
-
Wulf Community Admin
You don't have them in there, I'd recommend deleting the config and letting the plugin create a new one. -
Will do.
[DOUBLEPOST=1438993992][/DOUBLEPOST]Ah yup they are in there now...just updated with the most recent release...thank you! -
Damn this sh*t will break all the game rates on my server. could u fix that?
the last updated plugin and fresh new config, with some remarks but totally NOTHING! Help...Attached Files:
-
-
If you want to remove fragments from the trash, then change the value to a
But then the server will not dropped fragments and default receptCode:private Regex barrelEx = new Regex(@"loot-barrel|trash");
-
with fresh install, we're not getting any frags, pages, etc from the loot drops.
-
Yeah I had to ditch this until frags drop like they do in vanilla (almost every barrel). No real way to set that without changing the plugin itself since even forcing them into the "common" rarity group via ItemConfig will just make them drop alongside like ~60 other items.
-
Same thing happened to me I had to remove it and blueprint fragments dropped normally
-
The method IsBlueprint() is only a getter, to set an item as BP I have find we have to use this code, line 462 :
Code:item.SetFlag(Item.Flag.Blueprint, true);
Last edited by a moderator: Aug 8, 2015 -
Hm, found another one problem, it somehow pass through the config blacklist and spawn junk, that i restricted before( for ex. "note" ) i checked the list and there are no changes to the id of the "note" item. Any one know what the problem?
-
I have see with logging that not all barrels or crates are modify by the plugins.
If I replace the test lines 494-522 by these ones :
The plugin don't miss any of barrels and cratesCode:String lootType = container.lootDefinition.name; if ("LootSpawn.SupplyDrop".Equals(lootType)) { SuppressRefresh(container); var inv = container.inventory.itemList.ToArray(); foreach (var item in inv) { if (itemBlacklist.Contains(item.info.shortname)) { item.RemoveFromContainer(); item.Remove(0f); ++max; } } if (max == 0) return; } else if ("LootSpawn.BarrelGarbage".Equals(lootType) || "LootSpawn.BarrelCommon".Equals(lootType) || "LootSpawn.BarrelBetter".Equals(lootType)) { SuppressRefresh(container); ClearContainer(container); min = minItemsPerBarrel; max = maxItemsPerBarrel; } else if ("LootSpawn.RadTown1".Equals(lootType) || "LootSpawn.RadTown2".Equals(lootType)) { SuppressRefresh(container); ClearContainer(container); min = minItemsPerCrate; max = maxItemsPerCrate; refresh = true; // In case someone puts trash in it } else { // LootSpawn.TrashPile type and LootSpawn.OilBarrel for now return; }Last edited by a moderator: Aug 8, 2015 -
Due to the plugin in boxes and barrels rarely come across fragments of blueprint.
How to increase the chance of fragments of blueprint?
Fragments of the blueprint is only in boxes with garbage



