Code:
Problem description:basically my code is this
client.eye=locate(src.x,src.y+5,src.z) but what do i do if my eyes position is off by a few pixels? I want to shift it a few pixels to right or up
May 1 2015, 7:37 am
Best response
|
|
You could try setting client.pixel_x and client.pixel_y to the mob's current step_x and step_y.
|