View Single Post
  #1  
Old 12-20-2007, 11:34 AM
horton_who
Fire Beetle
 
Join Date: Dec 2007
Posts: 3
Default Zone Unavailable

I followed the Guide.pdf by TechGuy and originally used the PEQ database and was not able to get a Zone to Launch?

So I tried the ax_classic and I get to the same point as before, I can login and connect to the server, create a Character. But when I try to login I get Zone Unavailable. It appears that even though the Dynamic Zones are loaded, no zone is loaded into the memory space?

I really tried searching for over a week before posting here. Any help would be appreciated.

eqemu_config.xml information
Code:
<?xml version="1.0">
<server>
	<world>
	    <shortname>Kaeronus</shortname>
	    <longname>KaeronusEQ World</longname>
	           
	<!-- Only specify these two if you really think you need to. -->
	    <address>ROUTABLE DNS NAME</address>
	    <!--<localaddress>192.168.0.3</localaddress>-->
	   
	<!-- Loginserver information.  -->
	    <loginserver>
	        <host>eqemulator.net</host>
		<port>5998</port>
		<account></account>
	        <password></password>
	    </loginserver>

            <!-- Sets the ip/port for the tcp connections.  Both zones and console (if enabled).  Defaults are shown -->
            <tcp ip="localhost" port="9000" telnet="disable"/>

	    <!-- Sets the shared key used by zone/launcher to connect to world -->
	    <key>kowe99888kkk77iwud</key>

	    <!-- Enable and set the port for the HTTP service. -->
	    <http port="9080" enabled="true" mimefile="mime.types" />
	</world>

	<!-- Database configuration, replaces db.ini. -->
	<database>
	    <host>localhost</host>
	    <port>3306</port>
	    <username>root</username>
	    <password>*******</password>
	    <db>ax_classic</db>
	    <!--<db>peq</db>-->
	</database>
</server>
*please note I ***** the password and the address is a DNS name that resolves correctly inside and on the Internet, I have alod tried putting the static IP there also, but to no avail.

Please let me know if you see something I am not? I get this error if I am on the same network or attaching over the internet through the FW, as I have an internal DNS server I have ruled out the FW as an issue.

I will post the information from the World.exe in the next POST as I ran out of space

Thanks for your help in advance..
Reply With Quote