Changeset 9 for trunk/src/trinitycore

Show
Ignore:
Timestamp:
11/19/08 13:22:41 (17 years ago)
Author:
yumileroy
Message:

[svn] -enabled instantiated battlegrounds
-enabled arena matches
-rewritten battleground queuing to support joining as group
-removed queue announcements

Original author: w12x
Date: 2008-10-05 08:48:32-05:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/trinitycore/trinitycore.conf.dist

    r2 r9  
    438438#                 0 (false) 
    439439# 
    440 #    Battleground.QueueAnnouncer.Enable 
    441 #        Enable queue announcer posting to chat 
    442 #        Default: 1 (true) 
    443 #                 0 (false) 
    444 # 
    445 #    Battleground.QueueAnnouncer.PlayerOnly 
    446 #        Enable queue announcer posting to chat 
    447 #        Default: 0 (false) 
    448 #                 1 (true) 
    449 # 
    450440#    CastUnstuck 
    451441#        Allow cast or not Unstuck spell at .start or client Help option use 
     
    538528ActivateWeather = 1 
    539529Battleground.CastDeserter = 1 
    540 Battleground.QueueAnnouncer.Enable = 1 
    541 Battleground.QueueAnnouncer.PlayerOnly = 0 
    542530CastUnstuck = 1 
    543531Instance.IgnoreLevel = 0 
     
    10261014Ra.MinLevel = 3 
    10271015Ra.Secure = 1 
     1016 
     1017################################################################################################################### 
     1018# 
     1019# Rated arena matches config 
     1020# 
     1021# MaxRatingDifference: the maximum rating difference between two groups in rated matches 
     1022#             Default: 0 (disable, rating difference is discarded)   
     1023# 
     1024# RatingDiscardTimer: after the specified milliseconds has passed,  
     1025#                     rating information will be discarded when selecting teams for matches 
     1026#                     also initiates an update by this timer 
     1027#             Default: 60000 
     1028# 
     1029# AutoDistributePoints: set if arena points should be distributed automatically, or by GM command 
     1030#             Default: 0 (disable) (recommended): use gm command or sql query to distribute the points 
     1031#                      1 (enable): arena points are distributed automatically 
     1032# 
     1033# AutoDistributeInterval: how often should the distribution take place  
     1034#                         if automatic distribution is enabled 
     1035#                         in days 
     1036#             Default: 7 (weekly) 
     1037# 
     1038################################################################################################################### 
     1039 
     1040Arena.MaxRatingDifference = 0 
     1041Arena.RatingDiscardTimer = 60000 
     1042Arena.AutoDistributePoints = 0 
     1043Arena.AutoDistributeInterval = 7 
     1044 
     1045################################################################################################################### 
     1046# 
     1047# Battleground config 
     1048# 
     1049# PrematureFinishTimer: the time to end the bg if there are less than minplayersperteam on one side 
     1050#                       in milliseconds, 0 - disabled 
     1051#              Default: 0  
     1052# 
     1053################################################################################################################### 
     1054 
     1055BattleGround.PrematureFinishTimer = 0