aekramer Posted December 24, 2014 Share Posted December 24, 2014 Hey all, I just decided to start scripting again and build several small scripts for myself first to test out the new API, however I came across a small question.. The web walking, I heard something about this a while ago, and I was wondering how this worked exactly? Or is it used by LocalWalker.walkPath(Positions[])? Thanks in advance Link to comment Share on other sites More sharing options...
Kittens Posted December 24, 2014 Share Posted December 24, 2014 OSBot doesn't have web walking bro. You have to create your own paths and walking and etc. Link to comment Share on other sites More sharing options...
aekramer Posted December 24, 2014 Author Share Posted December 24, 2014 On 12/24/2014 at 10:41 PM, Verified said: OSBot doesn't have web walking bro. You have to create your own paths and walking and etc. Thanks for the clarification, I saw someone name it in their script features (http://osbot.org/forum/topic/55308-free-th3-aio-firemaker-multiple-locations-all-logs/) so I thought it was actually in there, but apparantly he made it on his own :p While you are at it, could you maybe tell me if the walkPath method randomizes the Positions from the list? Or does it go to the exact position? (For example, if I were to give the path (1, 1, 0), (5, 5, 0), (10, 10, 0) would it follow those exact coordinates, or maybe follow a similar path like (1, 2, 0), (4, 6, 0), (10, 9, 0)? Link to comment Share on other sites More sharing options...