Jump to content

[ Guide Share ] How to make an auto restart


Recommended Posts

Guest TheVortex
Posted

How to make an automatic task like restart server every xx hours ?

A - From Layane: L2J have a internal cron called Global Task, Open your DB and

    open global_task table and add a new entry with this params:

 

    task = restart

    type = TYPE_SHEDULED

    param1 = "milleseconds to restart" (for example 1h =1*60*60*1000= 3600000)

 

    Other option is add this line with a SQL Statement like this:

 

    INSERT INTO global_tasks ( id , task , type , last_activation , param1 ,

    param2 , param3 ) VALUES ('', 'restart', 'TYPE_SHEDULED', '0', '3600000',

    '', '');

 

    More information about Global Task:

 

    type:

    TYPE_NONE = Never execute this task (to disable a task)

    TYPE_STARTUP = Execute this task every startup

    TYPE_SHEDULED = Execute this task after "param1" milleseconds

    TYPE_FIXED_SHEDULED = Execute this task every "param2" milleseconds with a

                          initial delay of "param1" milleseconds

    TYPE_TIME = Execute this task on a concrete data defined on "param1"

    TYPE_SPECIAL = Internal purposes

    TYPE_GLOBAL_TASK = Execute this task each "param1" days on a defined hour

                      defined on "param2" (format: HH:MM:SS)

 

    task: We created 3 posible task for administrator:

    restart = restart the server, use "param3" to defined milleseconds before

              restart the server and players alert with a message of restart.

    shudown = like restart but shutdown the server

    jython  = execute the jython file defined on "param3" (cron jython files

              need to be located at data/jscript/cron directory)"

 

CREDITS : HERO1771

Posted

You could post everything in one topic with other posts in it or post the whole .txt and not spamming all the section...anyway you can find all these and much more in the guide.txt in most of the packets out there and in the l2jfree site... And as for the credits, all the guide.txt is a copy from the forums of l2jfree and their users and (of course) the l2j nightlies guide, and hero1711 just merged everything in one .txt file...so credits go to l2jfree and their users, not to hero1711...

 

edit: the full .txt for these who don't have it... http://rapidshare.com/files/15235064/guide.txt.html

  • 1 year later...
Guest
This topic is now closed to further replies.


  • Posts

    • ***DO NOT BUY WHAT IS POSTED HERE FOR FREE*** https://www.mediafire.com/file/mhjiaoipe6hohjm/Extender_Rev_222_by_Guytis.rar/file   It has everything Devs is offering for $450 USD with a license. Here it is, free and with source code. 
    • Hello, well obviously i dont have access to the server side, and neither have those guys in the picture, i thought it was something client side since they manage to have that...    Here is another example, Its essence server btw  
    • So according to you, you found a bug so hidden that nobody can discover it — not even by analyzing the source code with modern tools.   Is that really what you're trying to say?   Because what you're basically claiming is that: The files contain an error But nobody can find it Nobody can fix it Not even by analyzing the code with tools like ChatGPT So… a magical invisible bug that only you can see.   Do you realize how absurd that sounds?   If there was actually a real problem, it would be very easy to demonstrate: Open the server. Show the error. Point to the exact place in the code where it happens.   But instead of doing that, the only thing you've done so far is write vague messages and say “I'll make a video.” Perfect. Go ahead and make the video. Show the error. Show the code.   Because up to this point, all we have here are accusations without a single piece of technical evidence. And in a development forum, that has absolutely no value.   Regards.   ***DO NOT BUY WHAT IS POSTED HERE FOR FREE*** https://www.mediafire.com/file/mhjiaoipe6hohjm/Extender_Rev_222_by_Guytis.rar/file   It has everything Devs is offering for $450 USD with a license. Here it is, free and with source code.  ------------------------------------------------------------------------------------------------------   I would like to ask if a moderator or administrator could please review the thread and consider closing it.   The user involved keeps posting misleading statements and accusations without providing any technical proof. The discussion has stopped being a constructive technical conversation and has turned into repeated attempts to spread misinformation about the files.   Despite being asked multiple times to provide evidence (such as a reproducible error, logs, or code analysis), none has been presented. Instead, the thread continues with vague claims that only generate confusion within the community.   From my perspective, the purpose seems to be discouraging users from using the freely available files while promoting alternative products.   Since no technical evidence has been provided and the thread is no longer productive, I believe it would be better for the community if the discussion were closed.   Thank you for your time and attention.   Best regards. --------------------------------------------------------------------------------------------------------   ***DO NOT BUY WHAT IS POSTED HERE FOR FREE*** https://www.mediafire.com/file/mhjiaoipe6hohjm/Extender_Rev_222_by_Guytis.rar/file   It has everything Devs is offering for $450 USD with a license. Here it is, free and with source code.   
    • What ChatGPT? Dont think ChatGPT will fix your problem :d You will never figure out where the problem actually is. Don’t try to twist things. Just open the server and write here.. i will make a video for you showing how everything goes to hell with “your files”
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..