Log in

View Full Version : Error 10061


irongun
01-31-2002, 10:11 AM
When i Open the world server.. everything works except connecting and i get an Error 10061 when i do that... i double checked the db and .ini file and they're all right, what now?

agvar
01-31-2002, 01:43 PM
you need to set up the mini login server because eqfrags.com server is down for some reason

irongun
01-31-2002, 02:03 PM
how?

madborg
02-05-2002, 06:52 PM
there is a file called loginserver.ini in your server directory.

change loginserver=localhost
and worldaddress=127.0.0.1 if your client and server are on the same machine or your internal IP such as
worldaddress=192.168.1.3 (my setup)

then run everything like normal:

mysqld, minilogin, world, boot5zones

you will see the world server login into to the minilogin as localhost.

the account to use is eqemu/eqemu

you also need to go to mysql at mysql/bin and do the following
commands (do this before you run world server):

use eq (whatever the name of the eqemu db is)
update account set status=200 where name='eqemu';