Fujikura updated BetterLoot with a new update entry:
2.8.0
BetterLoot
Moved
Total Downloads: 42,667 - First Release: Feb 26, 2015 - Last Update: Mar 20, 2018
- 4.95699/5, 93 likes
-
When you will fix an issue with that line?
-
Its not an issue...
...Its more like "currently
not supported" in that way. -
[Oxide] 23:04 [Error] [BetterLoot] OnTick scheduled update failed: Array index is out of range.
-
Which other messages are returned by BetterLoot....and is it recurring? And did you try again with a clean config?
-
this message respawn one time when start the server all time
-
Does the plugin reload work after server is started? or same result?
-
when write in console oxide.reload BetterLoot i have same problem
-
which map, size and seed are you running? And are you on latest plugin version?
-
size 4000, seed 12345, yes, i have latest version
-
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. -
I've tried that hint, but had no luck to produce an error...
-
ok, FIXED! thanks jack
-
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
}
}, -
Did you check if it exists in the LootTable.json in "data/BetterLoot"?
-
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, -
Correct. In the loottable its called the droplimit, the maximum (between 1-max) it can spawn per item.
-
So from the sounds of everything it should be working right? Not sure what else it could be.
-
I'll test it on my dev-machine...but i'm sure, i did test it already succesfully.
-
Sounds good, I may downgrade a version or two and see if theres any change as well. Thanks.