Thread: Weird Problem.
View Single Post
  #11  
Old 06-30-2007, 09:53 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by Stefan View Post
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 View Post
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?
__________________
Do it with a DON!
Reply With Quote