If you are trying to setup a private, minilogin server (which it appears due to the reference to the loginserver.ini file), try making these changes to your configs:
	Quote:
	
	
		| 
					Originally Posted by Grimtooth  *************** INI ********** ***
 ###Your current configuration is as follows:
 
 loginserver.ini:
 [LoginServer]
 loginserver=127.0.0.1
 loginport=5998
 worldname=My Minilogin
 worldaddress=127.0.0.1
 locked=false
 account=
 password=
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 [ChatChannelServer]
 
 worldshortname=
 chataddress=
 chatport=
 
 [LoginConfig]
 ServerMode=Minilogin
 ServerPort=5999
 
 ***********Config******************
 
 ?xml version="1.0">
 <server>
 <world>
 <shortname>Grimtest</shortname>
 <longname>My Minilogin</longname>
 
 <!-- Only specify these two if you really think you need to. -->
 <!--<address>24.124.50.221</address>-->
 <!--<localaddress>127.0.0.1</localaddress>-->
 
 <!-- Loginserver information.  -->
 <loginserver>
 <host>127.0.0.1</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> *not gonna post this* </password>
 <db>peq</db>
 </database>
 </server>
 
 ************Batch***************
 
 @echo off
 start minilogin.exe
 pause
 start world.exe
 pause
 echo Wait for World to finish loading... Press Enter when done.
 pause
 start eqlaunch.exe zone
 exit
 
 *************************
 *************************
 
 if anyone requires any other information to help with this i'll be glad to pop that up here as well...
 | 
	
 You can get the Minilogin6.2.zip from Sourceforge, I believe.
Check your `variables` table in the PEQ database and ensure the LoginType is "minilogin".
If you are trying to connect to the public LoginServer, the port to eqemulator.net needs to be 5998, not 5999. <-- minilogin
And setting anything in the config between <!-- and --> is commented out. Remove those around the address tags if you want to try them.
Lastly, make sure the launchers table in the database really has a launcher named "zone", or your zones won't start using EQLaunch (though you should still be able to run zone.exe 2 times and get enough zones to move around)