-
Posts
445 -
Joined
-
Days Won
2
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Swedish Chef
-
i guess either really, i was thinking of it from the point of "ive got the good loot items appearing as much as i want for this tier, but the boxes are a tad too empty. maybe i can stop some stuff appearing in the fridge so it will bulk the boxes up.. i just chose the things that were less foody (seeds, clones, berries)" i think i was staring at the tool cupboard blacklist.. so i just starting thinking along those lines. i think maybe blacklist would be less work for a user.. rust has already determined what is fridge-able edit.. i was wanting all the items i can get because ive culled all the not appropriate items for that tier from the loot table, and ive already cut down the number of boxes to suit
-
No refresh is happening when the Custom time for wipe cooldown happens default config, then only changed what is below " Wipe Cooldown": { "» Enabled": true, "» Days after wipe": 0, "» Custom (dd-MM-yy HH:mm)": "01-03-21 15:25" it should have fallen into " Monday": { "» All day raid": true, But nothing happened.
- 253 comments
-
- 1
-
-
- 253 comments
-
- 27 comments
-
- 253 comments
-
I did that first but the gui bar was always counting down to the time in the schedule, and chat always say ...blah... 4pm, so i removed the schedules like your example, and thats where the exceptions for being empty happened. Its working now so im not going to redo. Thanks for creating the plugin, its exactly what i wanted.
- 253 comments
-
im getting the wrong message back when shooting a wall, im getting the FinishTodayMessage, instead of the AlertMessage. i was having trouble, im sure its just configured wrong. im trying to get a noraid at all until day 12 then no protection. (im 2 week wipe) is there a simple way that im missing? cheers edit: when i delete the schedule times out, like your example "» Schedules": [] i get (03:34:47) | ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index (03:34:47) | ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index im sure both these problems are related.. edit: i fixed the 2 execptions by addin this as my whole day schedule "» Schedules": [ { "» Start": "00:00", "» End": "12:00" }, { "» Start": "12:00", "» End": "00:00" } ] i didnt want 00:00 to 00:00 (because cause not sure if thats technically the "to and from" or the "to and to" ) and i didnt want 1 minute without protection. 00:00 to 23.59 edit: im getting the right message back now. ill leave this post CRaidController.json
- 253 comments
-
- 253 comments