Olympiad

NoClaiM

Heir
Customer
Not sure why server dont see config files properly...
Code:
[12:27:48]  INFO OlyController: Season 2 competitions schedule at [18:00:00 15.07.2025-00:00:00 16.07.2025;18:00:00 16.07.2025-00:00:00 17.07.2025;18:00:00 17.07.2025-00:00:00 18.07.2025;18:00:00 18.07.2025-00:00:00 19.07.2025;18:00:00 19.07.2025-00:00:00 20.07.2025;18:00:00 20.07.2025-23:55:00 20.07.2025]

Was on first stage after cleaned mysql same, but thout maybe something so just ignored it.. But now after second period started again...


# 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, sunday

Why oly want to be every day if i set it like this here?
I missed some extra config or smth? Or i need to setup all times manualy to have work this function?

P.S. Or again something i did bad in xml files so oly not setuping properly? :D
 
  • Like
Reactions: aly
The calculation is for the entire period, but registration is only available on the specified days from config
CustomOlyCompetitionDays = thursday, friday, saturday, sunday
 
The calculation is for the entire period, but registration is only available on the specified days from config
CustomOlyCompetitionDays = thursday, friday, saturday, sunday
у нас на сервере тоже игнорировало ету строку - олимпиада всю неделю работала. мы хотели только понеделник снять, так забили на тот раз.

или тут принцып - как первый раз сервер запустишь, так на будущее и будет? смотря на oly_season базу она просто игнорирует и заполняет все дни недели
 
The calculation is for the entire period, but registration is only available on the specified days from config
CustomOlyCompetitionDays = thursday, friday, saturday, sunday
WIll double check it if player can register today or no :/
But if remember good they where able to register last time every day
 
I've already checked, work fine
How does it work for you? Explain pls. In our server this feature doesn't work, players are able to register everyday.

I just launched on clean server with custom 1-week hero period and these limitations:
Code:
CustomOlyCompetitionDays = wednesday, thursday, friday, saturday, sunday

In oly_season it still generates a period for FULL week from today:
c_s0 = 1752609600 = Tue Jul 15 2025 20:00:00 GMT+0
c_s6/c_e6 is Monday, which shouldn't be available to register too

There is no limitations in oly_season.sql, competition timings filled for full week:
1752581188269.webp

Does registration block come from somewhere else, not by database data?
 
It works very simply! During registration, it checks the day and that's all! It does not access the database or anything else in any way!
 
  • Like
Reactions: aly
@Deazer ty. @NoClaiM it actually works now for me too, I tried to delete oly_season content fully from database and after server restart reg-block worked as expected. No idea why it didn't work before, nothing changed from config side.

Be careful not to fuck up your oly period if you will be doing it on Live Server. I'm not even sure if deleting oly_season really helped here, for 1.5month reg-block didn't work and I just forgot about it until today ¯\_(ツ)_/¯
 
@Deazer ty. @NoClaiM it actually works now for me too, I tried to delete oly_season content fully from database and after server restart reg-block worked as expected. No idea why it didn't work before, nothing changed from config side.

Be careful not to fuck up your oly period if you will be doing it on Live Server. I'm not even sure if deleting oly_season really helped here, for 1.5month reg-block didn't work and I just forgot about it until today ¯\_(ツ)_/¯
Fuck knows how this system works :D
1 Season oly worked how it wanted. Second. After it shufled everything by it self now working good. Players wasnt able to register. But will see what will happends in two days :D
 
Back
Top