Well, I finally found a great walkthrough on how to set up a server to where you can play it on your either your computer or your lan. 
http://www.eqemulator.net/wiki/wikka...ka=ws992mysql5 is the one I used.
I followed it step by step, and double checked my work as I went. I went with PEQ as my DB. When I was all finished, I started the minilogin. Once it said it was listening, I started my Start.bat file. I wait until the first window says that it is connected to 127.0.01 then I go to the other window that just opened and press enter. I wait for it to do its thing. It usally stops after it opened port 7005. 
At this point I open EQ. (BTW I can play on the servers that other people here have running). Yes, I changed eqhost to 127.0.0.1 I get to the log in screen and I put in, well anything, and I get to the server select screen. This is where I am having my issue. There are no servers listed. On my minilogin window, it shows there is 1 server and 1 client active, so that leads me to believe that everything is atleast running.
I am not sure what all info you need, but I will post my XML and my INI file here for you to look at. 
XML
	Quote:
	
	
		| <?xml version="1.0"> <server>
 <world>
 <shortname>rallos</shortname>
 <longname>Rallos Zek</longname>
 
 <!-- Only specify these two if you really think you need to. -->
 <address>127.0.0.1</address>
 <localaddress>127.0.0.1</localaddress>
 
 <!-- Loginserver information.  -->
 <loginserver>
 <host>127.0.0.1</host>
 <port>5999</port>
 <account></account>
 <password></password>
 </loginserver>
 
 <!-- Sets the shared key used by zone/launcher to connect to world -->
 <key>some long random string</key>
 
 <!-- Enable and set the port for the HTTP service. -->
 <http port="9080" enabled="true" mimefile="mime.types" />
 </world>
 
 <!-- Database configuration, replaces db.ini. -->
 <database>
 <host>localhost</host>
 <port>3306</port>
 <username>root</username>
 <password>password</password>
 <db>peq</db>
 </database>
 </server>
 | 
	
 INI
	Quote:
	
	
		| [LoginServer] loginserver=127.0.0.1
 loginport=5999
 worldname=Rallos Zek
 worldaddress=127.0.0.1
 locked=false
 account=
 password=
 
 [WorldServer]
 Defaultstatus=
 Unavailzone=
 
 [ChatChannelServer]
 worldshortname=
 chataddress=
 chatport=
 
 [LoginConfig]
 ServerMode=Minilogin
 ServerPort=5999
 | 
	
 So... Any ideas on what I need to do or what I am doing wrong?