Having an issue with the login portion.
 
	Quote:
	
	
		| 
					Originally Posted by LoginServer.ini
					
				 [LoginServer]loginserver=127.0.0.1
 loginport=5999
 worldname=EverQuest Classic
 worldaddress=127.0.0.1
 locked=false
 account=eqclassic
 password=password
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 
 [ChatChannelServer]
 worldshortname=
 chataddress=
 chatport=
 
 [LoginConfig]
 ServerMode=StandAlone
 ServerPort=5999
 | 
	
 
	Quote:
	
	
		| 
					Originally Posted by db.ini
					
				 [Database]host=localhost
 user=root
 password=******
 database=eqclassic
 compression=off
 | 
	
 
	Quote:
	
	
		| 
					Originally Posted by MiniLoginAccounts.ini
					
				 # Max 200 lines total (including comments and blank lines)# Blank lines may mess up the line # reported in error messages
 127.0.0.1 test test
 | 
	
 UPDATE: It's expecting a packet size of 603, but getting packet size 539. I re-compiled in MiniLogin and created the MiniLoginAccounts.ini file and changed EQEMU_PROTOCOL_VERSION to 0.1 and remove serverversion[64] from ServerLSInfo_Struct. I can now login, but can't get in to the world server.
 
 
