View Full Version : ok, this might help explain my problem
Tweek
07-05-2006, 10:46 AM
i took a screenshot of the messages im getting while trying to run  eqemu:  URL=http://img407.imageshack.us/my.php?image=eqemuserverproblem1uw.jpg
Tweek
07-05-2006, 11:08 AM
loginserver.ini:
[LoginServer]
loginserver=
loginport=
worldname=My Minilogin
worldaddress=127.0.0.1
locked=false
account=
password=
[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]
worldshortname=
chataddress=
chatport=
[LoginConfig]
ServerMode=Minilogin
ServerPort=5999
heres my eqemu config file:  
<?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>eq</account>
		<password>eq</password>
        </loginserver>
                <!-- Sets the shared key used by zone/launcher to connect to world -->
                <key></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>
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.