View Single Post
  #5  
Old 10-25-2008, 11:49 AM
Rocker8956
Hill Giant
 
Join Date: Sep 2007
Posts: 117
Default

Is your plugins folder located in the eqemu\ directory? I think by default it gets placed in eqemu\quests\plugins
If the plugins folder is not in the eqemu\ directory turnins and other quest functions will not work.

Below is the batch file I use to startup my minilogin test server. It has always worked for me

Code:
@echo off
start minilogin.exe
Echo Please wait for Minilogin to fully boot up.
pause
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe zone
exit

Last edited by Rocker8956; 10-25-2008 at 07:53 PM.. Reason: Added batch file
Reply With Quote