PDA

View Full Version : No Servers Listed in the Server Select Screen...


Haaku
02-27-2003, 07:56 PM
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. :wink:

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

boot5zones.bat

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

[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


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

-------------------------------------------------------------------------------------

miniloginaccounts.ini

localhost eqemu eqemu
localhost eqemu eqemu
localhost eqemu eqemu
localhost eqemu eqemu

-------------------------------------------------------------------------------------

eqhost.txt

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

-------------------------------------------------------------------------------------

thanks in advance for all your help!

Shawn319
02-28-2003, 06:58 AM
REM:--------------Start-----------------------
@echo off
start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
exit
cls