Just build your own load5zones.bat file... Open notepad type in the text as follows
Code:
start zone . <your ip or localhost> 7995 <your ip or localhost>
start zone . <your ip or localhost> 7996 <your ip or localhost>
start zone . <your ip or localhost> 7997 <your ip or localhost>
start zone . <your ip or localhost> 7998 <your ip or localhost>
start zone . <your ip or localhost> 7999 <your ip or localhost>
And this is NOT needed, but will help remind you if you dont have the right txt file in the same directory as load5zones.bat. Just type this above the first line:
Code:
if NOT exist spells_us.txt goto NOSPELL
Then after the LAST line type this:
Code:
exit
cls
:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
REM:---------------END------------------------
Then just do a save-as and save it as load5zones... but make sure to manually type in the .bat part... Now just plop this file in your eqemu server folder that contains the spell_en.txt file and run it...
Hope this alleviates your problem.