Battlefields: Move BF scripts out of game

Port From (https://github.com/TrinityCore/TrinityCore/commit/49523a74a4c28e5ae17f9a8352aa8224b765b7d8)
This commit is contained in:
hondacrx
2022-02-24 10:51:24 -05:00
parent 628a24923c
commit 569232c3fe
18 changed files with 763 additions and 548 deletions
+58
View File
@@ -2711,6 +2711,64 @@ Wintergrasp.NoBattleTimer = 150
Wintergrasp.CrashRestartTimer = 10
#
# TolBarad.Enable
# Description: Enable the Tol Barad battlefield.
# Default: 0 - (Disabled)
# 1 - (Enabled, Experimental as in incomplete, bugged and with crashes)
TolBarad.Enable = 0
#
# TolBarad.PlayerMax
# Description: Maximum number of players allowed in Tol Barad.
# Default: 100
TolBarad.PlayerMax = 100
#
# TolBarad.PlayerMin
# Description: Minimum number of players required for Tol Barad.
# Default: 0
TolBarad.PlayerMin = 0
#
# TolBarad.PlayerMinLvl
# Description: Required character level for the Tol Barad battle.
# Default: 85
TolBarad.PlayerMinLvl = 85
#
# TolBarad.BattleTimer
# Description: Time (in minutes) for the Tol Barad battle to last.
# Default: 15
TolBarad.BattleTimer = 15
#
# TolBarad.BonusTime
# Description: Bonus time (in minutes) for each tower destroyed in Tol Barad battle.
# Default: 5
TolBarad.BonusTime = 5
#
# TolBarad.NoBattleTimer
# Description: Time (in minutes) between TolBarad battles.
# Default: 150
TolBarad.NoBattleTimer = 150
#
# TolBarad.CrashRestartTimer
# Description: Time (in minutes) to delay the restart of TolBarad if the world server
# crashed during a running battle.
# Default: 10
TolBarad.CrashRestartTimer = 10
#
###################################################################################################