Compiled fine after some tweeking, stumbled past the #2006 errors by rewriting the db.ini file, and everything Looks fine but No show on Raevenloft... here is all my files and things.
World.exe output
	Quote:
	
	
		
			
				[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.0 
[Status] Loading variables.. 
[Status] Loading zones.. 
[Status] Loading items.. 
[Status] EMuShareMem loaded 
[Status] Loading items from database: count=0, max id=0 
Incomplete LoginServer.INI file. 
[Status] Loading guild ranks.. 
[Status] Loading addon.ini.. 
[Status] Loading EQ time of day.. 
[Status] Deleted 0 stale player corpses from database 
[Status] Deleted 0 stale player backups from database 
Formatting drive C: 
TCP listening on: 68.209.181.6:9000 
World server listening on: 68.209.181.6:9000 
34078 New TCP connection: 127.0.0.1:3222 
34078 New TCP connection: 127.0.0.1:3223 
34078 New TCP connection: 127.0.0.1:3224 
34078 New TCP connection: 127.0.0.1:3225 
34078 New TCP connection: 127.0.0.1:3226 
New zoneserver: #1 127.0.0.1:3226 
New zoneserver: #2 127.0.0.1:3225 
New zoneserver: #3 127.0.0.1:3224 
New zoneserver: #4 127.0.0.1:3223 
New zoneserver: #5 127.0.0.1:3222 
Zoneserver SetConnectInfo: 127.0.0.1:3222: 68.209.181.6:7999 
Zoneserver SetConnectInfo: 127.0.0.1:3223: 68.209.181.6:7996 
Zoneserver SetConnectInfo: 127.0.0.1:3224: 68.209.181.6:7995 
Zoneserver SetConnectInfo: 127.0.0.1:3225: 68.209.181.6:7998 
Zoneserver SetConnectInfo: 127.0.0.1:3226: 68.209.181.6:7997
			
		 | 
	
	
 ***Incomplete LoginServer.INI file.*** ?
bat5 zone output (just one)
	Quote:
	
	
		
			
				[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.0 
[Status] Loading Variables 
[Status] Loading zone names 
[Status] Loading items 
[Status] EMuShareMem loaded 
[Status] Loading npcs 
[Status] Loading npc faction lists 
[Status] Loading loot tables 
[Status] Loading doors 
[Status] FileLoadSPDat() Loading spells from spells_en.txt 
[Status] FileLoadSPDat() spells loaded: 4294 
[Status] Loading guilds 
[Status] Loading factions 
[Status] Loading corpse timers 
[Status] Loading what ever is left 
[Status] Entering sleep mode 
Connected to worldserver: localhost:9000
			
		 | 
	
	
 db.ini (retyped on a fresh txt file)
	Quote:
	
	
		
			
				# ReAD README.TXT! 
[database] 
host=localhost 
user=Lister 
password=Smeghead (or not really) 
database=eq 
compression=off 
### --- this file tells world.exe what computer mysql is on. Host should 
### --- be left "localhost" unless mysql is on a different computer then world
			
		 | 
	
	
 
Loginserver.ini (also retyped)
	Quote:
	
	
		
			
				### --- This file tells world.exe what loginserver to connect to. 
### --- Leave the account and password filed 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 world "server" in worldname. 
### --- Note2: the word "sererver" is added to each server automaticly. 
# 
#READ README.TXT 
[LoginServer] 
loginserver=eqlogin1.eqemulator.net 
loginserver2= 
loginport=5997 
loginport2= 
worldname=Raevenloft (Very Legit) 
worldaddress=*.*.*.* 
locked=true 
account= 
password= 
[WorldServer] 
defaultstatus=0 
unavailzone= 
[LoginConfig]  
ServerMode=Standalone  
ServerPort=5997  
UplinkAddress=  
UplinkPort=  
UplinkAccount=  
UplinkPassword=  
			
		 | 
	
	
 
Boot5zone.bat
	Quote:
	
	
		
			
				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:--------------Start----------------------- 
 
@echo off 
 
 
 
if NOT exist spells_en.txt goto NOSPELL 
 
 
 
start zone . *.*.*.6 7995 localhost 
 
start zone . *.*.*.6 7996 localhost 
 
start zone . *.*.*.6 7997 localhost 
 
start zone . *.*.*.6 7998 localhost 
 
start zone . *.*.*.6 7999 localhost 
 
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------------------------ 
			
		 | 
	
	
 Oddly the same thing occurs with Minilogin .0.5.0 (changing config info) i can log into server select but no server listed. I'm sure its some config error but i can't see it...
if you see the error please let me know. I have been working on this for 4 hours now and my brain hurts more then usual. Going to sleep now, wish you all a fine weekend. 
Thank you if you can help.
Kgaul