Thread: Small problem
View Single Post
  #4  
Old 03-01-2004, 06:46 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

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.
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote