Wetish Posted June 30, 2014 Share Posted June 30, 2014 (edited) How can I make it so that the bot doesn't automatically lower the camera angle when interacting with tiles. Let me dump some more questions;How do I disable the antiban? How do I click the minimap more precisely than localWalker.walk? Edited July 1, 2014 by Wetish Link to comment Share on other sites More sharing options...
Deffiliate Posted June 30, 2014 Share Posted June 30, 2014 You'd need to make your own camera handler to dictate the angle of ur camera. When I made mine i made it set the camera higher as u got closer to the object. Link to comment Share on other sites More sharing options...
Wetish Posted July 1, 2014 Author Share Posted July 1, 2014 Let me dump some more questions;How do I disable the antiban? How do I click the minimap more precisely than localWalker.walk? Link to comment Share on other sites More sharing options...
Swizzbeat Posted July 1, 2014 Share Posted July 1, 2014 Let me dump some more questions; How do I disable the antiban? How do I click the minimap more precisely than localWalker.walk? 1) Iterate over antiban actions and remove them from the default instance 2) Create a MiniMapTileDestination and interact with it Both of those questions could be easily answered in just a few seconds by looking at the API. Link to comment Share on other sites More sharing options...