| 
				 No Server Listing (Among other problems/questions) 
 (I've read and tried most of the other posts concerning this topic)
 
 Problem #1 -
 When I run Boot5Zones, World.exe, etc. a dos window pops up and immediately closes before I can read any of the information they are displaying.
 
 Problem #2 -
 At the Server select screen, there are no servers listed.
 
 What do I need to have running before I start up EQw and log in?
 
 Any help or suggestions would be greatly appreciated... sorry if I'm asking a question that has been answered a thousand times.
 
 My Boot5Zones.bat: (I screwed this one all up trying things suggested in another thread)
 
 @echo off
 start zoneNT . 63.228.50.206 4953 localhost
 start zoneNT . 63.228.50.206 4954 localhost
 start zoneNT . 63.228.50.206 4955 localhost
 start zoneNT . 63.228.50.206 4956 localhost
 start zoneNT . 63.228.50.206 4957 localhost
 exit
 cls
 
 
 My DB.ini:
 
 [Database]
 host=localhost
 user=<myusername>
 password=<mypw>
 database=eq
 
 
 My LoginServer.ini
 
 [LoginServer]
 loginserver=localhost
 worldname=TEST
 locked=false
 worldaddress=127.0.0.1
 account=eqemu
 password=eqemu
 
 
 My eqhost.txt:
 
 [Registration Servers]
 {
 "localhost:5999"
 }
 [Login Servers]
 {
 "localhost:5999"
 }
 
			
			
			
			
				  |