| 
				 Boot5zones.bat help 
 hi im trying to set up my own server following guide all going good until i get here when i gotta edit the Boot5zones.bat file i put my ip adress in first then tried local host and some other adresses and stuff this is what i have right now.
 
 
 
 
 if NOT exist spells_en.txt goto NOSPELL
 
 start ZoneDebug.exe . ************  7995
 start ZoneDebug.exe . ************  7996
 start ZoneDebug.exe . ************  7997
 start ZoneDebug.exe . ************  7998
 start ZoneDebug.exe . ************  7999
 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
 
 
 
 What should i put after the 7996,7997,7998,and 7999
 |