View Single Post
  #15  
Old 03-27-2004, 04:35 PM
khaasta
Fire Beetle
 
Join Date: Mar 2004
Posts: 1
Default

how do i do this... i dont get it ...
Edit boot5zones.bat and make sure it looks 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 . YourExternalIP 7995 YourInternalIP
start zone . YourExternalIP 7996 YourInternalIP
start zone . YourExternalIP 7997 YourInternalIP
start zone . YourExternalIP 7998 YourInternalIP
start zone . YourExternalIP 7999 YourInternalIP
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------------------------

and um, this link doesnt work for me atleast... it is the second site that u have to click on, the.... http://unc.dl.sourceforge.net/sourceforge < not all of link, but that lnik doesnt work for me
Reply With Quote