help issue with olly

Also! when the game server starts, it immediately writes in the logs when it starts, when it ends, when the matches will take place, and so on.
1736950890404.webp
 
when i change it from normal to custom it stop do it for that i ask
I've already done everything for you! The file is ready!
DON'T TOUCH ANYTHING! You don't understand what you're doing!

Make step by step.
1. replace file from guide
2. shutdown server
3. clear oly_seasson table
4. start.

You can change other settings but do not TOUCH start and end or any else about Period
 
Last edited:
I've already done everything for you! The file is ready!
DON'T TOUCH ANYTHING! You don't understand what you're doing!

Make step by step.
1. replace file from guide
2. shutdown server
3. clear oly_seasson table
4. start.

You can change other settings but do not TOUCH start and end or any else about Period
i never change the start or end my friend i know how to ready the file i copy the file like i said the only thing i change was from custom to normal and i had this issue
 
i never change the start or end my friend i know how to ready the file i copy the file like i said the only thing i change was from custom to normal and i had this issue
why you do it ? why ? Are you see at guide any about changing from CUSTOM to NORMAL ?
 
why you do it ? why ? Are you see at guide any about changing from CUSTOM to NORMAL ?
because i want to start form 1 of the month the seasons that why anyway seem the seaon fixed i need to findout how to put the hero now since i delete all the season and non player can recive their hero
 
because i want to start form 1 of the month the seasons that why anyway seem the seaon fixed i need to findout how to put the hero now since i delete all the season and non player can recive their hero
You set the required start dates on your computer, calculate, and upload to the server.
profit ?
 
You set the required start dates on your computer, calculate, and upload to the server.
profit ?
i had but seem didn't work out and now the heroes form that season comp they cant take their heroes because many season passed it any way to make the season start agian from 1 ?
 
i had but seem didn't work out and now the heroes form that season comp they cant take their heroes because many season passed it any way to make the season start agian from 1 ?
I don't understand at all what you want. Can you explain normally? I have no extrasensory abilities ! You came with a problem, I answered how to solve it. Now you start telling some new stories on the fly.
 
I don't understand at all what you want. Can you explain normally? I have no extrasensory abilities ! You came with a problem, I answered how to solve it. Now you start telling some new stories on the fly.
i have issue with the heroes that was in a sesason but because many seaon passed there is a way fix this issue?
 
i have issue with the heroes that was in a sesason but because many seaon passed there is a way fix this issue?
Choose from logs or from backups of the database of players with the highest number of points. There are no other options

SQL:
SELECT *
FROM oly_nobles
ORDER BY points_past DESC;

SQL:
SELECT *
FROM oly_nobles
ORDER BY points_pre_past DESC;
 
Choose from logs or from backups of the database of players with the highest number of points. There are no other options

SQL:
SELECT *
FROM oly_nobles
ORDER BY points_past DESC;

SQL:
SELECT *
FROM oly_nobles
ORDER BY points_pre_past DESC;
all are reset to 0 without i change even the current one and backup fies have sql?
 
i put the backup but still say to them they not qualified to be heroes
Honestly, I don't understand how you're reading this. From the backup, retrieve the players with the maximum number of points in their class and manually enter them into the oly_hero.sql table.
1737049919778.webp
 
Back
Top