Use PropertiesParser for reading configurations.

This commit is contained in:
MobiusDevelopment
2020-02-19 12:13:21 +00:00
parent faa853de6b
commit dfddf3f519
25 changed files with 2279 additions and 2507 deletions

View File

@@ -18,7 +18,7 @@ ChampionMaxLevel = 70
ChampionHp = 8
# Hp Regen Multiplier.
ChampionRegenHp = 1.
ChampionHpRegen = 1.
# Rewards multiplier.
ChampionRewards = 8

View File

@@ -5,6 +5,7 @@
# ----------------------------------------
# Teleport Function price
# ----------------------------------------
ClanHallTeleportFunctionFeeRation = 86400000
# 1st level
ClanHallTeleportFunctionFeeLvl1 = 7000
# 2nd level
@@ -19,6 +20,7 @@ ClanHallTeleportFunctionFeeLvl2 = 14000
# -------------------------------------------
# Support magic buff price
# -------------------------------------------
ClanHallSupportFunctionFeeRation = 86400000
# 1st level
ClanHallSupportFeeLvl1 = 17500
# 2nd level
@@ -39,6 +41,7 @@ ClanHallSupportFeeLvl8 = 364000
# ---------------------------------------
# MpRegeneration price
# ---------------------------------------
ClanHallMpRegenerationFunctionFeeRation = 86400000
# 5% MpRegeneration
ClanHallMpRegenerationFeeLvl1 = 14000
# 10% MpRegeneration
@@ -53,6 +56,7 @@ ClanHallMpRegenerationFeeLvl5 = 140000
# --------------------------------------
# HpRegeneration price
# --------------------------------------
ClanHallHpRegenerationFunctionFeeRation = 86400000
# 20% HpRegeneration
ClanHallHpRegenerationFeeLvl1 = 4900
# 40% HpRegeneration
@@ -83,6 +87,7 @@ ClanHallHpRegenerationFeeLvl13 = 36166
# ----------------------------------------
# ExpRegeneration price
# ----------------------------------------
ClanHallExpRegenerationFunctionFeeRation = 86400000
# 5% ExpRegeneration
ClanHallExpRegenerationFeeLvl1 = 21000
# 10% ExpRegeneration
@@ -101,6 +106,7 @@ ClanHallExpRegenerationFeeLvl7 = 210000
# --------------------------------------
# Creation item function
# --------------------------------------
ClanHallItemCreationFunctionFeeRation = 86400000
# Time after count of Item is restored (in Hours)
# ClanHallItemCreationFunctionTaskRestore = 24
# 1st level
@@ -115,7 +121,9 @@ ClanHallItemCreationFunctionFeeLvl3 = 980000
# --------------------------
# Need core support, need more information on functions in different
# Clan Hall in different Towns.
ClanHallCurtainFunctionFeeRation = 86400000
ClanHallCurtainFunctionFeeLvl1 = 2002
ClanHallCurtainFunctionFeeLvl2 = 2625
ClanHallFrontPlatformFunctionFeeRation = 86400000
ClanHallFrontPlatformFunctionFeeLvl1 = 3031
ClanHallFrontPlatformFunctionFeeLvl2 = 9331

View File

@@ -5,16 +5,16 @@
# ---------------------------------------------------------------------------
# Debug
# ---------------------------------------------------------------------------
# Don't load quests
# Do not load quests
AltDevNoQuests = False
# Don't load spawntable
# Do not load spawntable
AltDevNoSpawns = False
# Don't load Script's
# Do not load Scripts
AltDevNoScript = False
# Don't load RaidBoss
# Do not load RaidBoss
AltDevNoRB = False

View File

@@ -55,5 +55,4 @@ AltFestivalSecondSwarm = 720000
# Spawn Chests.
# Default: 15 minutes
AltFestivalChestspawn = 900000
AltFestivalChestSpawn = 900000

View File

@@ -141,6 +141,13 @@ FloodProtectorMoveActionPunishmentLimit = 0
FloodProtectorMoveActionPunishmentType = none
FloodProtectorMoveActionPunishmentTime = 0
# Generic Action
FloodProtectorGenericActionInterval = 5
FloodProtectorGenericActionLogFlooding = false
FloodProtectorGenericActionPunishmentLimit = 0
FloodProtectorGenericActionPunishmentType = none
FloodProtectorGenericActionPunishmentTime = 0
# Macro - attempts to Macro system
FloodProtectorMacroInterval = 8
FloodProtectorMacroLogFlooding = True