View Single Post
  #1  
Old 02-27-2003, 07:56 PM
Haaku
Fire Beetle
 
Join Date: Feb 2003
Posts: 2
Default No Servers Listed in the Server Select Screen...

Okay, so in theory I have everything working, however when I get to the server select screen, where there should be a listing of my own personal server, there is nothing. :( I just wanted to play this over my own LAN, or atleast on this computer I am using alone.... If you have any ideas as to how to make my server show up, or make anything show up, please let me know.

Here's what my files look like:
-------------------------------------------------------------------------------------

boot5zones.bat

Code:
REM:--------------Start-----------------------
@echo off 
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
exit 
cls
-------------------------------------------------------------------------------------

LoginServer.ini

Code:
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Josh's
locked=false
account=
password=
worldaddress=localhost

[WorldServer]
Defaultstatus=
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
-------------------------------------------------------------------------------------

db.ini


Code:
[Database] 
host=localhost 
user=eqemu 
password=eqemu
database=eq 
compression=off
-------------------------------------------------------------------------------------

miniloginaccounts.ini

Code:
localhost eqemu eqemu
localhost eqemu eqemu
localhost eqemu eqemu
localhost eqemu eqemu
-------------------------------------------------------------------------------------

eqhost.txt

Code:
[Registration Servers] 
{ 
"localhost:5999" 
} 
[Login Servers] 
{ 
"localhost:5999" 
}
-------------------------------------------------------------------------------------

thanks in advance for all your help!