olympiad.properties 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  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. # Olympiad Competition Period, Default 6 hours.
  17. # (If set different, should be increment by 10mins)
  18. # Default: 21600000
  19. AltOlyCPeriod = 21600000
  20. # Olympiad Battle Period, Default 6 minutes.
  21. # Default: 360000
  22. AltOlyBattle = 360000
  23. # Olympiad Weekly Period, Default 1 week
  24. # Used for adding points to nobles
  25. # Default: 604800000
  26. AltOlyWPeriod = 604800000
  27. # Olympiad Validation Period, Default 24 Hours.
  28. # Default: 86400000
  29. AltOlyVPeriod = 86400000
  30. # Required number of participants for the class based games
  31. # Default: 5
  32. AltOlyClassedParticipants = 5
  33. # Required number of participants for the non-class based games
  34. # Default: 9
  35. AltOlyNonClassedParticipants = 9
  36. # Required number of participants for the 3x3 teams games
  37. # Default: 9
  38. AltOlyTeamsParticipants = 9
  39. # Number used for displaying amount of registered participants, messages "Fewer than ..." or "More than ...".
  40. # 0 for displaying digits instead of text phrase (old style).
  41. # Default: 100
  42. AltOlyRegistrationDisplayNumber = 100
  43. # Reward for the class based games
  44. # Format: itemId1,itemNum1;itemId2,itemNum2...
  45. # Default: 13722,50
  46. AltOlyClassedReward = 13722,50
  47. # Reward for the non-class based games
  48. # Format: itemId1,itemNum1;itemId2,itemNum2...
  49. # Default: 13722,40
  50. AltOlyNonClassedReward = 13722,40
  51. # Reward for the 3x3 teams games
  52. # Format: itemId1,itemNum1;itemId2,itemNum2...
  53. # Default: 13722,85
  54. AltOlyTeamReward = 13722,85
  55. # ItemId used for exchanging to the points.
  56. # Default: 13722
  57. AltOlyCompRewItem = 13722
  58. # Rate to exchange points to reward item.
  59. # Default: 1000
  60. AltOlyGPPerPoint = 1000
  61. # Noblesse points awarded to Heros.
  62. # Default: 180
  63. AltOlyHeroPoints = 180
  64. # Noblesse points awarded to Rank 1 members.
  65. # Default: 120
  66. AltOlyRank1Points = 120
  67. # Noblesse points awarded to Rank 2 members.
  68. # Default: 80
  69. AltOlyRank2Points = 80
  70. # Noblesse points awarded to Rank 3 members.
  71. # Default: 55
  72. AltOlyRank3Points = 55
  73. # Noblesse points awarded to Rank 4 members.
  74. # Default: 35
  75. AltOlyRank4Points = 35
  76. # Noblesse points awarded to Rank 5 members.
  77. # Default: 20
  78. AltOlyRank5Points = 20
  79. # Maximum points that player can gain/lose on a match.
  80. # Default: 10
  81. AltOlyMaxPoints = 10
  82. # Hero tables show last month's winners or current status.
  83. # Default: True
  84. AltOlyShowMonthlyWinners = True
  85. # Olympiad Managers announce each start of fight.
  86. # Default: True
  87. AltOlyAnnounceGames = True
  88. # Restrict specified items in Olympiad. ItemID's need to be separated with a comma (ex. 1,200,350)
  89. # Equipped items will be moved to inventory during port.
  90. # Default: 0
  91. AltOlyRestrictedItems = 0
  92. # Enchant limit for items during Olympiad battles. Disabled = -1.
  93. # Default: -1
  94. AltOlyEnchantLimit = -1
  95. # Log all Olympiad fights and outcome to olympiad.csv file.
  96. # Default: False
  97. AltOlyLogFights = False
  98. # Time to wait before teleported to arena.
  99. # Default: 120
  100. AltOlyWaitTime = 120