There are several Tutorials and I think they all have something wrong with them... (though it could also be me :P )
This one seems to be closest to working:
http://www.eqemulator.net/wiki/wikka.php?wakka=Windows
Your MySQL and Perl versions look ok... I wouldn't use Minilogin... just use EQEmuLoginServer.exe... so skip the Perl and MySQL install parts on the guide (though make sure MySQL is on your system path) and skip the MiniLogin part.
Your eqemulogin.ini file should look like this (if your server and client are on the same computer:
Code:
Port=5999
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=localhost
DatabaseCatalogName=peqlogindb
DatabaseUserName=[Your DB Username]
DatabaseUserPassword=[Your DB Password]
OPCodePathAndFileName=login_opcodes.conf
And your ServerStart.bat should be like this:
Code:
@echo off
Echo Starting EQEmuLoginServer
cd e:\eqemu
start eqemuloginserver.exe
echo
echo
cd e:\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