I forgot to add
Download Maps
http://eqemumaps.googlecode.com/svn/trunk/Maps
Download Zlib
http://sourceforge.net/projects/libp...l.zip/download
eqemu_config.xml
<loginserver>
<host>localhost</host>
<port>5999</port>
<account>root</account>
<password>xxxxx</password>
@echo off
Echo Starting minilogin
cd C:\eqemu
start minilogin.exe
echo
echo
cd C:\eqemu
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 10 127.0.0.1 > nul
echo starting zone
start eqlaunch.exe zone
exit