that'd be the problem :p
run this query as many times as you want to add a few startup zones... replace [zone] with the shortname of the zone... it MUST be the short name (ie: pok would be 'poknowledge', the nexus would be 'nexus' and so forth.) make sure to leave the single quotes around it. and increment the last number by 1 each time to specify a different port... it doesnt really matter because eqemu will auto-configure a new port if the specified one is in use, but to speed up the loading process you should do this.
Code:
INSERT INTO `launcher_zones` (`launcher`,`zone`,`port`) VALUES ('zone','[zone]',7001);
when the batch file runs: start eqlaunch zone
it is telling the eqlaunch file to boot up all the zones in the group 'zone' as static zones.
the value of 5 you saw in launcher is telling it to boot 5 dynamic zones to be used for instances (ie: #zonebootup commands etc)