View Single Post
  #3  
Old 05-26-2002, 07:51 AM
Dante
Fire Beetle
 
Join Date: May 2002
Posts: 3
Default

Ok, I redid everything that the readme says, and my server still doesn't show up (although all the other ones do).

I can't tell if there are any errors in world.exe etc because the window immediately closes as soon as I run them. And yes, I ran the files in the order that you said.

I also tried it both ways (with and without Minilogin).
Also, when MiniLogin says it detects a new client it says the port is 3287, isn't it supposed to be port 5999?

Boot5Zones.bat:

@echo off
start zoneNT . 127.0.0.1 7995 127.0.0.1
start zoneNT . 127.0.0.1 7996 127.0.0.1
start zoneNT . 127.0.0.1 7997 127.0.0.1
start zoneNT . 127.0.0.1 7998 127.0.0.1
start zoneNT . 127.0.0.1 7999 127.0.0.1
exit
cls

eqhost.txt:

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


db.ini:

[Database]
host=localhost
user=<mysqlname>
password=<mysqlpw>
database=eq


loginserver.ini:

[LoginServer]
loginserver=localhost
worldname=TEST
locked=false
account=
password=
worldaddress=localhost
loginport=5999
Reply With Quote