aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorLiberate <none@none>2010-09-10 23:08:49 +0200
committerLiberate <none@none>2010-09-10 23:08:49 +0200
commit50a90522f9c6145e94d3c268e4355ea14c58061e (patch)
tree2528c91945c6f1be0524ddc707cfb1a46dc574a0 /src/server/worldserver
parent320929ff40a42bfd2bbd1f83c4ff9fa1ea7563a3 (diff)
Core/Arena: Fixes the Config option for the start rating of personal rating.
Add a Config option for the start rating of matchmaker rating. Personal rating now resets when joining a new team. Fixes the strange behaviour Personal rating gain/loss can have opposing to team rating, by using a better way of calculating the personal rating gain. Fixes issue #3871 Fixes issue #3847 Fixes issue #3843 Fixes issue #3839 --HG-- branch : trunk
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 4b6e435db4a..5ca4bf7a53e 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -1839,6 +1839,10 @@ Battleground.Random.ResetHour = 6
# Start personal rating on entry in team
# Default: 0
#
+# Arena.StartMatchmakerRating
+# Start matchmaker rating for players
+# Default: 1500
+#
###############################################################################
Arena.MaxRatingDifference = 150
@@ -1851,6 +1855,7 @@ Arena.ArenaSeason.ID = 1
Arena.ArenaSeason.InProgress = 1
Arena.ArenaStartRating = 0
Arena.ArenaStartPersonalRating = 0
+Arena.ArenaStartMatchmakerRating = 1500
###############################################################################
# NETWORK CONFIG