leileililasian
New Member
- Joined
- Sep 27, 2009
- Messages
- 50
- Reaction score
- 0
I need a working auto restart for 0.3.6 that will automatically start the game if the game crashes or shuts down.
@echo off
title OTserv Auto-restarter
echo :: =========================================
echo :: --- Auto-Restarter ---
echo :: --- By: Sheenita ---
echo :: =========================================
echo ::
:begin
nameserver.exe
echo ::
echo :: =========================================
echo :: --- Server CrAsH ---
echo :: =========================================
echo ::
goto begin
:goto begin