diff --git a/config.lua b/config.lua index be07503..5ee7d7d 100644 --- a/config.lua +++ b/config.lua @@ -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" diff --git a/data/XML/stages.xml b/data/XML/stages.xml index 575c4dd..7bbf9e2 100644 --- a/data/XML/stages.xml +++ b/data/XML/stages.xml @@ -1,10 +1,13 @@ - - - - - - + + + + + + + + + \ No newline at end of file