loginserver.ini
	Quote:
	
	
		| 
					Originally Posted by loginserver.ini
					
				 ### --- 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=eqlogin1.eqemu.net
 loginserver2=eqlogin2.eqemu.net
 loginport=5999
 loginport2=5999
 worldname=20000 miles inside Norrath
 locked=false
 account=
 password=
 worldaddress=193.253.233.30
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 | 
	
 use to be (with same result) :
	Quote:
	
	
		| 
					Originally Posted by Old loginserver.ini
					
				 ### --- 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=eqlogin1.eqemu.net
 loginserver2=eqlogin2.eqemu.net
 loginport=5999
 loginport2=5999
 worldname=20000 miles inside Norrath
 locked=false
 account=
 password=
 worldaddress=fnemo.no-ip.org
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 | 
	
 Boot5zones.bat
	Quote:
	
	
		| 
					Originally Posted by boot5zones.bat
					
				 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 . 193.253.233.30 7995 193.253.233.30
 start zone . 193.253.233.30 7996 193.253.233.30
 start zone . 193.253.233.30 7997 193.253.233.30
 start zone . 193.253.233.30 7998 193.253.233.30
 start zone . 193.253.233.30 7999 193.253.233.30
 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------------------------
 | 
	
 use to be (with same result) :
	Quote:
	
	
		| 
					Originally Posted by Old boot5zones.bat
					
				 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 . fnemo.no-ip.org 7995 127.0.0.1
 start zone . fnemo.no-ip.org 7996 127.0.0.1
 start zone . fnemo.no-ip.org 7997 127.0.0.1
 start zone . fnemo.no-ip.org 7998 127.0.0.1
 start zone . fnemo.no-ip.org 7999 127.0.0.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
 
 REM:---------------END------------------------
 |