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