View Single Post
  #4  
Old 11-03-2004, 11:07 AM
LuMiNoUs
Fire Beetle
 
Join Date: Mar 2004
Posts: 9
Default

Now.. My server doesn't show up the list. Here's the boot5zones.bat, db.ini, loginserver.ini.

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

REM: This file requires your real IP in the place of "EXTERNAL_IP_HERE" 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 . xx.x.xxx.xx 8780 192.168.0.1
start zone . xx.x.xxx.xx 8781 192.168.0.1
start zone . xx.x.xxx.xx 8782 192.168.0.1
start zone . xx.x.xxx.xx 8783 192.168.0.1
start zone . xx.x.xxx.xx 8784 192.168.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------------------------


### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=newlogin1.eqemulator.net
loginport=5994
worldname=[Custom/Legit] Extreme PvP
worldaddress=xx.x.xxx.xx
locked=false
account=
password=


[WorldServer]
Defaultstatus=10
Unavailzone=



# READ README.TXT!

[Database]
host=localhost
user=xxxxxxxx
password=xxxxxx
database=eq


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.
Reply With Quote