BetterLoot

Moved

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

4.95699/5, 93 likes
  1. So if i include the items that arent spawning into loot overide they should spawn..?
     
  2. Fujikura updated BetterLoot with a new update entry:

    2.6.5

     
  3. Do i add it in item overide or add each item in config like the lmg is under the heli bracket?
     
  4. This option under Heli is obsolete...
     
  5. thank you.
     
    Last edited by a moderator: Aug 31, 2016
  6. It seems whenever i edit the config and then restart my server the whole plugin stops working? is this a known fault?

    the only message i receive on better loot after its loaded is...
    [BetterLoot] Updating T-'3' Ticks

    I tried deleting the folders and re-downloading the mod like last time and reloading the loot but it isnt working, same for the chat command...

    is there any helpful tips on this or is the only oprion to keep deleting and reinstalling the mod until it works?
     
  7. Code:
    at System.Collections.Generic.Dictionary`2[SpawnPopulation,System.Int32].ContainsKey (.SpawnPopulation key) [0x00000] in :0
    at SpawnHandler.RemoveInstance (.Spawnable spawnable) [0x00000] in :0
    at Spawnable.Remove () [0x00000] in :0
    at Spawnable.OnDisable () [0x00000] in :0
    UnityEngine.GameObject:SetActive(Boolean)
    Oxide.Plugins.RAController:FixedUpdate()
    ArgumentNullException: Argument cannot be null.
    Parameter name: key
    Is this normal? I malgrès my config is still no weapons in my lootable box and barrel etc
     
  8. Not BetterLoot related..BetterLoot does not touch any SpawnPopulation things.
    [DOUBLEPOST=1472650374][/DOUBLEPOST]
    In 98% its running like expected, also after restart...
     
  9. Okay I think that it was the body of your reponsse spawns thank you ^^
     
  10. hi, sry got a problem, i put items in blacklist, players still loot them, i set true to enforceblacklist and they still have this items, why ?
    what am i doing wrong ?
     
  11. Sorry if I am blind and couldn't notice this but is there a way to change the spawn rate of a specific item like C4?
     
  12. You are not blind...The plugin does not support such use-cases.
     
  13. Well I guess you have a suggestion, can this is possibly be added?
     
  14. Sure it would be possible...
    But the extravagant expenses needed to realize it with the current code could be equally used to write a complete new Plugin of this kind :p
     
  15. Is there a way to modify the spawn rate of rare items as a whole then how /loot shows the percentage of rare items spawning?
     
  16. This config part could be used to change rarity's of all items... The values reach from 0 to 3(very rare)

    Code:
      "RarityIndex": {
        "ItemOverrides": {
          "autoturret": 3,
          "box.wooden": 0,
          "crude.oil": 1,
          "fat.animal": 0,
          "furnace": 0,
          "hq.metal.ore": 0,
          "lmg.m249": 3,
          "metal.fragments": 1,
          "metal.refined": 3,
          "mining.quarry": 2,
          "researchpaper": 0,
          "rifle.lr300": 2,
          "spikes.floor": 1,
          "stash.small": 0,
          "target.reactive": 1,
          "targeting.computer": 2,
          "trap.bear": 1,
          "trap.landmine": 2,
          "water.catcher.large": 1,
          "water.catcher.small": 1
        }
      },
     
  17. Wait where is this located? Couldn't find it anywhere.
     
  18. In the config file, BetterLoot.json.
     
  19. Thank you. Was behind 2 versions, sorry about that but thank you for the help.
     
  20. Are the items in the actual blacklist.json itself? (found in \server\streamline\oxide\data\BetterLoot\)
    I had a similar issue and then just decided to add the items into the .json instead.