BetterLoot

Moved

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

4.95699/5, 93 likes
  1. You can provide a configuration file?
     
  2. Wulf

    Wulf Community Admin

    Thanks, didn't notice the rename of that.
     
  3. [BetterLoot] BetterLoot: Refreshed 0 containers (1 destroyed

    0 containers? Is that normal? I swear it was always 5+ before this patch. Anyone know?
     
  4. ok, after the test, it was observed that the recipes for items no droped, even if the chance to put 100%
     
  5. 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:

  6. 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.
     
  7. Wulf

    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.
     
  8. Wulf

    Wulf Community Admin

    Wulf updated BetterLoot with a new update entry:

    1.9.7

     
  9. 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:

  10. Wulf

    Wulf Community Admin

    You don't have them in there, I'd recommend deleting the config and letting the plugin create a new one.
     
  11. Will do.
    [DOUBLEPOST=1438993992][/DOUBLEPOST]Ah yup they are in there now...just updated with the most recent release...thank you!
     
  12. 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:

  13. If you want to remove fragments from the trash, then change the value to a
    Code:
    private Regex barrelEx = new Regex(@"loot-barrel|trash");
    But then the server will not dropped fragments and default recept
     
  14. with fresh install, we're not getting any frags, pages, etc from the loot drops. :(
     
  15. 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.
     
  16. Same thing happened to me I had to remove it and blueprint fragments dropped normally
     
  17. 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
  18. 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?
     
  19. 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 :

    Code:
            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;
            }
    The plugin don't miss any of barrels and crates
     
    Last edited by a moderator: Aug 8, 2015
  20. 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