diff options
| author | w12x <none@none> | 2008-10-05 08:48:32 -0500 |
|---|---|---|
| committer | w12x <none@none> | 2008-10-05 08:48:32 -0500 |
| commit | 6f0c3469a63c97eef57f36f1a39fed0b281b7cc9 (patch) | |
| tree | 7089d31e4493160bed067ac9da519841704b230a /src/trinitycore | |
| parent | 8b3fcc37c624c3ee4808d63160f563c070950cb4 (diff) | |
[svn] -enabled instantiated battlegrounds
-enabled arena matches
-rewritten battleground queuing to support joining as group
-removed queue announcements
--HG--
branch : trunk
Diffstat (limited to 'src/trinitycore')
| -rw-r--r-- | src/trinitycore/trinitycore.conf.dist | 52 |
1 files changed, 40 insertions, 12 deletions
diff --git a/src/trinitycore/trinitycore.conf.dist b/src/trinitycore/trinitycore.conf.dist index 17678bee08d..45002de76aa 100644 --- a/src/trinitycore/trinitycore.conf.dist +++ b/src/trinitycore/trinitycore.conf.dist @@ -437,16 +437,6 @@ LogColors = "" # Default: 1 (true) # 0 (false) # -# Battleground.QueueAnnouncer.Enable -# Enable queue announcer posting to chat -# Default: 1 (true) -# 0 (false) -# -# Battleground.QueueAnnouncer.PlayerOnly -# Enable queue announcer posting to chat -# Default: 0 (false) -# 1 (true) -# # CastUnstuck # Allow cast or not Unstuck spell at .start or client Help option use # Default: 1 (true) @@ -537,8 +527,6 @@ MaxArenaPoints = 5000 StartPlayerLevel = 1 ActivateWeather = 1 Battleground.CastDeserter = 1 -Battleground.QueueAnnouncer.Enable = 1 -Battleground.QueueAnnouncer.PlayerOnly = 0 CastUnstuck = 1 Instance.IgnoreLevel = 0 Instance.IgnoreRaid = 0 @@ -1025,3 +1013,43 @@ Ra.IP = 0.0.0.0 Ra.Port = 3443 Ra.MinLevel = 3 Ra.Secure = 1 + +################################################################################################################### +# +# Rated arena matches config +# +# MaxRatingDifference: the maximum rating difference between two groups in rated matches +# Default: 0 (disable, rating difference is discarded) +# +# RatingDiscardTimer: after the specified milliseconds has passed, +# rating information will be discarded when selecting teams for matches +# also initiates an update by this timer +# Default: 60000 +# +# AutoDistributePoints: set if arena points should be distributed automatically, or by GM command +# Default: 0 (disable) (recommended): use gm command or sql query to distribute the points +# 1 (enable): arena points are distributed automatically +# +# AutoDistributeInterval: how often should the distribution take place +# if automatic distribution is enabled +# in days +# Default: 7 (weekly) +# +################################################################################################################### + +Arena.MaxRatingDifference = 0 +Arena.RatingDiscardTimer = 60000 +Arena.AutoDistributePoints = 0 +Arena.AutoDistributeInterval = 7 + +################################################################################################################### +# +# Battleground config +# +# PrematureFinishTimer: the time to end the bg if there are less than minplayersperteam on one side +# in milliseconds, 0 - disabled +# Default: 0 +# +################################################################################################################### + +BattleGround.PrematureFinishTimer = 0 |
