Ok i know this post is everywhere on forums but they are all a little different and or they arnt answered....
Im running a minilogin and no matter what i get this error from from ONLY the comp that is running the server
It will bott the zone but it wont transfer the character to the zone.
	Quote:
	
	
		| 6282364 New client from ip: 192.168.0.1 port: 1418 Logged in: FirstLogin Account #5: Zac
 Zoneserver SetZone: 192.168.0.3:8792  (0)
 Zoneserver SetZone: 192.168.0.3:8792  (0)
 Client disconnected
 8048894 New client from ip: 192.168.0.3 port: 3614
 Logged in: FirstLogin Account #4: Sirsoma
 Client disconnected
 | 
	
 No one can help me with this in IRC.
My Files:
db.ini
	Quote:
	
	
		| # READ README.TXT! 
 [Database]
 host=localhost
 user=root
 password=brell
 database=eq1
 
 
 ### --- 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.
 | 
	
 loginserver.ini
	Quote:
	
	
		| ### --- 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=192.168.0.3
 loginport=5994
 worldname=Brell Serilis
 worldaddress=192.168.0.3
 locked=false
 account=
 password=
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 
 [ChatChannelServer]
 worldshortname=
 chataddress=
 chatport=
 
 [LoginConfig]
 ServerMode=StandAlone
 ServerPort=5994
 | 
	
 boot5zones.bat
	Quote:
	
	
		| REM: ****Read this first!!!**** 
 REM: Replace your real IP in the place of "EXTERNAL_IP_HERE" , your IP can be found at http://www.whatismyip.com (only works if your not using a router)
 
 REM:--------------Start-----------------------
 @echo off
 
 if NOT exist spells_us.txt goto NOSPELL
 
 start zone . 192.168.0.3 8793 192.168.0.3
 start zone . 192.168.0.3 8794 192.168.0.3
 start zone . 192.168.0.3 8795 192.168.0.3
 exit
 cls
 
 :NOSPELL
 echo You did not copy the spells_en.txt from your everquest directory to this one.  Please do so or zones will crash on startup.
 PAUSE
 
 REM:---------------END------------------------
 
 | 
	
 DB: 
-PEQ_Kunark.sql
Sourced: 
- all_zones.sql
 I've made the accounts and set the server to minilogin and everything but no matter what i do it will not allow this computer to log in. It will let the others on my LAN though. Any suggestions?