Crates not working
100% crates just means, anytime you do catch a fish, it should always be a crate as well. 100% does not mean every time you cast, you pull up a crate.
But i tried it with default config and no other plugins that might interfere with loot spawn. and it works well for me. I will test with some common loot spawn plugins and such and see as well.
what other plugins are you guys using as well?
Merged post
as this was a issue before, i double checked with latest update i did a few days ago. Both casting and spear/bow fishing pull up loot crates correctly.
just remember, you have to catch "something" to have a chance that "something" is a loot box :)
Lines 4 and 7 in the config file are the same...
"Global - Enable Random Item Condition Loss when Spear/Bow Fishing ? ": false,Lline 45 in the plugin cs file...[JsonProperty(PropertyName = "Global - Enable Random Item Condition Loss when Spear/Bow Fishing ? ")] public bool enableRandomLootBox { get; set; }You can see that the description says it's for item condition loss but the value is being assigned to the flag for enabling loot boxes. Right below that you can see that the same config value is being loaded again and properly used for condition loss.
For those wanting to fix this on their own until an official update is released simply change the name of the config value in both the config file (line 4) and the cs file (line 47)...
From:
"Global - Enable Random Item Condition Loss when Spear/Bow Fishing ? "To:
"Global - Enable Random Loot Boxes ? "Hope this helps.
BTW, love the plugin. :)
well. thats doesnt look right :(
ill check it out and see. ty for noting that.