View Single Post
  #7  
Old 03-13-2004, 09:08 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Ok now that you can connect your zone.exe to your world.exe (generalization), you can set your load5zones.bat to look like this:
Code:
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 . <your IP> 7995 127.0.0.1
start zone . <your IP> 7996 127.0.0.1
start zone . <your IP> 7997 127.0.0.1
start zone . <your IP> 7998 127.0.0.1
start zone . <your IP> 7999 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------------------------
See what that does for you...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote