BetterLoot

A complete re-implementation of the drop system

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

4.95699/5, 93 likes
  1. Every player is able to use the /blacklist command without any arguments which will in turn display a list of the blocked items to the player.
     
  2. Oh.. That bad. Thanks :D
     
  3. Right, typing /blacklist without any arguments shows what has been blacklisted.
     
  4. why is this dropping 1200 x low grade fuel , 9270 x gunpowder in a barrel?also other items stacked that high?
     
  5. From the plugin's overview page:

    Usage with other plugins
    • BetterLoot usually works fine in conjunction with other plugins, as long as these do not touch the item definitions at all or if these extend them properly. The most important factor to make the plugin work properly are sane stack sizes.
    • TAKE SPECIAL CARE WHEN USING PLUGINS LIKE ITEMCONFIG!
      BetterLoot by default ships with a maxStackModifier of 0.2. If you increase the stack size of Explosives for example to 10000, then the maximum dropped stack of Explosives will be 10000 * 0.2 = 2000, which is most likely not what you want. Hence, always make sure to use sane stack sizes for all items (especially Explosives and C4).
     
  6. {
    "blueprintProbability": 0.04,
    "minItemsPerBarrel": 1,
    "maxItemsPerBarrel": 3,
    "minItemsPerCrate": 3,
    "maxItemsPerCrate": 6,
    "maxStackModifier": 0.1,
    "baseItemRarity": 3.0,
    "baseBlueprintRarity": 3.0,
    "refreshMinutes": 15,
    "itemBlacklist": [],
    "blueprintBlacklist": [],
    "enforceBlacklist": false
    }
     
  7. What stack you have in Item config for low grade fuel?
     
  8. im not using the item config
     
  9. Any plugin for stack modifying?
     
  10. Code:
          {
            "name": "bone_fragments",
            "stackSize": 10000
          },
          {
            "name": "charcoal",
            "stackSize": 100000
          },
          {
            "name": "cloth",
            "stackSize": 10000
          },
          {
            "name": "fat_animal",
            "stackSize": 10000
          },
          {
            "name": "gunpowder",
            "stackSize": 100000
          },
          {
            "name": "lowgradefuel",
            "stackSize": 100000
          },
          {
            "name": "metal_fragments",
            "stackSize": 100000
          },
          {
            "name": "metal_ore",
            "stackSize": 100000
          },
          {
            "name": "metal_refined",
            "stackSize": 100000
          },
          {
            "name": "paper",
            "stackSize": 10000
          },
          {
            "name": "stones",
            "stackSize": 100000
          },
          {
            "name": "sulfur",
            "stackSize": 100000
          },
          {
            "name": "sulfur_ore",
            "stackSize": 100000
          },
          {
            "name": "wood",
            "stackSize": 100000,
          },
      
        {
            "name": "Large_Medkit",
            "stackSize": 10
          }
        
     
  11. There is an answer.... Make MaxStack about 0.001
     
  12. woohoo thanks man!!!
     
  13. Not sure if you are referring to maxStackModifier, so just in case you are: Changing maxStackModifier in order to fix insane stack sizes doesn't solve anything as this is applied to all items (not just to those with overly insane stack sizes). In the example above, there'll never drop any more than 1 Large Medkit because 10*0.001 = 0.01. You really need to fix the stack sizes directly.
     
  14. dcode updated BetterLoot with a new update entry:

    1.6.0

     
  15. So... Good... Any way to block ./blocklist command for authlevel0? :)
     
  16. Why would you want to block it? ^^
     
  17. No one need to know what I want to block :D
     
  18. Well, from a player's perspective I'd want to know if I have a chance to find a C4 blueprint or not ^^ If I'd have not, I'd look for another server.
     
  19. Hey,

    i just set up the droplimit for ammo_rifle 8 but if iam looking on the map what is there in the Barrels like this..there is more then 8 ..like 58 ammo_rifle
    or can u explain me this
     
  20. Setting the limit does not refresh all the containers on the map. To refresh, run: oxide.reload BetterLoot