I'm not particularly fond of the default camera behavior. While I've developed a woodcutting script, there's no specific mention of camera operations within it. However, I've noticed that the camera tends to move sporadically during the walking sequences, both when heading to the bank and the woodcutting area. This movement occurs frequently and in short bursts, which can be quite disruptive. Despite setting the mouse speed to 33% in the client settings, I'd much prefer to implement my own camera logic. Yet, whenever I attempt to do so, it seems that the automatic camera movements associated with the walking class in the client interfere with my customization efforts.
i tried setting the camera mode using the below info from the API
SCRIPT_EVENTS
public static final CameraMode SCRIPT_EVENTS
The client will fire script events to set camera
but that still seems to default to Dreambots API camera movements .
is there different way to make sure the camera movement is 100% dictated by my script and not the api's default movement for it?
still digging through the JAVADOCS so i might come across the answer eventually , but could use a point in the right direction .