Your zones aren't connecting to world.exe, we need to see your boot5zones.bat.
E.g., this is mine for a minilogin server, running 3 zones:
Quote:
C:\eqemu\5.3dr2dev\build>type boot5zones.bat
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "127.0.0.1" when you are co
nnecting
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_us.txt goto NOSPELL
start zone . 127.0.0.1 7995 localhost
start zone . 127.0.0.1 7996 localhost
start zone . 127.0.0.1 7997 localhost
exit
cls
:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this on
e. Please do so or zones will crash on startup.
PAUSE
REM:---------------END------------------------
|