-
Posts
5,391 -
Joined
-
Last visited
-
Days Won
187
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
ok the second error is caused by the first error with the bad copypaste file
-
this is two different errors one is a broken copypaste file, so look for a bad file in oxide/data/copypaste/MichuX8.json the other is an error for the queue, which explains why it breaks! good job finding that
-
sent you a fix
-
Changed Status from Pending to Closed
-
this is being discussed in the discussion forum already closing this will DM you the same test version I gave the other person
-
Version 3.5.1
306 downloads
Everlight allows infinite light from configured objects without consuming or using any fuel resources. You can also enable no resource usage on furnaces and/or refineries by enabling them in the configuration file. "Barbeque","Camp Fire","Cursed Cauldron","Chinese Lantern","Stone Fireplace","Furnace","Large Furnace","Jack O Lantern Angry","Jack O Lantern Happy","Lantern","Skull Fire Pit","Small Oil Refinery","Tuna Can Lamp", "Hobo Barrel" Configuration The settings and options can be configured in the Everlight file under the config directory. The use of an editor and validator is recommended to avoid formatting issues and syntax errors. Credits Wulf, for the original version of this plugin **Arainrr **: Previous maintainer lukespragg: Previous maintainerFree -
ill take a look
-
ya I'm still trying but no issue yet
-
@Hawkhill np. it picks everything randomly. if you enable Always Spawn Base Loot Table then it will spawn all 44 items from the base loot table, though you don't need to set everything to 1.0. you just need to have a scaling system that consistently allows an average of 150 items to spawn so an example would be: items 1 to 100 with 1.0 probability items 101 to 125 with 0.75 probability items 126 to 175 with 0.25 probability items 176 to 199 with 0.15 probability this allows an average of 150 items to spawn
-
as I said to another person with this issue, I don't know what else to try rbe active:
-
@Hawkhill heya, this is why you are not getting enough loot. base loot table is fine, but your probability for nightmare difficulty loot table does not allow for 150 items to consistently spawn. it is going to be a random amount each time. why did 2.7.4 spawn more loot? because it ignored probability beyond the first roll. this was never intended, and probability did not work properly because of it. if you have 20 items in a loot table, and require 100 items to spawn then it should roll probability a maximum of 5 times. 100/20 = 5. it rolled once, and picked it the other 4 times ignoring probability. 2.7.8 rolls it each time, and with 150 being less than 199+47 it will roll probability one time for your nightmare loot tables. 181 items in your nightmare difficulty loot table have 25% or less probability. so you need to set the probability values to be inline with the amount of loot that you want to spawn it is very simple to change those using notepad++ with the replace all feature CTRL+H to set it to a more realistic value
-
I can't find out what it is if I can't reproduce it...
-
did you update to 2.7.8? I don't have logs of you downloading that update I can't reproduce this either I spawned a manual raid, purchased a raid, let all 8 maintained events spawn and they continue to respawn
-
ok ill check it out