PDA

View Full Version : eqemu7.0, minilogin, no servers in server list


Kirgothi
04-21-2006, 04:04 PM
Like the title says, I am running eqemu7.0 with a fresh titanium install. I am using minilogin, or trying to. I can get past the login but then nothing shows up in my serverlist.

I have read every post I can find about this topic. My eqemu_config.xml and loginserver.ini look ok compared to what is mentioned in just about every post.

I am running the server, minilogin, and the client on the same machine. Do I have to do anything different for that?

So close, yet so far away....

Belfedia
04-21-2006, 10:04 PM
Have you open some port in your firewall/router config ?

klinzhai
04-22-2006, 12:43 AM
Have you open some port in your firewall/router config ?

He's running minilogin, the server and the client on the same machine.... that shouldn't require any comms to go through the firewall or router.

Belfedia
04-22-2006, 12:50 AM
Yes you're right , i think i'm little tired hehe don't see "same machine" lol

For the problems:
Can you produce your config files ? plz

Kirgothi
04-22-2006, 02:26 AM
Here is my eqemu_config.xml:

<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>

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

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>emusp3</db>
</database>
</server>


What other files do you want me to show?