Thread: So Close !!!!
View Single Post
  #2  
Old 02-02-2005, 03:06 PM
footfall99
Fire Beetle
 
Join Date: Jan 2005
Posts: 26
Default

localhost = 127.0.0.1 ...
But since I had the same problem using both localhost and 127.0.0.1 like you have I'd suggest changing all of them to either localhost or 127.0.0.1 not mix and matched.
Here is my boot5zones.bat:
REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 127.0.0.1 8780 127.0.0.1
start zone . 127.0.0.1 8781 127.0.0.1
start zone . 127.0.0.1 8782 127.0.0.1
start zone . 127.0.0.1 8783 127.0.0.1
start zone . 127.0.0.1 8784 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------------------------

Hereis my db.ini:

[Database]
host=127.0.0.1
user=*********
password=********
database=eq

Here is my loginserver:

[LoginServer]
loginserver=127.0.0.1
loginport=5999
loginport2=5999
worldname=Chris is the best
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=StandAlone
ServerPort=5999

//////////////////////////////////////////////////////

With mine like this all is good and dandy....
-Footfall99
Reply With Quote