PDA

View Full Version : how do i shutdown a server from the command prompt?


moltke24
07-25-2014, 04:27 PM
how do i do it and how do i announce how much time before shut down?

Kingly_Krab
07-25-2014, 04:30 PM
In-game you can do this: #worldshutdown [Seconds Until Shutdown] [Message Interval In Seconds]

So for 10 minutes with a 30 second interval between messages to log out you can do this: #worldshutdown 600 30

Or if you want to shut it down immediately you can do this: #worldshutdown now

To cancel it you can do this: #worldshutdown disable

moltke24
07-25-2014, 11:54 PM
In-game you can do this: #worldshutdown [Seconds Until Shutdown] [Message Interval In Seconds]

So for 10 minutes with a 30 second interval between messages to log out you can do this: #worldshutdown 600 30

Or if you want to shut it down immediately you can do this: #worldshutdown now

To cancel it you can do this: #worldshutdown disable


So... In essence your answer is no you can't?

Kingly_Krab
07-26-2014, 12:49 AM
No, that isn't my answer. Go to the 'variables' table and set 'disablecommandline' to '1' then restart your server and you can just type in "worldshutdown [Seconds] [Interval]" in the world.exe.

lerxst2112
07-26-2014, 02:36 AM
You can probably do it through telnet too.

moltke24
07-26-2014, 10:50 AM
No, that isn't my answer. Go to the 'variables' table and set 'disablecommandline' to '1' then restart your server and you can just type in "worldshutdown [Seconds] [Interval]" in the world.exe.

thank you!

Kingly_Krab
07-26-2014, 10:57 AM
You're welcome.