Thread: Please! Help!
View Single Post
  #1  
Old 09-13-2010, 02:27 AM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default Please! Help!

I have my server running fine and my buddy out of state can log into it. However when I click to play on my server, it finishes loading and instead of going to character select screen, it boots me back to login screen.


eqemu.config.xml
Code:
<server>
        <world>
		<key>randomnessftw</key>
                <shortname>Teh Pwnage</shortname>
                <longname>testness ftw</longname>

                <!-- Only specify these two if you really think you need to. (read: You don't) -->
                <address>68.37.10.242</address>
                <localaddress>192.168.1.100</localaddress>
                                
                <!-- Loginserver information. Defaults shown -->
                <loginserver>
                        <host>eqemulator.net</host>
                        <port>5998</port>
                        <account></account>
                        <password></password>
                </loginserver>
        </world>

        <!-- Database configuration, replaces db.ini. Defaults shown -->
        <database>
                <host>localhost</host>
                <port>3306</port>
                <username>root</username>
                <password>***</password>
                <db>peq</db>
        </database>
</server>

Code:
                <address>68.37.10.242</address>
                <localaddress>192.168.1.100</localaddress>
^^^^^^^^^^
I keep changing that bottom 1, to every address imagineable i can think of, even tried just localhost, and it wont work. does the same thing. and if i change the top address, my server wont show up.

Someone please help me so I can play. Thanks in advance.
Reply With Quote