Grr you sure?
You sure? Everytme i start it up now it says ERROR: Zone boot up failed
Here is my Boot5zones.bat file looks like =( Please help
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 qeynos. 192.168.0.xxx 7995 192.168.0.xxx
start zone qeynos2. 192.168.0.xxx 7996 192.168.0.xxx
start zone qey2hh1. 192.168.0.xxx 7997 192.168.0.xxx
start zone blackburrow. 192.168.0.xxx 7998 192.168.0.xxx
start zone northkarana. 192.168.0.xxx 7999 192.168.0.xxx
start Zone surefallglade. 192.168.0.xxx 6900 192.168.0.xxx
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------------------------
Whats wrong?
|