Not Showing up on Server list...

Rubtub

New member
Joined
Jan 11, 2006
Messages
246
Reaction score
0
Points
0
Ok... I have had a couple problems the past couple day think i finally fix them... Now i think my server is running but i dont know why it will not show up on the list for me to login to the server so i can play around with it. If anyone could help me by posting what i should do or what i should include to help fix the problem it would be a ton of help. thanks.
 
Hmmm my crystal ball is not working today....

Are you running a Mini Login Server, or Public Server via EQEmulator.net?

Post Your eqemu_config.xml file without your login name and password.
 
Yoda said i wouldnt have to touch that but here it is. Also Emu.net :p what a shitty crystal ball

Code:
<?xml version="1.0">
<server>
        <world>
                <shortname>emusp</shortname>
                <longname>DRP says change me!</longname>

                <!-- 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>eq</db>
        </database>
</server>
 
You should have an entry in that xml file like so...

<-- Login Server Information -->
<host> eqemulator.net</host>
<port> 5998 </port>
<account> Your Login Name that you registered</account>
<password> Your Password that you registered </password>


Then is should show up on server list.