| 
				  
 Ok here are my config files:
 
 db.ini
 
 [Database]
 host=localhost
 user=username (no root)
 password=password
 database=eq1
 
 Loginserver.ini
 
 [LoginServer]
 loginserver=127.0.0.1
 loginserver2=newlogin1.eqemulator.net
 loginport=5999
 loginport2=5998
 worldname=EQemulator
 worldaddress=localhost
 locked=false
 account=username (no root)
 password=password
 
 [WorldServer]
 Defaultstatus=0
 Unavailzone=
 
 [ChatChannelServer]
 worldshortname=
 chataddress=
 chatport=
 
 [LoginConfig]
 ServerMode=minilogin
 ServerPort=5999
 
 Boot5zones.bat
 
 REM: 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:
 @echo off
 if NOT exist spells_us.txt goto NOSPELL
 start zoneperl . localhost 8780 localhost
 start zoneperl . localhost 8781 localhost
 start zoneperl . localhost 8782 localhost
 start zoneperl . localhost 8783 localhost
 start zoneperl . localhost 8784 localhost
 exit
 cls
 :NOSPELL echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup. PAUSE
 
 
 End of files
 
			
			
			
			
				  |