Need some help.

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
AdvancedSky
Posts: 14
Joined: Sun May 09, 2010 2:10 pm

Need some help.

Post by AdvancedSky »

Hi, how to add automatic server's restart?
User avatar
LasTravel
Posts: 888
Joined: Tue Jan 05, 2010 12:08 am
Location: Spain

Re: Need some help.

Post by LasTravel »

Example:

Code: Select all

INSERT INTO `global_tasks` VALUES ('1000', 'restart', 'TYPE_GLOBAL_TASK', '', '1', '07:55:00', '300');
Where 07:55:00: put the hour on what you want restart the server
Where 300: The seconds before the restart
AdvancedSky
Posts: 14
Joined: Sun May 09, 2010 2:10 pm

Re: Need some help.

Post by AdvancedSky »

thank you.
Post Reply