Novak Posted December 27, 2014 Posted December 27, 2014 What if the bank booth is a closed booth? One that can't be used, the script wouldn't look for another bank booth, but just keep waiting add a filter
organicjello Posted February 25, 2015 Posted February 25, 2015 Can anyone explain to me how the failsafe works and also the logic behind the walkTile method? It's a boolean method that returns true or false for the traversePath method, but how does it actually move the bot?
okdude44 Posted August 28, 2015 Posted August 28, 2015 (edited) what do i do for the walking bit because now it doesn't seem to let you use the client. anymore such as for client.moveMouse Edited August 28, 2015 by okdude44
okimo Posted September 29, 2015 Posted September 29, 2015 In your Source Code please change "import org.osbot.rs07.utility.Area;" into "import org.osbot.rs07.api.map.Area;" or I think its like that Because that rs07.Utility... was giving me error and with rs07.api... it looks clean