TorZar wrote:time of day (Managed to get time to fly by. 1 day in 1 min.. was testing console commands.. 'set[TAB to complete line](random#)' Playing around too fast, don't know which it was)
SetGameTimeScale();
GetGameTimeScale();
SetGameTimeScale(500);
Nazgul111 wrote:i did and its sorted now
also
/add apple 100 100
100 = quantity and quality
Gorgo wrote:Hi everybody !
Excuse me but I search and dont find how to work the command "centerPrintAll"
Can you tell me how to use it ?
I try to make my in GM mode...
i go to console in the game but when I put this command, nothing work...
Eslake wrote:Gorgo wrote:Hi everybody !
Excuse me but I search and dont find how to work the command "centerPrintAll"
Can you tell me how to use it ?
I try to make my in GM mode...
i go to console in the game but when I put this command, nothing work...
It doesn't work from in the game, it is a Server-Console command.
telnetSetParameters(4000, "adminpassword", "read-onlypassword");
Azzerhoden wrote:Started going through the restartserver script, implemented, and I still say this is brilliant.
I cannot get the check_server.cmd file to run though. Anyone else have this issue?
@echo off
REM Delay until server process is closed...
<nul (set/p _any_variable=Waiting for server to exit.)
:WAITCLOSE
<nul (set/p _any_variable=.)
ping ::1 -n 3 >NUL 2>NUL
tasklist /FI "imagename eq ddctd_cm_yo_server.exe" /V | find "world ID %1" >NUL && goto :WAITCLOSE
REM Perform a datadump
echo ...backup database...
set OLDDIR=%CD%
For /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%c-%%a-%%b)
For /f "tokens=1-2 delims=/:" %%a in ("%TIME%") do (set mytime=%%a%%b)
echo %mydate%_%mytime%
chdir "C:\Program Files\MariaDB 5.5\bin"
.\mysqldump -u root -p<password> <database> > C:\Users\Administrator\Documents\lif_backup_%mydate%_%mytime%.sql
chdir /d %OLDDIR%
ping ::1 -n 5 >NUL 2>NUL
:LOOP
REM If server is started, exit batch file.
tasklist /FI "imagename eq ddctd_cm_yo_server.exe" /V | find "world ID %1" >NUL && goto :END
REM If not, try to start it.
echo Launching WorldID %1.
start ddctd_cm_yo_server.exe -WorldID %1
REM Wait 30 seconds before next check to give server time to initialize titlebar with world ID.
echo Waiting 30 seconds to ensure server has started.
PING ::1 -n 30 >NUL 2>NUL
REM Loop to check if server is initialized.
GOTO :LOOP
:END
TorZar wrote:time of day (Managed to get time to fly by. 1 day in 1 min.. was testing console commands.. 'set[TAB to complete line](random#)' Playing around too fast, don't know which it was)
Padme wrote:with only a console ingame we arent able to get in the server when its full -_- .... or when we want to do the dailie restart for exemple and there peeps in the server.