Advertisement
Guest User

Untitled

a guest
Mar 9th, 2020
13,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 4.45 KB | None | 0 0
  1. Please change/add these lines manually to worldserver.conf.
  2. Make sure none of these configurations exist twice!
  3.  
  4. Changed:
  5. --------
  6. GridCleanUpDelay = 300000 -> 60000
  7. Custom.NoCastTime = 1 -> 0
  8. Custom.NoCastTime = 1 -> 0
  9.  
  10. ***********************************************
  11.  
  12. New lines:
  13. ----------
  14.  
  15. ###################################################################################################
  16. #     Tol Barad.Enable
  17. #         Description: Enable the Tol Barad battlefield.
  18. #         Default:     0 - (Disabled)
  19. #                      1 - (Enabled, Experimental as of still being in development)
  20.  
  21. Tol Barad.Enable = 0
  22.  
  23. #
  24. #     Tol Barad.PlayerMax
  25. #         Description: Maximum number of players allowed in Tol Barad.
  26. #         Default:     100
  27.  
  28. Tol Barad.PlayerMax = 100
  29.  
  30. #
  31. #     Tol Barad.PlayerMin
  32. #         Description: Minimum number of players required for Tol Barad.
  33. #         Default:     0
  34.  
  35. Tol Barad.PlayerMin = 0
  36.  
  37. #
  38. #     Tol Barad.PlayerMinLvl
  39. #         Description: Required character level for the Tol Barad battle.
  40. #         Default:     77
  41.  
  42. Tol Barad.PlayerMinLvl = 77
  43.  
  44. #
  45. #     Tol Barad.BattleTimer
  46. #         Description: Time (in minutes) for the Tol Barad battle to last.
  47. #         Default:     30
  48.  
  49. Tol Barad.BattleTimer = 30
  50.  
  51. #
  52. #     Tol Barad.NoBattleTimer
  53. #         Description: Time (in minutes) between Tol Barad battles.
  54. #         Default:     150
  55.  
  56. Tol Barad.NoBattleTimer = 150
  57. #
  58. ###################################################################################################
  59.  
  60.  
  61. ###################################################################################################
  62. # VAS AUTOBALANCE OPTIONS
  63. #
  64. #     VAS.AutoBalance.XPlayer
  65. #        Set Server to level of solo mode.
  66. #        Set to 0 to Disable VAS-SOLO Mod.
  67. #        Example: VAS.AutoBalance.XPlayer = 1 will set everything for a 1 player game.
  68. #        Default:     1
  69.  
  70. VAS.AutoBalance.XPlayer = 1
  71.  
  72. #
  73. #     VAS.AutoBalance.AutoInstance
  74. #        Set instances to Auto chance XPlayer depending on players in it.
  75. #        Default:     1 (1 = ON, 0 = OFF)
  76.  
  77. VAS.AutoBalance.AutoInstance = 1
  78.  
  79. #
  80. #     VAS.AutoBalance.Debug
  81. #        0 = None
  82. #        1 = Errors Only
  83. #        2 = Errors and Basic Information
  84. #        3 = All VAS Info
  85. #        Default:     1
  86.  
  87. VAS.AutoBalance.Debug = 2
  88.  
  89. #
  90. #     VAS.AutoBalance.PlayerChangeNotify
  91. #        Set Auto Notifications to all players in Instance that player count has changed.
  92. #        Default:     1 (1 = ON, 0 = OFF)
  93.  
  94. VAS.AutoBalance.PlayerChangeNotify = 1
  95.  
  96. #
  97. #     VAS.AutoBalance.Color
  98. #        In Game Color for mod information in chat window.
  99. #        Default:     cffFF8000 (Orange)
  100.  
  101. VAS.AutoBalance.Color = cffFF8000
  102.  
  103. #
  104. #     Min.HP.Mod
  105. #        Minimum Modifier setting for Health Modification
  106. #        Default:     0.20
  107.  
  108. Min.HP.Mod = 0.20
  109.  
  110. #
  111. #     Min.D.Mod
  112. #        Minimum Modifier setting for Damage Modification
  113. #        Default:     0.10
  114.  
  115. Min.D.Mod = 0.10
  116.  
  117. #
  118. #     VAS.AutoBalance.XX.Name
  119. #        Sets MobIDs for the group they belong to.
  120. #        All 5 Man Mobs should go in VAS.AutoBalance.5.Name
  121. #        All 10 Man Mobs should go in VAS.AutoBalance.10.Name etc.
  122.  
  123. VAS.AutoBalance.40.Name = "11583,16441,30057,13020,15589,14435,18192,14889,14888,14887,14890,15302,15818,15742,15741,15740,18338"
  124. VAS.AutoBalance.25.Name = "22997,21966,21965,21964,21806,21215,21845,19728,12397,17711,18256,18192,"
  125. VAS.AutoBalance.10.Name = "15689,15550,16152,17521,17225,16028,29324,31099"
  126. VAS.AutoBalance.5.Name = "15203,15204,15205,15305,6109,26801,30508,26799,30495,26803,30497,27859,27249"
  127. VAS.AutoBalance.2.Name = "25549,24558,25574,24559,25556,25557,25578,24561,25555,24555,25541,24553,25550,24554,24552,25564,15931,29373"
  128.  
  129. #
  130. ###################################################################################################
  131.  
  132. ###################################################################################################
  133. #Legion Invasions    #
  134. ######################
  135. #
  136. #   Addition.Dalaran.Invasion
  137. #
  138. #        Description: Disable or Enable the Dalaran Invasion Custom Scenario
  139. #
  140. #        Default:     0 (disabled)
  141. #                     1 (enabled)
  142. #
  143.  
  144. Custom.Dalaran.Invasion = 0
  145.  
  146. #        Description: Disable or Enable the Barrens and Westfall Invasions
  147. #
  148. #        Default:     0 (disabled)
  149. #                     1 (enabled)
  150. #
  151.  
  152. Custom.BarrensWestfall.Invasion = 0
  153.  
  154. #
  155. ###################################################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement