View Single Post
  #9  
Old 12-02-2003, 07:47 AM
Weveran
Fire Beetle
 
Join Date: May 2003
Posts: 12
Default RE

yes, i followed the whole thing completly
Here is what my edit says (The *'s are ALL replaced by my IP, EXEPT for the *'s in the VERY FIRST line)





REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "*****" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say ****

REM: If you still get errors try using localhost instead of ******

REM:--------------Start-----------------------
@echo off

if NOT exist spells_en.txt goto NOSPELL

start zone . ************************
start zone . ************************
start zone . ************************
start zone . ************************
start zone . ************************
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------------------------
Reply With Quote