Wetish Posted June 30, 2014 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
Deffiliate Posted June 30, 2014 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.
Wetish Posted July 1, 2014 Author 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?
Swizzbeat Posted July 1, 2014 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.