Thats my Bat. File... And Where do I get the pack you are talking about?
24.162.26.61 is my IP
192.168.1.1 Gate IP
(I made a guess on the 2nd IP and used my Gate IP)
	Quote:
	
	
		
			
				@echo off 
 
if NOT exist spells_en.txt goto NOSPELL 
 
start ZoneDebug.exe . 24.162.26.61 7995 192.168.1.1 
start ZoneDebug.exe . 24.162.26.61 7996 192.168.1.1 
start ZoneDebug.exe . 24.162.26.61 7997 192.168.1.1 
start ZoneDebug.exe . 24.162.26.61 7998 192.168.1.1 
start ZoneDebug.exe . 24.162.26.61 7999 192.168.1.1 
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
			
		 |