From the looks & sounds of it, you're trying to run a server of your own locally (on your own computer), right? Then take a look at what you posted:
Quote:
Originally Posted by Velenos
--LoginServer.ini--
[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Veleno's
worldaddress=65.162.104.218
locked=false
account=
password=
|
See the problem? If you want to host the server locally, you'll need to change the loginserver & worldaddress to match the entries I have listed in my post:
http://forums.eqemu.net/viewtopic.ph...ghlight=#34617 , copied here for convenience:
Quote:
Originally Posted by devlor
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=MyWorld
worldaddress=localhost
locked=false
account=
password=
|
As stated in the EQEmu documentation, if "localhost" doesn't work for you, use 127.0.0.1 instead.
All of the files listed there must match
exactly what I have there (with the exception of "worldname=MyWorld" in your LoginServer.ini file & user=MySQL_user, password=MySQL_pass in your db.ini file, which you can specify according to taste; the latter two need to match whatever user name & password you specified for MySQL though).