BetterLoot

Moved

Total Downloads: 42,620 - First Release: Feb 26, 2015 - Last Update: Mar 20, 2018

4.95699/5, 93 likes
  1. 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.
     
  2. Because, as i understood he is managing vanilla serv))). I`ve changed a lot of droplimits before runing it on main))).

    Bleseosar, and once more: Thank you VERY MUCH! You are my saver)))).
     
  3. 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.
     
  4. Depends what you want. To make things really hard change the baseBlueprintRarity and baseItemRarity for a higher value. You can change the blueprint probability for a lesser value. And of course the droplimits can help you a little more to give sparse number of blueprint fragment or other thing. For exemple :
    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).
    Check the zip i've posted previouly, its the most recent tables of items and BPs. You can see that good weapons are very rare in most case.
     
  5. 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
    
    I take the opportunity to ask you this as well : would you have an explanation on this : on my server and my created map ( worlsize 4700 ) I have boxes that superpose on each other... I have sometimes 4 boxes on each other, and I am able to open all of them. .. Bug of placement ?
     
    Last edited by a moderator: Aug 11, 2015
  6. Blaseosar, any idea why /blacklist itemname doesn't work with your version? I get the following:

    ??? KEY UMSG11 not found ???
     
  7. 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.
     
  8. Sorry, this should have been MSG11 instead of UMSG11.
    Thank you for having found this error.
     

    Attached Files:

  9. The supress refresh function ? Can you say more about it ?

    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 !
     
  10. I've turned blueprints to 0%, does this block frags from dropping? I don't want actual blueprints of anything dropping now, but I want plenty of frags. As most people!
     
  11. Fragments/Pages/Books/Librairies are items, so even with 0% chance for BPs, you can have them.
     
  12. Added fragments to blacklist of items - still dropped from barrels (5-20 from each)
    Solution?
     
  13. 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
     
  14. 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
  15. you need to enable the blacklist in the .json file
     
  16. Enable blacklist? Blacklist enabled when has at least 1 item\bp in list. I dont see cvar to on\off BL
     
  17. Can you post the plugin's config that you're using ?
     
  18. 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");
     
  19. Does black listing work for anyone?