if they are closing they are erroring out for a reason does any of them remain open?min,world,or bootzone also i had a problem if i tried removing the other text from the boot5zones.dat you only posted a portiong is it all still intact
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "localhost" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
REM:--------------Start-----------------------
@echo off
if NOT exist spells_en.txt goto NOSPELL
start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
start zone . localhost 8000 localhost
start zone . localhost 8001 localhost
start zone . localhost 8002 localhost
start zone . localhost 8003 localhost
start zone . localhost 8004 localhost
start zone . localhost 8005 localhost
start zone . localhost 8006 localhost
start zone . localhost 8007 localhost
start zone . localhost 8008 localhost
start zone . localhost 8009 localhost
exit
cls
:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
REM:---------------END------------------------
also just as a "what the hell" kinda thing on your LoginServer part where it says worldaddress=127.0.0.1 delete that part thats only differnce in mine is it just says
worldaddress=
with no ip/localhost info
|