diff --git a/config.lua b/config.lua index acf80c1..f68d6ee 100644 --- a/config.lua +++ b/config.lua @@ -83,9 +83,9 @@ newbieLevelThreshold = 5 -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 1 -rateSkill = 1 -rateLoot = 1 -rateMagic = 1 +rateSkill = 25 +rateLoot = 5 +rateMagic = 15 rateSpawn = 0 -- Monsters diff --git a/config.prod.lua b/config.prod.lua index 5a3c6a9..eb5a047 100644 --- a/config.prod.lua +++ b/config.prod.lua @@ -13,12 +13,12 @@ expFromPlayersLevelRange = 75 banLength = 30 * 24 * 60 * 60 whiteSkullTime = 15 * 60 redSkullTime = 30 * 24 * 60 * 60 -killsDayRedSkull = 3 -killsWeekRedSkull = 5 -killsMonthRedSkull = 10 -killsDayBanishment = 6 -killsWeekBanishment = 10 -killsMonthBanishment = 20 +killsDayRedSkull = 999 +killsWeekRedSkull = 999 +killsMonthRedSkull = 999 +killsDayBanishment = 999 +killsWeekBanishment = 999 +killsMonthBanishment = 999 -- Connection Config -- NOTE: maxPlayers set to 0 means no limit @@ -83,9 +83,9 @@ newbieLevelThreshold = 5 -- Rates -- NOTE: rateExp is not used if you have enabled stages in data/XML/stages.xml rateExp = 1 -rateSkill = 1 -rateLoot = 1 -rateMagic = 1 +rateSkill = 25 +rateLoot = 5 +rateMagic = 15 rateSpawn = 0 -- Monsters @@ -103,7 +103,7 @@ defaultPriority = "high" startupDatabaseOptimization = true -- Status server information -ownerName = "" -ownerEmail = "" -url = "https://otland.net/" -location = "Sweden" +ownerName = "Erikas" +ownerEmail = "e.kontenis@gmail.com" +url = "https://sabrehaven.com" +location = "France" diff --git a/data/XML/stages.xml b/data/XML/stages.xml index aae0474..9e42ec1 100644 --- a/data/XML/stages.xml +++ b/data/XML/stages.xml @@ -1,9 +1,6 @@ - - - - - + + \ No newline at end of file diff --git a/data/globalevents/scripts/startup.lua b/data/globalevents/scripts/startup.lua index beaa0d2..06f4ab9 100644 --- a/data/globalevents/scripts/startup.lua +++ b/data/globalevents/scripts/startup.lua @@ -70,4 +70,7 @@ function onStartup() addEvent(setBloomingGriffinclaw, 10000) end end + + -- temporary + Game.setGameState(GAME_STATE_CLOSED) end diff --git a/src/definitions.h b/src/definitions.h index 63c9e08..5aa6634 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -24,7 +24,7 @@ static constexpr auto STATUS_SERVER_NAME = "Sabrehaven"; static constexpr auto STATUS_SERVER_VERSION = "1.0"; static constexpr auto STATUS_SERVER_DEVELOPERS = "OTLand community & Sabrehaven Developers Team"; -static constexpr auto CLIENT_VERSION_MIN = 781; +static constexpr auto CLIENT_VERSION_MIN = 780; static constexpr auto CLIENT_VERSION_MAX = 781; static constexpr auto CLIENT_VERSION_STR = "7.81";