maybe later!Could you post images?
No lol.... i did all right but when i activated it i get some error...Files are missing humm.. Probably because u type wrong file name? Also it has to be in same folder as the restarter
read this post nab its not the restarter thats messed..its your computer.
http://otland.net/f138/how-remove-every-error-message-server-crash-51772/
maybe later!
No lol.... i did all right but when i activated it i get some error...
nope noting about that...
echo off
title OTServer Restarter
color 80
cls
echo :::::::::::::::::::::::::::::::::::::::::::::::::::
echo :: OTServer Restarter by Straifel ::
echo :::::::::::::::::::::::::::::::::::::::::::::::::::
:controllerini
cryingdamson.exe -- change this to the name of your OT file
echo :::::::::::::::::::::::::::::::::::::::::::::::::::
echo :: Your OTServer is restarting... ::
echo :::::::::::::::::::::::::::::::::::::::::::::::::::
goto :controllerini
for me it brings up a dos window saying 'cryingdamson.exe' is not recognized as an internal or external command, operable program or batch file. but i know that it is cryingdamson.exe am i doing something wrong?
echo off
title OtServ Restarter
cls
:controllerini
:begin
Cryingdamson.exe
echo
echo :: Restarting Server ::
echo
goto :controllerini
goto begin
:goto begin
echo on
well i have tryd this script still give the same as ss as before...if you want custom-made restarter for Windows the problem before was that "Crying Damson.exe" was two words! Just change it to Cryingdamson.exe and use this script:
Code:echo off title OtServ Restarter cls :controllerini :begin Cryingdamson.exe echo echo :: Restarting Server :: echo goto :controllerini goto begin :goto begin echo on