View Single Post
  #1  
Old 02-02-2007, 01:29 AM
Aban
Fire Beetle
 
Join Date: Oct 2002
Posts: 6
Default booted from server select to login screen

I am useing EQEmu-0.7.0-948 and minilogin 6.2 and unpached everquest titanium.
My server loads and runs fine the only error i get is unable to load eqtime.cfg but I don't think that matters does it?
Anyway I can log into other people's servers fine.
The problem is when I try to log into mine i get to the server select screen and i see my server listed. When I try to log on it takes me back to the login screen where I put my name and password.
Whats wierd to me is that It tells me new connection from my IP but I get no errors. I cant figure out why I am unable to log in completely. Any help is much appriciated. Thank you in advance for any help.

Here is my login file:

Code:
[LoginServer]
loginserver=127.0.0.1
#loginserver2=newlogin1.eqemulator.net
loginport=5999
#loginport2=5999
worldname=My World
worldaddress=99.99.99.99 (my real ip is here not the 127.0.01)
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
and my eqemu_config

Code:
<?xml version="1.0">
<server>
    <world>
        <shortname>My World</shortname>
        <longname>Testing</longname>
                
    <!-- Only specify these two if you really think you need to. -->
        <address>Serving Machines IP</address>
        <localaddress>127.0.0.1</localaddress>
        
    <!-- Loginserver information.  -->
        <loginserver>
            <host>99.99.99.99 (real ip is here not the 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>root</username>
        <password>00000</password>
        <db>peq</db>
    </database>
</server>
and my eqhost file

Code:
[LoginServer]
Host=99.99.99.99 (my real ip is here also not the 127.0.0.1):5999

Last edited by Aban; 02-02-2007 at 09:31 AM.. Reason: fogot to add my host file
Reply With Quote