Gimp Posted October 5, 2015 Share Posted October 5, 2015 It's slowing down my bot, thx... Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted October 5, 2015 Share Posted October 5, 2015 Try: "camera.stop.moving.pleawse.you.slow.me.down"; ;) Just make custom InteractionEvents. and set the event so it doesn't use the camera InteractionEvent event = new InteractionEvent(entity,action) event.somecameraoption... script.execute(event); tada! You'll have to rewrite it some, typed on my phone .. Khaleesi 1 Quote Link to comment Share on other sites More sharing options...
Isolate Posted October 5, 2015 Share Posted October 5, 2015 getAntiBan().unregisterBehavior(AntiBan.BehaviorType.CAMERA_SHIFT); Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted October 5, 2015 Share Posted October 5, 2015 getAntiBan().unregisterBehavior(AntiBan.BehaviorType.CAMERA_SHIFT); or this ^ depending in what situation you need the camera stop moving Quote Link to comment Share on other sites More sharing options...
Gimp Posted October 5, 2015 Author Share Posted October 5, 2015 or this ^ depending in what situation you need the camera stop moving Thx both Quote Link to comment Share on other sites More sharing options...