View Single Post
  #5  
Old 01-08-2003, 10:52 AM
Goshikku Akumu
Fire Beetle
 
Join Date: Dec 2002
Posts: 13
Default

Boot5Zones

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_en.txt goto NOSPELL

start zone . 68.51.140.179 7995 68.51.140.179
start zone . 68.51.140.179 7996 68.51.140.179
start zone . 68.51.140.179 7997 68.51.140.179
start zone . 68.51.140.179 7998 68.51.140.179
start zone . 68.51.140.179 7999 68.51.140.179
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------------------------



ALSO, I forgot because I only installed it just recently but I'm now using a router instead of direct connection to my cable. I'm almost positive that's what the problem is but I'm not quite sure how to fix it as I don't know too much about networking.
__________________
Why? Because.. life sense doesn't make always, son.
Reply With Quote