introduce CORPSE_OWNER_ENABLED config option

This commit is contained in:
ErikasKontenis
2021-04-07 22:40:51 +03:00
parent bf80fa8919
commit 32e076647c
5 changed files with 18 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ 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
minRateSpawn = 100
maxRateSpawn = 200
corpseOwnerEnabled = false
-- Combat settings
-- NOTE: valid values for worldType are: "pvp", "no-pvp" and "pvp-enforced"