OK, I finally got everything to work accept for 1 thing. I can't figure out how to set my zone server to map to the quest directory on my world server.
Here is the snippet from the config file that I would think should set the mapping:
Code:
<!-- Directory locations. Defaults shown -->
<directories>
<quests>Z:\quests</quests>
</directories>
I have tried mapping to it using \\servername\c\eqemu\quests, and I have tried mapping a drive to it as shown above. No matter what I do, it seems to only want to use the quest directory on the local PC for the zone server in those static zones. This isn't a huge deal, since I can just copy the folders over for the 5 static zones I have currently running on it after I make any quest changes there, but it would definitely be nice to have it running the right way.
Thanks again for all of your help Aramid! I certainly couldn't have gotten this working without you. My players will owe you thanks as well

Also, the whole thing about the port settings in the zone_launcher is confusing and annoying. Like you said, the port settings there seem to have no effect at all on what ports the zones load on. They load in the order that they are started starting at whatever port number you have set in the world server config.
I set mine up a little different than the way you did. I was running into an issue that way. I have 45 dynamic zones set to load on my world server and it takes so long to load them all that I get players logging into them before they are all up. This causes a problem if players load into one of the zones that are set dynamic on the zone server, because it will load a dynamic version when players log in, and then load the static one when I start the launcher on the zone server. So, to get around this, I had to set my static zones for the zone server on ports 7000-7004 and change all of my settings accordingly. Then, I set the world server to 7005-7050. This way, I start the launcher on the zone server first and THEN start the world server up. So, when it first starts, it loads the statics immediately. Then I hit a key to start the dynamic zones loading on the world server.
So far it seems to be working ok. If I can figure out this last issue with the quests, I will try to write up a guide to help people get these setup in the future, since everything I could find was little to no help with getting this setup properly. Heck, maybe I will stick it in the wiki if I can get that figured out. Haven't ever messed with updating a wiki before lol.
Thanks again for the help Aramid! I certainly couldn't have gotten this to work without you. My players will owe you thanks as well!