Depends of your configuration I suppose. It's true that for me with crude.oil at 500000 max stack size and no configuration in drop limits for this item it's very easy to have a lots of it.
BetterLoot
Moved
Total Downloads: 42,620 - First Release: Feb 26, 2015 - Last Update: Mar 20, 2018
- 4.95699/5, 93 likes
-
Bleseosar, and once more: Thank you VERY MUCH! You are my saver)))). -
I am afraid to use it ;-)
I want nearly everything to be rare... especially weapons, ammunitions, C4 BP, Explosives BP... I don't know if this plugin can help me to set my server up like that ? Thanks for the answer. -
Code:Base item rarity is 8.00% and base blueprint rarity is 8.00%. With a 1.0% chance that any drop is a blueprint we get: There is a 5.185% chance to get one of 22 None items (w=64000, 1408000/26886000). There is a 77.297% chance to get one of 41 Common items (w=512000, 20992000/26886000). There is a 15.554% chance to get one of 66 Uncommon items (w=64000, 4224000/26886000). There is a 0.913% chance to get one of 31 Rare items (w=8000, 248000/26886000). There is a 0.052% chance to get one of 14 VeryRare items (w=1000, 14000/26886000). There is a 0.028% chance to get one of 3 None blueprints (w=64000, 192000/6752000). There is a 0.607% chance to get one of 8 Common blueprints (w=512000, 4096000/6752000). There is a 0.332% chance to get one of 35 Uncommon blueprints (w=64000, 2240000/6752000). There is a 0.032% chance to get one of 27 Rare blueprints (w=8000, 216000/6752000). There is a 0.001% chance to get one of 8 VeryRare blueprints (w=1000, 8000/6752000).
-
Ok I will upload the file you made from previous page ( if that is the one you are talking about ) ?
http://oxidemod.org/attachments/betterloot-cs.11685/
And I will try to modify following your advice to get the same value.
dropLimits I haven t changed anything but if I understand correctly I can make things ( bp ) rare and increase the droplimit of fragments in order to allow players to discover them instead of looting them directly right ?
Here are my results :
I have changed some droplimits as well. I will see how things are going on.
Code:There is a 73.219% chance to get one of 40 common items There is a 14.873% chance to get one of 65 uncommon items There is a 0.858% chance to get one of 30 rare items There is a 0.050% chance to get one of 14 very rare There is a 8.117% chance to get one of 17 common blueprints There is a 2.686% chance to get one of 45 uncommon blueprint There is a 0.187% chance to get one of 25 rare blueprints There is a 0.011% chance to get one of 12 very rare blueprints
Last edited by a moderator: Aug 11, 2015 -
I was talking about this file :
http://oxidemod.org/attachments/rust_items_bps-zip.11667/
About you're last question, perhaps it's because of the SuppressRefresh function. I'll make more test for verifying this. -
Blaseosar, any idea why /blacklist itemname doesn't work with your version? I get the following:
??? KEY UMSG11 not found ??? -
Is BL working with bp frag drops now? I found it would only drop like 100 in a barrel, ever 50 barrels, where as without BL players get 10+ more commonly, which is what I prefer over literally having.. better loot.
-
Thank you for having found this error.Attached Files:
-
-
I already had several boxes ( crates ) superposed on each other before using better loot. The thing is now, with better loot, you can open the boxes but you will get common items what is good ^ instead of rare or very rare items... which was bad... stuff in 10 min ;-)
But maybe you suppress refresh function can fix the problem ;-) Waiting. Thx ! -
-
-
Added fragments to blacklist of items - still dropped from barrels (5-20 from each)
Solution? -
as I can do to fall more fragments of blueprint in the boxes and barrels currently fall only 5-15 per barrel I want to be at least 100
-
People on the server are experiencing the fact that there are not a lot of paper fragments inside boxes to create BP. ( with config I am using for betterloot )
Can you tell me if there is a value I can modify somewhere to increase the loot of paper fragments ? Thanks.
"blueprint_fragment": 1,
"blueprint_library": 1,
"blueprint_page": 1,
"blueprint_book": 1,
?
And just as a reminder , the general loots in rad or airfield are commun with little chance to get rare items... ( rare items are coming with airdrops ).Last edited by a moderator: Aug 12, 2015 -
-
-
-
Trash pile's and other barrels ignores blacklist and other settings
Maybe wrong names ?
Code:// Regular expressions defining what to override private Regex barrelEx = new Regex(@"loot-barrel|loot_trash"); private Regex crateEx = new Regex(@"crate");
-
Does black listing work for anyone?