Changing the path code didn't work.
My .bat is as follows:
@echo off
Path = c:\Games\Everquest\mysql\bin;c:\Games\Everquest\pe rl\bin;%Path%
xampp_start.exe
cd .\eqemu
start EQEmuLoginServer.exe
echo
echo
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
sleep 10
start eqlaunch.exe zone
exit
Runs mysql and the various server progs just fine and I can connect to my world, set up a toon and run around. I just can't get the NPCs to talk to me.
|