Richardo
03-13-2004, 06:28 AM
This applies to only if your World.exe is running properly but you get a error on your Boot5Zones and your running your server from your PC
1. Open your Boot5Zones.bat (If you are running from your PC)
2. Where you must put your external and internal IP Addresses put..
localhost
instead of IP addresses.. Example
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_us.txt goto NOSPELL
start zone freportw localhost 7995 localhost
start zone freportn localhost 7996 localhost
start zone freporte localhost 7997 localhost
start zone nexus localhost 7998 localhost
start zone arena localhost 7999 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------------------------
That fixed my problem and now I can log on my own server. Tell me if this helps any of you with the same problems I was having.
1. Open your Boot5Zones.bat (If you are running from your PC)
2. Where you must put your external and internal IP Addresses put..
localhost
instead of IP addresses.. Example
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_us.txt goto NOSPELL
start zone freportw localhost 7995 localhost
start zone freportn localhost 7996 localhost
start zone freporte localhost 7997 localhost
start zone nexus localhost 7998 localhost
start zone arena localhost 7999 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------------------------
That fixed my problem and now I can log on my own server. Tell me if this helps any of you with the same problems I was having.