EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=616)
-   -   No Servers Listed in the Server Select Screen... (https://www.eqemulator.org/forums/showthread.php?t=5587)

Haaku 02-27-2003 07:56 PM

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. :wink:

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!

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


All times are GMT -4. The time now is 08:48 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.