Log in

View Full Version : Some troubles


Hawkwing89
05-15-2008, 05:03 PM
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:

<?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

http://i37.photobucket.com/albums/e79/Hawkwing89/sql.jpg

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.

Andrew80k
05-15-2008, 08:39 PM
You have the map files?

Hawkwing89
05-15-2008, 09:05 PM
Yes, they're extracted properly and in the right folder

Angelox
05-15-2008, 09:14 PM
There are answers to this problem in these forums - I just can't remember/find atm. I think it might be your MySql Database may not be in tune with the EqEmu source you're using. Make sure you have all Sql updates applied with what ever version executables you have.
Also maps directory shoud be Maps (with caps) . the latter used to be a problem, not sure if it still is.

Angelox
05-15-2008, 09:16 PM
BTW, all those apparent errors you posted, are nothing - your Emu seems to be loading OK.

Zandig
05-16-2008, 08:21 AM
....Also maps directory shoud be Maps (with caps) . the latter used to be a problem, not sure if it still is.

That hasn't been a problem for a while. My Maps directory has been 'maps' (all lowercase) for quite a while.

Hawkwing89
05-16-2008, 03:59 PM
In most zones I get "Player is beneath the world in [zone] at 0.000, 0.000, 0.000, moving to safe point." Is this something to do with my zone coordinates? And if so, how does one go about fixing it? I remember Uqua, at least for me, had this problem but searching for it hasn't gotten me anywhere.

Aramid
05-16-2008, 05:45 PM
That hasn't been a problem for a while. My Maps directory has been 'maps' (all lowercase) for quite a while.

Do you run a Windows Server?

Bdiddy
10-21-2010, 03:01 PM
In most zones I get "Player is beneath the world in [zone] at 0.000, 0.000, 0.000, moving to safe point." Is this something to do with my zone coordinates? And if so, how does one go about fixing it? I remember Uqua, at least for me, had this problem but searching for it hasn't gotten me anywhere.

Anyone know a solution to this? "Player is beneath the world in [zone] at 0.000, 0.000, 0.000, moving to safe point." i get the same error i all zones and when i zone back to akanon, which is my starting city for gnomes due to removing tutorial i can not move at all.

blackdragonsdg
10-21-2010, 03:54 PM
If you are able to log in but you can not move then you probably missed an update. Look at your emulator revision and your database revision then go here: http://projecteqemu.googlecode.com/svn/trunk/EQEmuServer/utils/sql/svn/

You missed some of the updates between the revisions. My guess would be this one: 1696_modify_zone_and_object_tables.sql

Bdiddy
10-22-2010, 06:02 PM
If you are able to log in but you can not move then you probably missed an update. Look at your emulator revision and your database revision then go here: http://projecteqemu.googlecode.com/svn/trunk/EQEmuServer/utils/sql/svn/

You missed some of the updates between the revisions. My guess would be this one: 1696_modify_zone_and_object_tables.sql

How exactly do i apply these updates?