Runicmyst, It would help if you told us the problem in the same post lol.. aside from the db.ini password being blank (which i assume was you just masking PW which is good), you could try making your worldname longer. EQEmu doesnt like very short worldnames (dunno why).
	Quote:
	
	
		| 
					Originally Posted by Runicmyst
					
				 These are my ini files.. can you tell anything from this?
 # READ README.TXT!
 
 [Database]
 host=localhost
 user=Runicmyst
 password=
 database=eq
 
 
 ### --- This file tells world.exe what computer mySQL is on. Host should
 ### --- be left "localhost" unless mysql is on a differant computer than world.exe.
 
 
 
 
 **************************************************  **
 
 ### --- This file tells world.exe what loginserver to connect to.
 ### --- Leave the account and password field BLANK.
 
 ### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.
 
 ### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
 ### --- NOTE2: the word "Server" is added to each server automaticly.
 
 # READ README.TXT
 
 [LoginServer]
 loginserver=eqlogin1.eqemu.net
 loginserver2=eqlogin2.eqemu.net
 loginport=5999
 loginport2=5999
 worldname=Game
 locked=false
 account=
 password=
 worldaddress=68.36.10.130
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 *************************************************
 
 REM: ****Read this first!!!****
 
 REM: This file requires your real IP in the place of "YourIP" when you are connecting
 REM: To the EQEmu Loginserver.
 
 REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
 
 REM: If you still get errors try using localhost instead of 127.0.0.1
 
 
 REM: zoneNT.exe is for use with Windows NT, 2000 and XP.
 
 REM:--------------Start-----------------------
 
 
 @echo off
 start zone . 68.36.10.130 7995 68.36.10.130
 start zone . 68.36.10.130 7996 68.36.10.130
 start zone . 68.36.10.130 7997 68.36.10.130
 start zone . 68.36.10.130 7998 68.36.10.130
 start zone . 68.36.10.130 7999 68.36.10.130
 exit
 cls
 
 
 REM:---------------END------------------------
 |