Skip to content

Commit 8481c34

Browse files
committed
A bit last minute, innit?
1 parent 8b44b95 commit 8481c34

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

server/preservation.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ world:
1818
want_custom_walking_speed: false # Do we want to enable custom walking speed?
1919
idle_timer: 300000 # 5 minute player idle alert, 0 disables
2020
auto_save: 120000 # 120 second autosave interval
21-
client_version: 10009
21+
client_version: 10010
2222
enforce_custom_client_version: false
2323
server_port: 43596 # MODIFIED
2424
ws_server_port: 43496 # MODIFIED

server/rsccabbage.conf

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ world:
1515
want_custom_walking_speed: false # Do we want to enable custom walking speed?
1616
idle_timer: 600000 # MODIFIED 10 minute player idle alert, 0 disables
1717
auto_save: 30000 # 30 second autosave interval
18-
client_version: 10009
18+
client_version: 10010
1919
enforce_custom_client_version: false
2020
server_port: 43595 # MODIFIED
2121
ws_server_port: 43495 # MODIFIED
@@ -306,12 +306,16 @@ custom_quest_and_minigame:
306306
want_barter_wormbrains: true # MODIFIED
307307
locked_post_quest_regions_accessible: true # MODIFIED
308308
can_retrieve_post_quest_items: true # MODIFIED
309-
esters_bunnies: true # Enable/disable the Ester's Bunnies Easter event
309+
310+
esters_bunnies: false # Enable/disable the Ester's Bunnies Easter event
310311
esters_bunnies_stingy_duck: false # The duck will not give unlimited Easter Eggs if this is true
311-
mice_to_meet_you: false # Enables/disables the Mice to Meet you Halloween event.
312-
mice_to_meet_you_no_rats: false # Enables/disables Rat NPCs during the Mice to Meet you Halloween event.
312+
313+
pride_month: true # Enables Make over mage to give out the cape of inclusion in June
314+
313315
santa_gives_presents: true # Enables/disables Santa rewarding player with Presents when giving sustenance
314-
pride_month: true # Enables Make over mage to give out the cape of inclusion
315-
a_bone_to_pick: false # MODIFIED
316-
a_lumbridge_carol: false # Enables the 2023 Christmas event
317-
army_of_obscurity: false # Enables the 2024 Halloween event
316+
a_lumbridge_carol: false # Enables the 2023 Christmas event
317+
318+
mice_to_meet_you: true # Enables/disables the 2021 Mice to Meet you Halloween event.
319+
mice_to_meet_you_no_rats: false # Enables/disables Rat NPCs during the Mice to Meet you Halloween event.
320+
a_bone_to_pick: true # Enables the 2023 Halloween event
321+
army_of_obscurity: true # Enables the 2024 Halloween event

server/rsccoleslaw.conf

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,16 @@ custom_quest_and_minigame:
306306
want_barter_wormbrains: true # MODIFIED
307307
locked_post_quest_regions_accessible: true # MODIFIED
308308
can_retrieve_post_quest_items: true # MODIFIED
309-
esters_bunnies: true # Enable/disable the Ester's Bunnies Easter event
309+
310+
esters_bunnies: false # Enable/disable the Ester's Bunnies Easter event
310311
esters_bunnies_stingy_duck: true # The duck will not give unlimited Easter Eggs if this is true
311-
mice_to_meet_you: false # Enables/disables the Mice to Meet you Halloween event.
312-
mice_to_meet_you_no_rats: false # Enables/disables Rat NPCs during the Mice to Meet you Halloween event.
312+
313+
pride_month: true # Enables Make over mage to give out the cape of inclusion in June
314+
313315
santa_gives_presents: false # Enables/disables Santa rewarding player with Presents when giving sustenance
314-
pride_month: true # Enables Make over mage to give out the cape of inclusion
315-
a_bone_to_pick: false # MODIFIED
316-
a_lumbridge_carol: false # Enables the 2023 Christmas event
317-
army_of_obscurity: false # Enables the 2024 Halloween event
316+
a_lumbridge_carol: false # Enables the 2023 Christmas event
317+
318+
mice_to_meet_you: true # Enables/disables the 2021 Mice to Meet you Halloween event.
319+
mice_to_meet_you_no_rats: false # Enables/disables Rat NPCs during the Mice to Meet you Halloween event.
320+
a_bone_to_pick: true # Enables the 2023 Halloween event
321+
army_of_obscurity: true # Enables the 2024 Halloween event

0 commit comments

Comments
 (0)