Olympiad.properties 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. # ---------------------------------------------------------------------------
  2. # Olympiad Settings
  3. # ---------------------------------------------------------------------------
  4. # The defaults are set to be retail-like.
  5. # If you modify any of these settings your server will deviate from being retail-like.
  6. # Warning:
  7. # Please take extreme caution when changing anything.
  8. # Also please understand what you are changing before you do so on a live server.
  9. # ---------------------------------------------------------------------------
  10. # Olympiad Start Time in Military hours Default 6pm (18)
  11. # Default: 18
  12. AltOlyStartTime = 18
  13. # Olympiad Start Time for Min's, Default 00 so at the start of the hour.
  14. # Default: 00
  15. AltOlyMin = 00
  16. # Maximum number of buffs.
  17. # Default: 5
  18. AltOlyMaxBuffs = 5
  19. # Olympiad Competition Period, Default 6 hours.
  20. # (If set different, should be increment by 10mins)
  21. # Default: 21600000
  22. AltOlyCPeriod = 21600000
  23. # Olympiad Battle Period, Default 5 minutes.
  24. # Default: 300000
  25. AltOlyBattle = 300000
  26. # Olympiad Weekly Period, Default 1 week
  27. # Used for adding points to nobles
  28. # Default: 604800000
  29. AltOlyWPeriod = 604800000
  30. # Olympiad Validation Period, Default 24 Hours.
  31. # Default: 86400000
  32. AltOlyVPeriod = 86400000
  33. # Points for reaching Noblesse for the first time
  34. # Default: 10
  35. AltOlyStartPoints = 10
  36. # Points every week
  37. # Default: 10
  38. AltOlyWeeklyPoints = 10
  39. # Required number of participants for the class based games
  40. # Default: 11
  41. AltOlyClassedParticipants = 11
  42. # Required number of participants for the non-class based games
  43. # Default: 11
  44. AltOlyNonClassedParticipants = 11
  45. # Required number of participants for the 3x3 teams games
  46. # Default: 6
  47. AltOlyTeamsParticipants = 6
  48. # Number used for displaying amount of registered participants, messages "Fewer than ..." or "More than ...".
  49. # 0 for displaying digits instead of text phrase (old style).
  50. # Default: 100
  51. AltOlyRegistrationDisplayNumber = 100
  52. # Reward for the class based games
  53. # Format: itemId1,itemNum1;itemId2,itemNum2...
  54. # Default: 13722,50
  55. AltOlyClassedReward = 13722,50
  56. # Reward for the non-class based games
  57. # Format: itemId1,itemNum1;itemId2,itemNum2...
  58. # Default: 13722,40
  59. AltOlyNonClassedReward = 13722,40
  60. # Reward for the 3x3 teams games
  61. # Format: itemId1,itemNum1;itemId2,itemNum2...
  62. # Default: 13722,85
  63. AltOlyTeamReward = 13722,85
  64. # ItemId used for exchanging to the points.
  65. # Default: 13722
  66. AltOlyCompRewItem = 13722
  67. # The minimal matches you need to participate to receive point rewards
  68. # Default: 15
  69. AltOlyMinMatchesForPoints = 15
  70. # Rate to exchange points to reward item.
  71. # Default: 1000
  72. AltOlyGPPerPoint = 1000
  73. # Noblesse points awarded to Heroes.
  74. # Default: 200
  75. AltOlyHeroPoints = 200
  76. # Noblesse points awarded to Rank 1 members.
  77. # Default: 100
  78. AltOlyRank1Points = 100
  79. # Noblesse points awarded to Rank 2 members.
  80. # Default: 75
  81. AltOlyRank2Points = 75
  82. # Noblesse points awarded to Rank 3 members.
  83. # Default: 55
  84. AltOlyRank3Points = 55
  85. # Noblesse points awarded to Rank 4 members.
  86. # Default: 40
  87. AltOlyRank4Points = 40
  88. # Noblesse points awarded to Rank 5 members.
  89. # Default: 30
  90. AltOlyRank5Points = 30
  91. # Maximum points that player can gain/lose on a match.
  92. # Default: 10
  93. AltOlyMaxPoints = 10
  94. # Hero tables show last month's winners or current status.
  95. # Default: True
  96. AltOlyShowMonthlyWinners = True
  97. # Olympiad Managers announce each start of fight.
  98. # Default: True
  99. AltOlyAnnounceGames = True
  100. # Restrict specified items in Olympiad. ItemID's need to be separated with a comma (ex. 1,200,350)
  101. # Equipped items will be moved to inventory during port.
  102. # Default: 6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,9388,9389,9390,17049,17050,17051,17052,17053,17054,17055,17056,17057,17058,17059,17060,17061,20759,20775,20776,20777,20778,14774
  103. AltOlyRestrictedItems = 6611,6612,6613,6614,6615,6616,6617,6618,6619,6620,6621,9388,9389,9390,17049,17050,17051,17052,17053,17054,17055,17056,17057,17058,17059,17060,17061,20759,20775,20776,20777,20778,14774
  104. # Enchant limit for items during Olympiad battles. Disabled = -1.
  105. # Default: -1
  106. AltOlyEnchantLimit = -1
  107. # Log all Olympiad fights and outcome to olympiad.csv file.
  108. # Default: False
  109. AltOlyLogFights = False
  110. # Time to wait before teleported to arena.
  111. # Default: 120
  112. AltOlyWaitTime = 120
  113. # Divider for points in classed and non-classed games
  114. # Default: 5, 5
  115. AltOlyDividerClassed = 5
  116. AltOlyDividerNonClassed = 5
  117. # Maximum number of matches a Noblesse character can join per week
  118. # Default: 70
  119. AltOlyMaxWeeklyMatches = 70
  120. # Maximum number of Class-Irrelevant Individual matches a character can join per week
  121. # Default: 60
  122. AltOlyMaxWeeklyMatchesNonClassed = 60
  123. # Maximum number of Class Individual matches a character can join per week
  124. # Default: 30
  125. AltOlyMaxWeeklyMatchesClassed = 30
  126. # Maximum number of Class-Irrelevant Team matches a character can join per week
  127. # Default: 10
  128. AltOlyMaxWeeklyMatchesTeam = 10