mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-19 01:29:21 +02:00
update the real sabrehaven configs
This commit is contained in:
parent
114bb8005d
commit
5ce0777b1b
26
config.lua
26
config.lua
@ -1,4 +1,5 @@
|
|||||||
-- Custom
|
-- Custom
|
||||||
|
clientVersion = 792
|
||||||
knightCloseAttackDamageIncreasePercent = 20
|
knightCloseAttackDamageIncreasePercent = 20
|
||||||
paladinRangeAttackDamageIncreasePercent = 15
|
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
|
-- 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
|
distanceWeaponsDropOnGround = false
|
||||||
|
|
||||||
-- Skull System
|
-- Skull System
|
||||||
banLength = 30 * 24 * 60 * 60
|
banLength = 2 * 24 * 60 * 60
|
||||||
whiteSkullTime = 15 * 60
|
whiteSkullTime = 15 * 60
|
||||||
redSkullTime = 30 * 24 * 60 * 60
|
redSkullTime = 7 * 24 * 60 * 60
|
||||||
killsDayRedSkull = 3
|
killsDayRedSkull = 3
|
||||||
killsWeekRedSkull = 5
|
killsWeekRedSkull = 6
|
||||||
killsMonthRedSkull = 10
|
killsMonthRedSkull = 99999
|
||||||
killsDayBanishment = 6
|
killsDayBanishment = 5
|
||||||
killsWeekBanishment = 10
|
killsWeekBanishment = 12
|
||||||
killsMonthBanishment = 20
|
killsMonthBanishment = 99999
|
||||||
|
|
||||||
-- Connection Config
|
-- Connection Config
|
||||||
-- NOTE: maxPlayers set to 0 means no limit
|
-- NOTE: maxPlayers set to 0 means no limit
|
||||||
@ -35,7 +36,7 @@ bindOnlyGlobalAddress = false
|
|||||||
loginProtocolPort = 7171
|
loginProtocolPort = 7171
|
||||||
gameProtocolPort = 7172
|
gameProtocolPort = 7172
|
||||||
statusProtocolPort = 7171
|
statusProtocolPort = 7171
|
||||||
maxPlayers = 1000
|
maxPlayers = 0
|
||||||
motd = "Welcome to Sabrehaven!"
|
motd = "Welcome to Sabrehaven!"
|
||||||
onePlayerOnlinePerAccount = true
|
onePlayerOnlinePerAccount = true
|
||||||
allowClones = false
|
allowClones = false
|
||||||
@ -45,7 +46,6 @@ replaceKickOnLogin = true
|
|||||||
maxPacketsPerSecond = -1
|
maxPacketsPerSecond = -1
|
||||||
autoStackCumulatives = false
|
autoStackCumulatives = false
|
||||||
moneyRate = 1
|
moneyRate = 1
|
||||||
clientVersion = 792
|
|
||||||
|
|
||||||
-- Deaths
|
-- Deaths
|
||||||
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
|
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
|
||||||
@ -92,7 +92,7 @@ newbieLevelThreshold = 5
|
|||||||
-- Rates
|
-- Rates
|
||||||
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
|
-- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml
|
||||||
rateExp = 1
|
rateExp = 1
|
||||||
rateSkill = 5
|
rateSkill = 3
|
||||||
rateLoot = 2
|
rateLoot = 2
|
||||||
rateMagic = 1
|
rateMagic = 1
|
||||||
rateSpawn = 0
|
rateSpawn = 0
|
||||||
@ -112,7 +112,7 @@ defaultPriority = "high"
|
|||||||
startupDatabaseOptimization = true
|
startupDatabaseOptimization = true
|
||||||
|
|
||||||
-- Status server information
|
-- Status server information
|
||||||
ownerName = ""
|
ownerName = "Erikas"
|
||||||
ownerEmail = ""
|
ownerEmail = ""
|
||||||
url = "https://otland.net/"
|
url = "https://sabrehaven.com/"
|
||||||
location = "Sweden"
|
location = "Poland"
|
||||||
|
@ -1,10 +1,13 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<stages>
|
<stages>
|
||||||
<config enabled="1"/>
|
<config enabled="1"/>
|
||||||
<stage minlevel="1" maxlevel="20" multiplier="15" />
|
<stage minlevel="1" maxlevel="10" multiplier="10" />
|
||||||
<stage minlevel="21" maxlevel="40" multiplier="12" />
|
<stage minlevel="11" maxlevel="20" multiplier="9" />
|
||||||
<stage minlevel="41" maxlevel="60" multiplier="10" />
|
<stage minlevel="21" maxlevel="30" multiplier="8" />
|
||||||
<stage minlevel="61" maxlevel="80" multiplier="6" />
|
<stage minlevel="31" maxlevel="40" multiplier="7" />
|
||||||
<stage minlevel="81" maxlevel="100" multiplier="3" />
|
<stage minlevel="41" maxlevel="50" multiplier="6" />
|
||||||
<stage minlevel="101" multiplier="2" />
|
<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>
|
</stages>
|
Loading…
x
Reference in New Issue
Block a user