How to setup weekly Olympiad cycles

And so we have a config: Watch out for
SeasonTimeCalcMode , SeasonStartTime , SeasonEndTime ,WeaklyBonusTime , NominateTime

# Allow Olympiad event ?
# default: true
OlympiadEnabled = true

# Allow Spectator for Players ?
# default: true
SpectationgAllowed = true

# Maximum observers to the stadium
# default: 18
MaxSpectatorPerStadium = 18

# Competitions
# Time
Code:
# Season time calculation mode.
# Possible values:
# NORMAL - Season calculates from the 1st day of current month 00:00
# CUSTOM - Season calculates from the today date 00:00
SeasonTimeCalcMode = CUSTOM - We declare that the Olympiad takes the starting point not from the first day of the month, but from the moment of launching the server.

Code:
# The start time of the season
# default: 2 00:00
SeasonStartTime = 00:00 - So we say that we have validation at 00:00 and not on the 2nd day of the month at 00:00

Code:
# End of season
# default: +1:1 00:00
SeasonEndTime = +7 00:00 - We declare that the end of the season will be 7 days after the server starts and every subsequent cycle.


# During the competition
# default: 18:00
CompetitionStartTime = 18:00

# End time Competitions
# default: +1 00:00
CompetitionEndTime = +1 00:00 DO NOT CHANGE THIS PARAMETER!!! if you want to change end time Set your custom here is !!! CompetitionCustomEndTime

Code:
#  While handing out bonuses
# default: +7 18:30
WeaklyBonusTime = +2 18:30 We declare that bonuses will be accrued every second day from the moment of the initialization of the cycle


Code:
# Time distribution of heroism
# default: +1:1 12:00
NominateTime = +7 12:00 - So we declare that Hero nomination will occur after 7 days of each cycle


# Points early in the season
# defailt: 10
SeasonStartPoints = 18

# Minimum competition for hero
# default: 15
MinRewardableHeroComps = 9

# Minimum competitions for tokens
# default: 15
MinRewardableNobleComps = 9

# Ранки / Rank
PointSettlement = 100;75;55;40;30

# Итемок за очки / Items Settlement Per Point
ItemsSettlementPerPoint = 1000

# Бнус героя / Hero Points Bonus
HeroPointBonus = 300

# недельный бонус / weekly Point bonus
WeaklyBonusPoints = 3

# Какие итемы выдаем за победу в матче / Victory Reward Item ID
VictoryRewardItemID = 6651

VictoryRewardClassFreeCount = 40
VictoryRewardClassBasedCount = 65
VictoryRewardTeamBasedCount = 85

MaxTotalMatches = 300
MaxClassFreeMatches = 300
MaxClassBaseMatches = 300
MaxTeamBaseMatches = 300

MinParticipantClassFree = 11
MinParticipantClassBase = 11
MinParticipantTeamBase = 6

I am attaching ready-made settings properties for 7 days and 14 days Interlude. After replacing the files, you need to execute in the database:
DELETE FROM oly_season;
Or clear the data inside the table oly_season


if your changes were made after the season was settled. It is necessary to clear the data in the oly_seasson table
 

Attachments

Last edited:
How it's "rank" calculated?.
I want to understand what's the criteria of getting onto one of these categories:
PointSettlement = 100;75;55;40;30

I got heros who got 75 points instead of 100. (They are 1st of the class, shouldn't all heros get 100?)

Thanks!
 
How it's "rank" calculated?.
I want to understand what's the criteria of getting onto one of these categories:
PointSettlement = 100;75;55;40;30

I got heros who got 75 points instead of 100. (They are 1st of the class, shouldn't all heros get 100?)

Thanks!
points * PointSettlement

Code:
PointSettlement = 100;75;55;40;30
                   v  v  v  v  v
                  Hero 2  3 4  5
 
My dear @Deazer

I know you hate stupid questions but I believe that many people also have these doubts so I will ask a series of questions listed numerically if you can answer I would really appreciate it!

Because in the files you made available you see that to finish +7 days of fighting +7 days to deliver the heroes, the Olympics system has not yet finished its cycle to deliver?
Example, 7-day oly

I start on the 1st, the fights continue until the 7th, that is, on the seventh day, Sunday, there are fights, and even then the system is configured to deliver the heroes at a time before the cycle closes?
Shouldn't it be the same as it is on a monthly basis, fights from the 1st to the 30th and on the first day the heroes are delivered at noon and at 6pm on the 1st the new Olympics begin?
 
He wants to make Olympiad for 14 days, Fights from 19:00 to 22:00.
Please tell me how to set CompetitionStartTime and CompetitionEndTime.
It doesn't want to work well for me. Thanks for help

CompetitionStartTime = 19:00
CompetitionEndTime = 22:00
I immediately say that this configuration does not work, because you set the entire schedule Oly for one and the same day
 
He wants to make Olympiad for 14 days, Fights from 19:00 to 22:00.
Please tell me how to set CompetitionStartTime and CompetitionEndTime.
It doesn't want to work well for me. Thanks for help

CompetitionStartTime = 19:00
CompetitionEndTime = 22:00
I immediately say that this configuration does not work, because you set the entire schedule Oly for one and the same day
Its work, but announce about Oly still going, players cant reg not in this time
 
points * PointSettlement

Code:
PointSettlement = 100;75;55;40;30
                   v  v  v  v  v
                  Hero 2  3 4  5
# While handing out bonuses<br># default: +7 18:30<br>WeaklyBonusTime = +2 18:30 We declare that bonuses will be accrued every second day from the moment of the initialization of the cycle.

if I have every 14 days the olympiadas should put that in +14 too, it is like you give it?
 
# While handing out bonuses<br># default: +7 18:30<br>WeaklyBonusTime = +2 18:30 We declare that bonuses will be accrued every second day from the moment of the initialization of the cycle.

if I have every 14 days the olympiadas should put that in +14 too, it is like you give it?
You can issue bonuses several times during a 14-day period, or issue them once. If the period is 14 days, then there will effectively be no bonuses; bonus accrual will only occur on the first day.
 
Its work, but announce about Oly still going, players cant reg not in this time
thank you, another question I have so and gave me the hero to 2 days, would not be understanding that bonus is this, if I delivery of hero is 14

# End of season
# default: +1:1 00:00
SeasonEndTime = +14 00:00


!!! # While handing out bonuses
# default: +7 18:30
WeaklyBonusTime = +2 18:30 !!!

# Time distribution of heroism
# default: +1:1 12:00
NominateTime = +14 12:00
 
thank you, another question I have so and gave me the hero to 2 days, would not be understanding that bonus is this, if I delivery of hero is 14

# End of season
# default: +1:1 00:00
SeasonEndTime = +14 00:00


!!! # While handing out bonuses
# default: +7 18:30
WeaklyBonusTime = +2 18:30 !!!

# Time distribution of heroism
# default: +1:1 12:00
NominateTime = +14 12:00
every 2 days at 18:30
 
Mother of god, no. Giving bonus points
# End of season
# default: +1:1 00:00
SeasonEndTime = +14 00:00

# While handing out bonuses
# default: +7 18:30
WeaklyBonusTime = +14 18:30

# Time distribution of heroism
# default: +1:1 12:00
NominateTime = +14 12:00

then ahi is the hero every 14 days and bonuses every 7, exact ?
 
# While handing out bonuses
# default: +7 18:30
WeaklyBonusTime = +7 18:30
Every 7 days. This will be issued on the 7th day after the start of the Olympiad.
 
# While handing out bonuses
# default: +7 18:30
WeaklyBonusTime = +7 18:30
Every 7 days. This will be issued on the 7th day after the start of the Olympiad.
if i want a small cicle, for exemple, heros every monday and 3 days battle
this cfg works?
# Season time calculation mode.
# Possible values:
# NORMAL - Season calculates from the 1st day of the current month 00:00
# CUSTOM - Season calculates from the today date 00:00
SeasonTimeCalcMode = CUSTOM

# The start time of the season
# default: 2 00:00
SeasonStartTime = 00:00

# End-of-season
# default: +1:1 00:00
SeasonEndTime = +2 23:59

# Days of the week in which it's possible to register for the Olympiad competition
# It's enough to delete the days on which you don't want to register
CustomOlyCompetitionDays = thursday, friday, saturday

# During the competition
# default: 18:00
CompetitionStartTime = 18:00

# End time Competitions
# default: +1 00:00
CompetitionEndTime = +1 00:00

# While handing out bonuses by
# default: +7 18:30
WeaklyBonusTime = +2 18:30

# Time distribution of Hero status
# defaults: +1:1 12:00
NominateTime = +3 12:00
 
Back
Top