| Jodokall | 
			06-07-2007 06:52 AM | 
		 
		 
		 
		
			For minilogin to work...   
		
		
		I've done some searching, but cannot find anything. I'm trying to run the server/minilogin and play on the same box, but whenever I go to run start.bat I get the following message in world.exe: 
	Quote: 
	
	
		
			 
			
				[Debug] [WORLD_LS_ERR] ****For minilogin to work, you need to set the <address> element in the <world> section.
			
			 
		 | 
	 
	 
 Here is how my eqemu_config.xml is configured:
 
	Quote: 
	
	
		
			 
			
				<?xml version="1.0"> 
<server> 
	<world> 
	    <shortname>Miketoxxulous</shortname> 
	    <longname>The Miketoxxulous Server</longname> 
	            
	<!-- Only specify these two if you really think you need to. --> 
	    <!--<address>192.168.1.2</address>--> 
	    <!--<localaddress>192.168.1.2</localaddress>--> 
	    
	<!-- Loginserver information.  --> 
	    <loginserver> 
	        <host>192.168.1.2</host> 
	        <port>5999</port> 
	        <account></account> 
	        <password></password> 
	    </loginserver> 
 
	    <!-- 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>root</username> 
	    <password>asawolfe</password> 
	    <db>peq</db> 
	</database> 
</server>
			
			 
		 | 
	 
	 
 And my loginserver.ini:
 
	Quote: 
	
	
		
			 
			
				[LoginServer] 
loginserver=192.168.1.2 
loginport=5999 
worldname=The Miketoxxulous Server 
worldaddress=192.168.1.2 
locked=false 
account= 
password= 
 
[WorldServer] 
Defaultstatus= 
Unavailzone= 
 
[ChatChannelServer] 
worldshortname= 
chataddress= 
chatport= 
 
[LoginConfig] 
ServerMode=MiniLogin 
ServerPort=5999
			
			 
		 | 
	 
	 
 
Anyone know what the problem is that I'm not seeing?  
	 |