• 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!

OpenTibia [TSM] The Simplest Restarter v1

Dj Ashba

502 Bad Gateway
Joined
Aug 3, 2011
Messages
136
Reaction score
10
Location
Wroclaw
Hello !

I think this is the Simplest in the world Open Tibia Server Restarter.

Just copy this text to notepad and save us : name.bat

Run Your .bat file and have fun.


PHP:
@echo off
cls
echo ---------------------------
echo :: Sharp # Team Easy Server RESTARTER ::
echo ::  Running ots  ::
echo :: By Dj Ashba & zygzagZ
echo --------------------------- 
TheForgottenServer.exe > restarter.log
:start
cls
echo -------------------------------
echo :: Sharp # Team Easy Server RESTARTER ::
echo ::   Running ots  ::
echo :: By Dj Ashba & zygzagZ
echo  -------------------------------
TheForgottenServer.exe > restarter.log
goto start
echo WTF? IT SHOULDNT GET THERE
pause

Thanks
 
Last edited by a moderator:
what is wrong? it says

TheForgottenServer.exe' Is not recongnized as an internal or external command, operable program or batch file.


and this is what i got


@echo off
cls
echo ---------------------------
echo :: Sharp # Team Easy Server RESTARTER ::
echo :: Running ots ::
echo :: By Dj Ashba and zygzagZ
echo ---------------------------
TheForgottenServer.exe > restarter.log
:start
cls
echo -------------------------------
echo :: Sharp # Team Easy Server RESTARTER ::
echo :: Running ots ::
echo :: By Dj Ashba and zygzagZ
echo -------------------------------
TheForgottenServer.exe > restarter.log
goto start
echo WTF? IT SHOULDNT GET THERE
pause
 
what is wrong? it says

TheForgottenServer.exe' Is not recongnized as an internal or external command, operable program or batch file.


and this is what i got


@echo off
cls
echo ---------------------------
echo :: Sharp # Team Easy Server RESTARTER ::
echo :: Running ots ::
echo :: By Dj Ashba and zygzagZ
echo ---------------------------
TheForgottenServer.exe > restarter.log
:start
cls
echo -------------------------------
echo :: Sharp # Team Easy Server RESTARTER ::
echo :: Running ots ::
echo :: By Dj Ashba and zygzagZ
echo -------------------------------
TheForgottenServer.exe > restarter.log
goto start
echo WTF? IT SHOULDNT GET THERE
pause


This is exactly what im getting??
 
Absolute Path

Maybe try with the absolute path, as opposed to without. I know commands tend to be extremely specific.

For example:

Code:
@echo off
cls
echo ---------------------------
echo :: Sharp # Team Easy Server RESTARTER ::
echo :: Running ots ::
echo :: By Dj Ashba and zygzagZ
echo --------------------------- 
[B][COLOR="#FF0000"]"C:\OTServer\Mystic Spirit\The Forgotten Server.exe" > restarter.log[/COLOR][/B]
:start
cls
echo -------------------------------
echo :: Sharp # Team Easy Server RESTARTER ::
echo :: Running ots ::
echo :: By Dj Ashba and zygzagZ
echo -------------------------------
[B][COLOR="#FF0000"]"C:\OTServer\Mystic Spirit\The Forgotten Server.exe" > restarter.log[/COLOR][/B]
goto start
echo WTF? IT SHOULDNT GET THERE
pause

Just modify the path to match your own. Logging into my computer from work, then logging into the VM my server is on is too slow to test.
 
Or Try this.
Code:
@echo off
cls
echo ---------------------------
echo :: Sharp # Team Easy Server RESTARTER ::
echo :: Running ots ::
echo :: By Dj Ashba and zygzagZ
echo --------------------------- 
TheForgottenServer.exe > restarter.log
:start
cls
echo -------------------------------
echo :: Sharp # Team Easy Server RESTARTER ::
echo :: Running ots ::
echo :: By Dj Ashba and zygzagZ
echo -------------------------------
TheForgottenServer.exe > restarter.log
goto start
echo WTF? IT SHOULDNT GET THERE
pause
 
When it restarts it doesn't show the CLI window of the server so you can't check after bugs/errors... :/
 
Now our restarter is in all Pokemon engines, dragon ball etc. on BR forums -.- its fucking popular but noobs are changing description.

Thats why people hate br players now i understand :D
 
Back
Top