View Single Post
  #5  
Old 04-18-2002, 02:55 PM
Kyouchou
Sarnak
 
Join Date: Apr 2002
Posts: 38
Default One more thing...

Also, verify that your LoginServer.ini file has the correct information...

If you are trying to connect to public servers on teh eqemu.org server system, then your LoginServer.ini file needs to say the following:

### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.

# READ README.TXT

[LoginServer]
loginserver=eqlogin.eqemu.org
worldname=<your server name here>
locked=false
account=
password=
worldaddress=<your IP address here>
loginport=5999

It also needs to have your account username and password in the appropriate fields according to what you set up at http://www.eqemu.org/login

If you are trying to connect via Minilogin.exe so you can play without being on the internet then it needs to say the following:

### --- This file tells world.exe what loginserver to connect to.
### --- do not add an account and password unless a EQEmu Dev member has created an account for you.
### --- adding an account and password only grants the server a green name and is not needed.

# READ README.TXT

[LoginServer]
loginserver=localhost
worldname=<your server name here>
locked=false
account=
password=
worldaddress=localhost
loginport=5999

I haven't been able to get minilogin.exe to work properly, but that doesn't mean you wont be able to if you want to try.

The reason I'm mentioning all of this is because of the message at the beginning of the information you provided...

"LoginServer.ini read.
Failed to connect to database: Error: Unknown MySQL Server Host '192.168.0.x' (11001)"

Hope this helps as well,
Kyouchou
Reply With Quote