UnusualPerson 5 Posted April 9, 2021 Hi everyone, I am making a thieving bot, but I had some issues. I couldn't figure out how to close my bank. but then I realised that I can also use the minimap to walk to the wanted location and that closes the bank automaticly. But I can't just figure out how to use the tiles/coordinates. Can anyone help?
vopek 3 Posted April 9, 2021 you can choose a tile and check if a player is on that tile, if not, just go there just wanted to say, that powerMine variable it was one of my area, but you can skip that actually if you want to stick to tile only.
Haydomon 1 Posted April 10, 2021 For your future reference here is the bank class https://dreambot.org/javadocs/org/dreambot/api/methods/container/impl/bank/Bank.html to close the bank its Bank.close();
UnusualPerson 5 Author Posted April 10, 2021 @vopek, thank you! I believe that's what I've been looking for!
UnusualPerson 5 Author Posted April 10, 2021 Thanks for your reply, but I need help to get from the bank to the area where I need to continue thieving.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.