PDA

View Full Version : Minilogin help....


bimlpro
12-19-2006, 04:57 PM
Well i followed the Wiki for the setup of a Minilogin server. I want to setup a server just for around 8-10 people. Anyway everything went well there were only 2 queries i could not execute. So these are the steps i take to try and start my server and play (by myself currently)

-Open MYSQL command Line Client and enter my password
-Open MySQL Administrator and connect to my IP and Port(5999)
-Open Minilogin which has 0servers
-Open World.exe
-Open Zone.exe
-Launch Eqgame.exe shortcut

Now i am able to login with my loginserver handle and my minilogin recognises that 1 client is connected. However when i get to the server select screen there are no servers available not even the 1 i made. So my question is how do i get my server to show up?

Some factors
-Im playing off the same computer my server is running on
-For the host i did not put 127.0.0.1 i put my IP

All help would be great.

bimlpro
12-19-2006, 05:01 PM
Sorry about that, this should have gone in Support: Minilogin.

Aerewen
12-19-2006, 06:09 PM
check your LoginServer.ini file and your eqemu_config.xml file

in eqemu_config.xml


<!-- Only specify these two if you really think you need to. -->
<address>IP ADDRESS OF THE SERVER COMPUTER ON THE NETWORK</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>


that will tell it to connect to the loginserver on the same machine as the world.exe and replace the long text in caps with the ip address of the computer on the network