Thread: Some troubles
View Single Post
  #1  
Old 05-15-2008, 05:03 PM
Hawkwing89
Fire Beetle
 
Join Date: Apr 2006
Posts: 3
Default Some troubles

I run start.bat and all is well. Wait for it to load and all that, the lines pop up, but I only get one of the last 2 lines I'm supposed to get. The line I don't receive is:
[DEBUG] [WORLD__LS] Loginserver provided YOUREXTERNALIP as world address

I hit enter to see what happens and I can log in to my server fine, but I have limited mobility, I have to have lev on to move. Even then the slightest of changes in my altitude, as in going from stone paths to grass in Qeynos, are not plausible. I simply cannot do it. I do have the following line in the world.exe window:

[Debug] [WORLD_CLIENT] user: Client disconnected (not active in process)

Where user is the account login. But I don't get disconnected or anything like that.

Here is my eqemu_config file I don't think anything is wrong with it though:

Code:
<?xml version="1.0">
<server>
	<world>
	    <shortname>whatever749</shortname>
	    <longname>Testing65</longname>
	           
	<!-- Only specify these two if you really think you need to. -->
	    <address>192.168.2.3</address>
	    <localaddress>127.0.0.1</localaddress>
	   
	<!-- Loginserver information.  -->
	    <loginserver>
	        <host>eqemulator.net</host>
	        <port>5998</port>
	        <account></account>
	        <password></password>
	    </loginserver>

	    <!-- Sets the shared key used by zone/launcher to connect to world -->
	    <key>some long random string</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>pwd</password>
	    <db>ax_classic</db>
	</database>
</server>
This is also in my world.exe window



I tried searching and ended up with nothing, mainly because I don't know where the problem would lie. If you need anymore info just let me know, any help is appreciated.
Reply With Quote