Quote:
Originally Posted by Stefan
Some script has modified the z of the player. It is best to reset the z value at login, do player.z = -51 or so because only values between -50 and +170 are allowed, everything else resets it to the default behaviour where the z is matching the terrain height.
|
Woah. This I did not know!
Quote:
Originally Posted by Crow
Then do that somehow. It cant be the servers problem Stefan. It happens to me on all the servers, though only with one of my accounts..
|
Have someone put this in a script for you where you see the problem:
NPC Code:
player.chat = "My player.z is " @ player.z;
Then tell us the result.
Maybe some wierd script on login is doing this to you?