Quote:
Originally Posted by Belfedia
Hello,
Have you config & start your boot5zone.bat ?
if answer is yes, can you produce his log file ?
|
Started yes but config no, what i have to do ??
Here is the Boot5zones.bat :
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "YourIP" 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 . YourIP 7995 127.0.0.1
start zone . YourIP 7996 127.0.0.1
start zone . YourIP 7997 127.0.0.1
start zone . YourIP 7998 127.0.0.1
start zone . YourIP 7999 127.0.0.1
#start zone . YourIP 7999 127.0.0.1
#start zone . YourIP 8000 127.0.0.1
#start zone . YourIP 8001 127.0.0.1
#start zone . YourIP 8002 127.0.0.1
#start zone . YourIP 8003 127.0.0.1
#start zone . YourIP 8004 127.0.0.1
#start zone . YourIP 8005 127.0.0.1
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------------------------
Thanks for your response Belfedia
