mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-04-29 17:19:20 +02:00
config updates before going to production
This commit is contained in:
parent
aa779bbdd9
commit
f301b33254
20
config.lua
20
config.lua
@ -10,15 +10,15 @@ experienceByKillingPlayers = false
|
||||
expFromPlayersLevelRange = 75
|
||||
|
||||
-- Skull System
|
||||
banLength = 30 * 24 * 60 * 60
|
||||
banLength = 1 * 24 * 60 * 60
|
||||
whiteSkullTime = 15 * 60
|
||||
redSkullTime = 30 * 24 * 60 * 60
|
||||
redSkullTime = 7 * 24 * 60 * 60
|
||||
killsDayRedSkull = 3
|
||||
killsWeekRedSkull = 5
|
||||
killsMonthRedSkull = 10
|
||||
killsWeekRedSkull = 999
|
||||
killsMonthRedSkull = 999
|
||||
killsDayBanishment = 6
|
||||
killsWeekBanishment = 10
|
||||
killsMonthBanishment = 20
|
||||
killsWeekBanishment = 999
|
||||
killsMonthBanishment = 999
|
||||
|
||||
-- Connection Config
|
||||
-- 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
|
||||
-- death penalty formula. For the old formula, set it to 10. For
|
||||
-- no skill/experience loss, set it to 0.
|
||||
deathLosePercent = -1
|
||||
deathLosePercent = 10
|
||||
|
||||
-- Houses
|
||||
houseRentPeriod = "monthly"
|
||||
@ -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 = 25
|
||||
rateLoot = 5
|
||||
rateMagic = 15
|
||||
rateSkill = 5
|
||||
rateLoot = 1
|
||||
rateMagic = 2
|
||||
rateSpawn = 0
|
||||
|
||||
-- Monsters
|
||||
|
@ -10,13 +10,13 @@ experienceByKillingPlayers = false
|
||||
expFromPlayersLevelRange = 75
|
||||
|
||||
-- Skull System
|
||||
banLength = 30 * 24 * 60 * 60
|
||||
banLength = 1 * 24 * 60 * 60
|
||||
whiteSkullTime = 15 * 60
|
||||
redSkullTime = 30 * 24 * 60 * 60
|
||||
killsDayRedSkull = 999
|
||||
redSkullTime = 7 * 24 * 60 * 60
|
||||
killsDayRedSkull = 3
|
||||
killsWeekRedSkull = 999
|
||||
killsMonthRedSkull = 999
|
||||
killsDayBanishment = 999
|
||||
killsDayBanishment = 6
|
||||
killsWeekBanishment = 999
|
||||
killsMonthBanishment = 999
|
||||
|
||||
@ -42,7 +42,7 @@ moneyRate = 1
|
||||
-- NOTE: Leave deathLosePercent as -1 if you want to use the default
|
||||
-- death penalty formula. For the old formula, set it to 10. For
|
||||
-- no skill/experience loss, set it to 0.
|
||||
deathLosePercent = -1
|
||||
deathLosePercent = 10
|
||||
|
||||
-- Houses
|
||||
houseRentPeriod = "monthly"
|
||||
@ -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 = 25
|
||||
rateLoot = 5
|
||||
rateMagic = 15
|
||||
rateSkill = 5
|
||||
rateLoot = 1
|
||||
rateMagic = 2
|
||||
rateSpawn = 0
|
||||
|
||||
-- Monsters
|
||||
|
@ -1,6 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<stages>
|
||||
<config enabled="1"/>
|
||||
<stage minlevel="1" maxlevel="200" multiplier="100"/>
|
||||
<stage minlevel="201" multiplier="2"/>
|
||||
<stage minlevel="1" maxlevel="20" multiplier="10" />
|
||||
<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>
|
@ -227,6 +227,7 @@
|
||||
<action itemid="4873" script="misc/chests.lua" />
|
||||
<action itemid="5730" script="misc/chests.lua" />
|
||||
<action itemid="5742" script="misc/chests.lua" />
|
||||
<action itemid="5775" script="misc/chests.lua" />
|
||||
|
||||
<!-- Fluids -->
|
||||
<action itemid="2524" script="misc/fluids.lua" />
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user