View Single Post
  #2  
Old 04-24-2004, 09:57 AM
Baelin
Fire Beetle
 
Join Date: Jun 2003
Posts: 2
Default

Since your using MiniLogin you don't want to connect to the eqemu login server. If localhost doesn't work replace it with your local ip address.

eqhost.txt - You have have to fiddle with the port numbers

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

LoginServer.ini

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We recommend using the eqemulator.net Loginserver ALWAYS.

### --- NOTE: You can NOT use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automatically.

# READ README.TXT
[LoginServer]
loginserver=localhost
loginport=5999
worldname=Personal Testing
worldaddress=localhost
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

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


-B
Reply With Quote