View Single Post
  #9  
Old 02-28-2012, 01:10 AM
Sourdough35
Hill Giant
 
Join Date: Nov 2004
Posts: 126
Default

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