Updated links, heard they were broken
Source:
http://70.183.172.217/EQTools/EQEmuTools.rar
Binaries:
http://70.183.172.217/EQTools/Release.rar
I've put together an auto-crash killer and auto server-restarter. It's written in VB.Net and seems to work fine. Here's the
source and
win32 binaries
The crash-killer should close any crashed window - whether or not you have a debugger installed.
The server restarted can be set to restart your server periodically, or stop and start your server with one click.
The only thing it needs is to know where your .bat file for launching the server is. It can be installed in any directory.
Here's the .bat I use:
@echo off
cls
echo *** CLEARING OLD LOGS ***
del "C:\EQEmu\logs\*.*" /q
echo *** STARTING EVERQUEST WORLD EMULATOR ***
start world.exe
ping -n 15 127.0.0.1 >nul
echo *** STARTING EVERQUEST ZONES ***
start eqlaunch.exe static
start eqlaunch.exe dynamic
exit
Feedback is greatly appreciated!