From 440f8ce3acba7fb3d20a148772b7e9186a0c752f Mon Sep 17 00:00:00 2001 From: randy Date: Wed, 20 Nov 2024 19:21:17 -0700 Subject: [PATCH] Corrected default exp rate Changing the default exp rate to anything other than 5.0 causes the new rate to override the player's selection at tutorial island. I lowered the default just to reduce the amount of exp you gain during tutorial island, but with the new scaling exp rate that's no longer required. --- Server/worldprops/default.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Server/worldprops/default.conf b/Server/worldprops/default.conf index fd25dd94c..37ca25c6c 100644 --- a/Server/worldprops/default.conf +++ b/Server/worldprops/default.conf @@ -58,7 +58,8 @@ members = true #activity as displayed on the world list activity = "SnowScape" pvp = false -default_xp_rate = 1.0 +#any default_xp_rate other than 5.0 will override player selection +default_xp_rate = 5.0 allow_slayer_reroll = false #enables a default clan for players to join automatically. Should be an account with the same name as @name, with a clan set up already. enable_default_clan = true