Need some help.
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 14
- Joined: Sun May 09, 2010 2:10 pm
Need some help.
Hi, how to add automatic server's restart?
- LasTravel
- Posts: 888
- Joined: Tue Jan 05, 2010 12:08 am
- Location: Spain
Re: Need some help.
Example:
Where 07:55:00: put the hour on what you want restart the server
Where 300: The seconds before the restart
Code: Select all
INSERT INTO `global_tasks` VALUES ('1000', 'restart', 'TYPE_GLOBAL_TASK', '', '1', '07:55:00', '300');
Where 300: The seconds before the restart