I personally dont use launcher, I use bat5 zones and have it set up like this
Code:
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 192.168.200.4
REM: If you still get errors try using localhost instead of 127.0.0.1
REM:--------------Start-----------------------
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . 192.168.200.4 7985 192.168.200.4
start zone . 192.168.200.4 7986 192.168.200.4
start zone . 192.168.200.4 7987 192.168.200.4
start zone . 192.168.200.4 7988 192.168.200.4
start zone . 192.168.200.4 7989 192.168.200.4
start zone.exe gfaydark
start zone.exe felwithea
start zone.exe felwitheb
start zone.exe butcher
start zone.exe lfaydark
start zone.exe crushbone
start zone.exe kithicor
start zone.exe tutorial
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 I add those zones I want static to my launcher zones in the database. Its nice to be able to see whats going on. This gives me 5 dynamic and 8 static.