Quote:
Originally Posted by Mine
id,slot,zone_id,instance_id,x,y,z,heading
1,0,394,0,-2164,-1217,-178,0
|
versus
Quote:
Originally Posted by Yours [transliterated]
id,slot,zone_id,instance_id,x,y,z,heading
12757996,12757812,1074790400,12756388,0,0,0,0
|
This looks like either there's a server query issue - not likely if only one character is affected..
..or, you sent info to the client and it didn't like it and is sending a 'status' packet back that, coincidentally, changed your bind point(s).
Try deleting that bind point entry and see if it corrects itself. (Maybe delete them all for that character..pretty sure there's a default that's set if
no info is found.)
EDIT:
Actually, that looks like the data is being parsed out-of-order.
Those big numbers are probably the float entries - x, y, z and heading - converted to integer.