update the real sabrehaven configs

This commit is contained in:
ErikasKontenis 2020-12-01 16:01:59 +02:00
parent 114bb8005d
commit 5ce0777b1b
2 changed files with 22 additions and 19 deletions

View File

@ -1,4 +1,5 @@
-- Custom
clientVersion = 792
knightCloseAttackDamageIncreasePercent = 20
paladinRangeAttackDamageIncreasePercent = 15
-- Min/Max rate spawn is a multiplication of the map spawntime in spawns.xml Regular monster spawn time is 600. The formula would be randomValue = random(600*100, 600*200) which varies between 60s and 120s
@ -18,15 +19,15 @@ expFromPlayersLevelRange = 75
distanceWeaponsDropOnGround = false
-- Skull System
banLength = 30 * 24 * 60 * 60
banLength = 2 * 24 * 60 * 60
whiteSkullTime = 15 * 60
redSkullTime = 30 * 24 * 60 * 60
redSkullTime = 7 * 24 * 60 * 60
killsDayRedSkull = 3
killsWeekRedSkull = 5
killsMonthRedSkull = 10
killsDayBanishment = 6
killsWeekBanishment = 10
killsMonthBanishment = 20
killsWeekRedSkull = 6
killsMonthRedSkull = 99999
killsDayBanishment = 5
killsWeekBanishment = 12
killsMonthBanishment = 99999
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
@ -35,7 +36,7 @@ bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 1000
maxPlayers = 0
motd = "Welcome to Sabrehaven!"
onePlayerOnlinePerAccount = true
allowClones = false
@ -45,7 +46,6 @@ replaceKickOnLogin = true
maxPacketsPerSecond = -1
autoStackCumulatives = false
moneyRate = 1
clientVersion = 792
-- Deaths
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
@ -92,7 +92,7 @@ newbieLevelThreshold = 5
-- Rates
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
rateExp = 1
rateSkill = 5
rateSkill = 3
rateLoot = 2
rateMagic = 1
rateSpawn = 0
@ -112,7 +112,7 @@ defaultPriority = "high"
startupDatabaseOptimization = true
-- Status server information
ownerName = ""
ownerName = "Erikas"
ownerEmail = ""
url = "https://otland.net/"
location = "Sweden"
url = "https://sabrehaven.com/"
location = "Poland"

View File

@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<stages>
<config enabled="1"/>
<stage minlevel="1" maxlevel="20" multiplier="15" />
<stage minlevel="21" maxlevel="40" multiplier="12" />
<stage minlevel="41" maxlevel="60" multiplier="10" />
<stage minlevel="61" maxlevel="80" multiplier="6" />
<stage minlevel="81" maxlevel="100" multiplier="3" />
<stage minlevel="101" multiplier="2" />
<stage minlevel="1" maxlevel="10" multiplier="10" />
<stage minlevel="11" maxlevel="20" multiplier="9" />
<stage minlevel="21" maxlevel="30" multiplier="8" />
<stage minlevel="31" maxlevel="40" multiplier="7" />
<stage minlevel="41" maxlevel="50" multiplier="6" />
<stage minlevel="51" maxlevel="60" multiplier="5" />
<stage minlevel="61" maxlevel="70" multiplier="4" />
<stage minlevel="71" maxlevel="80" multiplier="3" />
<stage minlevel="81" multiplier="2" />
</stages>