From 2e7c0f087f66405147abf2e47095cfa079a0ffcf Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Feb 2024 04:20:49 +0000 Subject: [PATCH] Update SP to tag Nov-11-2023 --- game/worldprops/default.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/game/worldprops/default.conf b/game/worldprops/default.conf index f764e58..5e49186 100644 --- a/game/worldprops/default.conf +++ b/game/worldprops/default.conf @@ -4,7 +4,7 @@ #"detailed" - FINE logs are hidden, which is generally bulk/debug info. #"cautious" - FINE, INFO logs are hidden, meaning this level only shows warnings and errors. #"silent" - FINE, INFO, WARN logs are hidden, meaning this level only shows errors. -log_level = "verbose" +log_level = "silent" #Secret key - this is sent by the client during login. #Client/Server MUST match or connection is refused. secret_key = "2009scape_development" @@ -18,7 +18,7 @@ use_auth = false #NOTE: THIS MUST BE SET TO TRUE IN PRODUCTION! #true - account data (credits, playtime, etc) is persisted, false - account data is purely temporary #NOTE: this does not affect actual save data, like stats, inventory, etc. persist_accounts = false #NOTE: THIS MUST BE SET TO TRUE IN PRODUCTION! -noauth_default_admin = false #NOTE: If we are not using auth, this determines whether or not players are admins by default. +noauth_default_admin = true #NOTE: If we are not using auth, this determines whether or not players are admins by default. #------------------------------------------------------------------------------------------------------ #The limit on how many different accounts a player can log into per day. daily_accounts_per_ip = 3 @@ -101,6 +101,9 @@ new_player_announcement = true holiday_event_randoms = true #force holiday randoms (can only force one at a time) force_halloween_randoms = false +force_christmas_randoms = false +# runecrafting formula revision (573 introduced probabilistic multiple runes, 581 extrapolated probabilistic runes past 99) +runecrafting_formula_revision = 581 [paths] #path to the data folder, which contains the cache subfolder and such