View Single Post
  #5  
Old 11-26-2014, 08:45 PM
Adcid
Fire Beetle
 
Join Date: Nov 2014
Location: Idaho
Posts: 23
Default

on going resolution step by step. I am using the admin/password account that allows me to log in, but unable to see any servers listed on local host and no expansions listed.

eqemu_config.xml
Code:
<!--?xml version="1.0"-->
<server>
        <world>
                <shortname>test</shortname>
                <longname>Test Server</longname>
 
                <!-- Sets the shared key used by zone/launcher to connect to world -->
                <key>some long random string</key>
        </world>
			
		<!-- Database configuration, replaces db.ini.  Defaults shown -->
        <database>
                <host>127.0.0.1</host>
                <port>3306</port>
                <username>root</username>
                <password>xxxxxxxxxx</password>
                <db>peq</db>
        </database>
		
	<loginserver>
			<host>localhost</host>
			<port>5998</port>
			<account>admin</account>
			<password>password</password>
		</loginserver>
</server>
Reply With Quote