View Single Post
  #2  
Old 10-23-2004, 09:47 AM
Cans
Sarnak
 
Join Date: Mar 2003
Posts: 71
Default

You PMed me before, but now I know why.

You are using the wrong IP address in the wrong space in your boot5zones.bat file.

Go to www.whatismyip.com, look at the big number, and write it down. Let's say you go there and the number is 68.67.66.65 .. Your boot5zones should 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 127.0.0.1 instead of localhost
REM:--------------Start----------------------- 
@echo off 

if NOT exist spells_us.txt goto NOSPELL 

start zone . 68.67.66.65 7995 127.0.0.1 
start zone . 68.67.66.65 7996 127.0.0.1
start zone . 68.67.66.65 7997 127.0.0.1 
start zone . 68.67.66.65 7998 127.0.0.1 
start zone . 68.67.66.65 7999 127.0.0.1
start zone . 68.67.66.65 8000 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------------------------
You can exchange 127.0.0.1 with localhost, and also be sure to replace 68.67.66.65 with the IP address on whatismyip.com.

Also, be sure to forward the ports of 7995 - 8000 (more if you want more zones) so the people can connect.

This should fix the problem.
__________________
Cans O`Whoop Ass
LOADING, PLEASE WAIT...
Reply With Quote