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';
|