View Single Post
  #6  
Old 09-30-2008, 02:18 PM
Lokymean
Fire Beetle
 
Join Date: Sep 2008
Location: San Diego
Posts: 17
Default

Thanks..MInilogin set up...but I get this when I try to launch world.exe after minilogin is loaded and turned on as well.
Code:
C:\Documents and Settings\Robert>D:\EQEmu\world.exe
Failed to open log file: logs/eqemu_debug_world_3176.log
[Debug] [WORLD__INIT] Loading server configuration..
Unable to load 'eqemu_config.xml': Failed to open file
[Debug] [WORLD__INIT_ERR] Loading server configuration failed.
Here are my configs..

EQEMU_config.xml
Code:
<?xml version="1.0">
<server>
        <world>
                <shortname>Test</shortname>
                <longname>EQ Test</longname>
                <!-- Only specify these two if you really think you need to. -->
		<address>192.168.1.7</address>
		<localaddress>192.168.1.7</localaddress>
		
		<!-- Loginserver information.  -->
        <loginserver>
		<host>192.168.1.7</host>
		<port>5999</port>
		<account></account>
		<password></password>
	</loginserver>
	<unlocked></unlocked>
       <!-- Sets the shared key used by zone/launcher to connect to world -->
                <key>kiw9083wdfgesiwud</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>password</password>
                <db>peq</db>
        </database>
</server>
LoginServer.ini
Code:
[LoginServer]
loginserver=192.168.1.7
#loginserver2=
loginport=5999
#loginport2=
#worldname=Name of server here
#worldaddress=Your IP Address here
#locked=false
#account=
#password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
I have minilogin and all its files in my main EQEMU directory. If this is wrong, I would really like a list of files and their needed locations so I can straighten things out.
Where does everything need to be?
((INstallation paths, etc...))
Reply With Quote