config updates before going to production

This commit is contained in:
ErikasKontenis 2020-01-24 19:21:29 +02:00
parent aa779bbdd9
commit f301b33254
5 changed files with 25 additions and 21 deletions

View File

@ -10,15 +10,15 @@ experienceByKillingPlayers = false
expFromPlayersLevelRange = 75 expFromPlayersLevelRange = 75
-- Skull System -- Skull System
banLength = 30 * 24 * 60 * 60 banLength = 1 * 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 = 999
killsMonthRedSkull = 10 killsMonthRedSkull = 999
killsDayBanishment = 6 killsDayBanishment = 6
killsWeekBanishment = 10 killsWeekBanishment = 999
killsMonthBanishment = 20 killsMonthBanishment = 999
-- Connection Config -- Connection Config
-- NOTE: maxPlayers set to 0 means no limit -- NOTE: maxPlayers set to 0 means no limit
@ -42,7 +42,7 @@ moneyRate = 1
-- NOTE: Leave deathLosePercent as -1 if you want to use the default -- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For -- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0. -- no skill/experience loss, set it to 0.
deathLosePercent = -1 deathLosePercent = 10
-- Houses -- Houses
houseRentPeriod = "monthly" houseRentPeriod = "monthly"
@ -83,9 +83,9 @@ 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 = 25 rateSkill = 5
rateLoot = 5 rateLoot = 1
rateMagic = 15 rateMagic = 2
rateSpawn = 0 rateSpawn = 0
-- Monsters -- Monsters

View File

@ -10,13 +10,13 @@ experienceByKillingPlayers = false
expFromPlayersLevelRange = 75 expFromPlayersLevelRange = 75
-- Skull System -- Skull System
banLength = 30 * 24 * 60 * 60 banLength = 1 * 24 * 60 * 60
whiteSkullTime = 15 * 60 whiteSkullTime = 15 * 60
redSkullTime = 30 * 24 * 60 * 60 redSkullTime = 7 * 24 * 60 * 60
killsDayRedSkull = 999 killsDayRedSkull = 3
killsWeekRedSkull = 999 killsWeekRedSkull = 999
killsMonthRedSkull = 999 killsMonthRedSkull = 999
killsDayBanishment = 999 killsDayBanishment = 6
killsWeekBanishment = 999 killsWeekBanishment = 999
killsMonthBanishment = 999 killsMonthBanishment = 999
@ -42,7 +42,7 @@ moneyRate = 1
-- NOTE: Leave deathLosePercent as -1 if you want to use the default -- NOTE: Leave deathLosePercent as -1 if you want to use the default
-- death penalty formula. For the old formula, set it to 10. For -- death penalty formula. For the old formula, set it to 10. For
-- no skill/experience loss, set it to 0. -- no skill/experience loss, set it to 0.
deathLosePercent = -1 deathLosePercent = 10
-- Houses -- Houses
houseRentPeriod = "monthly" houseRentPeriod = "monthly"
@ -83,9 +83,9 @@ 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 = 25 rateSkill = 5
rateLoot = 5 rateLoot = 1
rateMagic = 15 rateMagic = 2
rateSpawn = 0 rateSpawn = 0
-- Monsters -- Monsters

View File

@ -1,6 +1,9 @@
<?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="200" multiplier="100"/> <stage minlevel="1" maxlevel="20" multiplier="10" />
<stage minlevel="201" multiplier="2"/> <stage minlevel="21" maxlevel="40" multiplier="7" />
<stage minlevel="41" maxlevel="60" multiplier="5" />
<stage minlevel="61" maxlevel="80" multiplier="3" />
<stage minlevel="81" multiplier="2" />
</stages> </stages>

View File

@ -227,6 +227,7 @@
<action itemid="4873" script="misc/chests.lua" /> <action itemid="4873" script="misc/chests.lua" />
<action itemid="5730" script="misc/chests.lua" /> <action itemid="5730" script="misc/chests.lua" />
<action itemid="5742" script="misc/chests.lua" /> <action itemid="5742" script="misc/chests.lua" />
<action itemid="5775" script="misc/chests.lua" />
<!-- Fluids --> <!-- Fluids -->
<action itemid="2524" script="misc/fluids.lua" /> <action itemid="2524" script="misc/fluids.lua" />

Binary file not shown.