BetterLoot

Moved

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

4.95699/5, 93 likes
  1. Fujikura updated BetterLoot with a new update entry:

    2.8.0

     
  2. When you will fix an issue with that line?
     
  3. Its not an issue... ;)...Its more like "currently not supported" in that way.
     
  4. [Oxide] 23:04 [Error] [BetterLoot] OnTick scheduled update failed: Array index is out of range.
     
  5. Which other messages are returned by BetterLoot....and is it recurring? And did you try again with a clean config?
     
  6. this message respawn one time when start the server all time
     
  7. Does the plugin reload work after server is started? or same result?
     
  8. when write in console oxide.reload BetterLoot i have same problem
     
  9. which map, size and seed are you running? And are you on latest plugin version?
     
  10. size 4000, seed 12345, yes, i have latest version
     
  11. i think it comes from rarity you have set...before was from 0 to 4 now:

    0 = "common"
    1 = "uncommon"
    2 = "rare"
    3 = "very rare"
    the error comes you set higher as 3.
     
  12. I've tried that hint, but had no luck to produce an error...
     
  13. ok, FIXED! thanks jack
     
  14. Hey all - fantastic plugin - however Im having issues with the rarity overrides. I can't seem to get them to work. Running latest version 2.8.0. For instance I have the rarity config set as below, and base rarity set to 2. No matter what I se the Lr300 or AK to, they dont seem to spawn. Not sure what Im doing wrong with this? Thanks in advanced.

    "RarityIndex": {
    "ItemOverrides": {
    "autoturret": 3,
    "cctv.camera": 3,
    "lmg.m249": 3,
    "targeting.computer": 3,
    "rifle.bolt": 1,
    "rifle.lr300": 1,
    "rifle.ak": 1
    }
    },
     
  15. Did you check if it exists in the LootTable.json in "data/BetterLoot"?
     
  16. Yup, my loot table is stripped down from the junk, and I have these guys below in there (as well as ammo ect.) If I understand this right, on this file the number represents the stack size, not the rarity level?
    "rifle.ak": 3,
    "rifle.lr300": 2,
     
  17. Correct. In the loottable its called the droplimit, the maximum (between 1-max) it can spawn per item.
     
  18. So from the sounds of everything it should be working right? Not sure what else it could be.
     
  19. I'll test it on my dev-machine...but i'm sure, i did test it already succesfully.
     
  20. Sounds good, I may downgrade a version or two and see if theres any change as well. Thanks.