2
0

olympiad.properties 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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 Classed and Non-Classed matches, Default 5 & 9
  31. # Default: 5
  32. AltOlyClassedParticipants = 5
  33. # Default: 9
  34. AltOlyNonClassedParticipants = 9
  35. # Number used for displaying amount of registered participants, messages "Fewer than ..." or "More than ...".
  36. # 0 for displaying digits instead of text phrase (old style).
  37. # Default: 100
  38. AltOlyRegistrationDisplayNumber = 100
  39. # Olympiad battle winner reward for class and non-class games.
  40. # Default: 13722
  41. AltOlyBattleRewItem = 13722
  42. # Default: 50
  43. AltOlyClassedRewItemCount = 50
  44. # Default: 40
  45. AltOlyNonClassedRewItemCount = 40
  46. # ItemId for this reward.
  47. # Default: 13722
  48. AltOlyCompRewItem = 13722
  49. # Rate to exchange points to reward item.
  50. # Default: 1000
  51. AltOlyGPPerPoint = 1000
  52. # Noblesse points awarded to Heros.
  53. # Default: 180
  54. AltOlyHeroPoints = 180
  55. # Noblesse points awarded to Rank 1 members.
  56. # Default: 120
  57. AltOlyRank1Points = 120
  58. # Noblesse points awarded to Rank 2 members.
  59. # Default: 80
  60. AltOlyRank2Points = 80
  61. # Noblesse points awarded to Rank 3 members.
  62. # Default: 55
  63. AltOlyRank3Points = 55
  64. # Noblesse points awarded to Rank 4 members.
  65. # Default: 35
  66. AltOlyRank4Points = 35
  67. # Noblesse points awarded to Rank 5 members.
  68. # Default: 20
  69. AltOlyRank5Points = 20
  70. # Maximum points that player can gain/lose on a match.
  71. # Default: 10
  72. AltOlyMaxPoints = 10
  73. # Hero tables show last month's winners or current status.
  74. # Default: True
  75. AltOlyShowMonthlyWinners = True
  76. # Olympiad Managers announce each start of fight.
  77. # Default: True
  78. AltOlyAnnounceGames = True
  79. # Restrict specified items in Olympiad. ItemID's need to be separated with a comma (ex. 1,200,350)
  80. # Default: 0
  81. AltOlyRestrictedItems = 0
  82. # Enchant limit for items during Olympiad battles. Disabled = -1.
  83. # Default: -1
  84. AltOlyEnchantLimit = -1
  85. # Log all Olympiad fights and outcome to olympiad.csv file.
  86. # Default: False
  87. AltOlyLogFights = False
  88. # Time to wait before teleported to arena.
  89. # Possible choices are: 120, 60, 30, 15, or 5.
  90. # If any other number is entered, the time will be set to 120 seconds.
  91. # Default: 120
  92. AltOlyWaitTime = 120