vmangos / core

Progressive Vanilla Core aimed at all versions from 1.2 to 1.12
GNU General Public License v2.0
679 stars 487 forks source link

server closed at At the specified time 08:15🐛 [Bug] #2637

Closed coderAt30 closed 4 months ago

coderAt30 commented 4 months ago

2024-06-05 08:00:01 GameEvent 78 "Hourly Bells" started. 2024-06-05 08:00:01 Next game event check in 60 seconds. 2024-06-05 08:01:01 GameEvent 78 "Hourly Bells" removed. 2024-06-05 08:01:01 Next game event check in 240 seconds. 2024-06-05 08:05:01 GameEvent 67 "Dwarven Mortar Team (Dun Morogh)" removed. 2024-06-05 08:05:01 Next game event check in 888 seconds. 2024-06-05 08:15:05 Shutting down world... 2024-06-05 08:15:05 Stopping network threads... 2024-06-05 08:15:05 Unloading all maps...

2024-05-29 08:00:01 GameEvent 47 "Fishing: Sunscale Cycle" removed. 2024-05-29 08:00:01 GameEvent 67 "Dwarven Mortar Team (Dun Morogh)" started. 2024-05-29 08:00:01 GameEvent 78 "Hourly Bells" started. 2024-05-29 08:00:01 Next game event check in 60 seconds. 2024-05-29 08:01:01 GameEvent 78 "Hourly Bells" removed. 2024-05-29 08:01:01 Next game event check in 240 seconds. 2024-05-29 08:05:01 GameEvent 67 "Dwarven Mortar Team (Dun Morogh)" removed. 2024-05-29 08:05:01 Next game event check in 888 seconds. 2024-05-29 08:15:30 Shutting down world... 2024-05-29 08:15:30 Stopping network threads... 2024-05-29 08:15:30 Unloading all maps...

2024-05-15 08:00:01 GameEvent 47 "Fishing: Sunscale Cycle" removed. 2024-05-15 08:00:01 GameEvent 67 "Dwarven Mortar Team (Dun Morogh)" started. 2024-05-15 08:00:01 GameEvent 78 "Hourly Bells" started. 2024-05-15 08:00:01 Next game event check in 60 seconds. 2024-05-15 08:01:01 GameEvent 78 "Hourly Bells" removed. 2024-05-15 08:01:01 Next game event check in 240 seconds. 2024-05-15 08:05:01 GameEvent 67 "Dwarven Mortar Team (Dun Morogh)" removed. 2024-05-15 08:05:01 Next game event check in 888 seconds. 2024-05-15 08:15:11 Shutting down world... 2024-05-15 08:15:12 Stopping network threads... 2024-05-15 08:15:12 Unloading all maps...

all at 08:15 o'clock

ratkosrb commented 4 months ago

Sounds like scheduled maintenance to me...

gajet5 commented 4 months ago

That's what it is. The server shuts down after 15 minutes of maintenance time.

coderAt30 commented 4 months ago

Sounds like scheduled maintenance to me...

i found a config in mongos.conf file to control the day of week . but how to close it ,and how to change the hour and minute?

mserajnik commented 4 months ago

but how to close it ,and how to change the hour and minute?

You currently can't configure the hour/minute it runs. The server periodically checks if it has reached the configured maintenance day and if that is the case it will initialize the maintenance process (which, as already explained, will shut the server down after 15 minutes, do the maintenance and then boot the server again).

To my knowledge there's also also no (clean) way to disable the automatic weekly maintenance. Edit: see Wall-core's message below this one.

Wall-core commented 4 months ago

You can disable weekly maintenance in mangosd.conf (AutoHonorRestart)

mserajnik commented 4 months ago

You can disable weekly maintenance in mangosd.conf (AutoHonorRestart)

Whoops, I somehow missed this; nice to know!