forked from 2009Scape/Server
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.
This commit is contained in:
parent
ee11daa0be
commit
440f8ce3ac
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue