Jump to content
  • 0

[HELP] Make Oly Only Last 2 weeks?


Question

Posted

How would I make the Oly last 2 weeks?

 

Here is what i can configure about the olympiad:

#============================================================#
#                         Olympiad                           #
#============================================================#

# Olympiad Start Time in Military hours Default 6pm (18) 
AltOlyStartTime = 18

# Olympiad Start Time for Min's, Default 00 so at the start of the hour.
AltOlyMin = 00

# Olympiad Competition Period, Default 6 hours.
# (If set different, should be increment by 10mins)
AltOlyCPeriod = 21600000

# Olympiad Battle Period, Default 6 minutes. (If set different, should be < AltOlyBWait)
AltOlyBattle = 360000

# Olympiad Battle Wait, Default 10 Minutes
AltOlyBWait = 600000

# Olympiad Initial Wait Period, Default 5 minutes
AltOlyIWait = 300000

# Olympiad Weekly Period, Default 1 week
AltOlyWPeriod = 604800000

# Olympiad Validation Period, Default 24 Hours.
AltOlyVPeriod = 86400000

# Required number of participants for Classed and Non-Classed matches, Default 5 & 9
AltOlyClassedParticipants = 2
AltOlyNonClassedParticipants = 2

# Olympiad battle winner reward for Class and Non_Class games.
# Retail 6651(Gate Pass) 
AltOlyBattleRewItem = 6651
# Retail 50 per winning
AltOlyClassedRewItemCount = 50
# Retail 30 per winning
AltOlyNonClassedRewItemCount = 30

# Olympiad Competition Rewards
# Minimum Points needed to to exchange nobless gate pass, Retail 50
AltOlyMinPointForExchange = 50
# ItemId for this Reward, Retail 6651(Gate Pass)
AltOlyCompRewItem = 6651
# Rate to exchange Points to Reward item, Retail 1 Point * 1000
AltOlyGPPerPoint = 1000

# Noblesse points awarded to Heros. Retail 300
AltOlyHeroPoints = 300

# Restrict same item in olympiad. ItemID's need to be separated whit comma (ex. 1,200,350)
AltOlyRestrictedItems = 0

 

What should I change? and To what should I change it?

1 answer to this question

Recommended Posts

  • 0
Posted

personally i prefer doing in manually every 2 weeks ...

 

check olympiad.java

Guest
This topic is now closed to further replies.


×
×
  • Create New...