• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Restarter tfs 0.3.5 pl1

TKO

Syphero Owner!
Joined
Mar 10, 2008
Messages
2,252
Reaction score
27
Location
Sweden
hey is there any restarter for tfs version 0.3.5?
i cant find any that works....
if my server crash i want it to restart!
 
Last edited:
@echo off
title OTserv Auto-restarter
echo :: =========================================
echo :: --- OTserv Auto-Restarter ---
echo :: --- Por: Seu nick aki ---
echo :: =========================================
echo ::
:begin
Nome do Executavel.exe
echo ::
echo :: =========================================
echo :: --- Mensagem de quando o server cai---
echo :: =========================================
echo ::
goto begin
:goto begin
 
use the normal one
where is the normal one?

gui is better ;)
it have a restarter? if the server crash then it restart?

@echo off
title OTserv Auto-restarter
echo :: =========================================
echo :: --- OTserv Auto-Restarter ---
echo :: --- Por: Seu nick aki ---
echo :: =========================================
echo ::
:begin
Nome do Executavel.exe
echo ::
echo :: =========================================
echo :: --- Mensagem de quando o server cai---
echo :: =========================================
echo ::
goto begin
:goto begin
eh?
 
creat txt document and edit it with notebad or w/e write in it
Code:
echo off
title Otserver
cls
:controllerini
:begin 
[COLOR="Red"][SIZE="4"]yourservername[/SIZE][/COLOR].exe
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
echo ::  Your Server crashed, the restarter is restarting your Server.            ::
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
goto :controllerini
rename it restarter.bat
put it in the same folder with your server.exe


then go to desktop and right click on mycomputer>>then>>properties
system properties will popup
click on advanced
then error reporting
and check on disable error reporting
now click on your restart and it will open the server
after the server crash the restarter will run it again
 
creat txt document and edit it with notebad or w/e write in it
Code:
echo off
title Otserver
cls
:controllerini
:begin 
[COLOR="Red"][SIZE="4"]yourservername[/SIZE][/COLOR].exe
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
echo ::  Your Server crashed, the restarter is restarting your Server.            ::
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
goto :controllerini
rename it restarter.bat
put it in the same folder with your server.exe


then go to desktop and right click on mycomputer>>then>>properties
system properties will popup
click on advanced
then error reporting
and check on disable error reporting
now click on your restart and it will open the server
after the server crash the restarter will run it again

it dont work.. i have alread tested it....
 
PHP:
echo off
title Otserver
title Auto-Restarter c++ By wlj
cls
:controllerini
:begin 
cryingdamson.exe
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
echo ::  Server Crached, Server will now restart NOT Joke :)		          ::
echo :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
goto :controllerini
goto begin
:goto begin
echo on
 
Use the .bat one! -.- it have to work cuz its a bat file, it will work with any .exe, not only otservers.

Anyways, here it is..
 
Last edited:
Use the .bat one! -.- it have to work cuz its a bat file, it will work with any .exe, not only otservers.

Anyways, here it is..

i tested .bat one but it dosent work... same with the .exe file i got somting that it say some files are missing! or somting and it dont work... the .bat files just goes in the dos windows on and on and on...
 
Back
Top