freshman123m 1 Posted March 11, 2017 Is there any way to disable the camera rotation when interacting with an NPC? Can't seem to find it in the API or do i have to getclickablepoint() and then click that rather than interact()?
Hashtag 9073 Posted March 11, 2017 Hey, something along these lines (remember to null check!) EntityDestination ed = new EntityDestination(getClient(), getNpcs().closest("Man")); InteractionEvent ie = new InteractionEvent(ed); ie.interact("Attack", InteractionSetting.MOVE);
Recommended Posts
Archived
This topic is now archived and is closed to further replies.