View Single Post
  #15  
Old 02-09-2012, 03:49 PM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

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
Reply With Quote