meganide97 Posted July 5, 2018 Author Posted July 5, 2018 1 hour ago, Zylex said: Looks very cool! Was it difficult to learn? Not really to be honest, just takes quite a bit of time to learn, but once you got the basics down it gets much easier. 59 minutes ago, lebotman said: Baller script mate. Thanks man! So far it seems to run flawlessly Will update it further.
meganide97 Posted July 10, 2018 Author Posted July 10, 2018 Script is now finished, appreciate feedback on latest updated code
dogetrix Posted July 10, 2018 Posted July 10, 2018 - Banking logic is still flawed. The if statement is 100% useless because you won't have opened the bank (the method returned false), so your bot will be sleeping for nothing. Just do something like if (getBank().open()) {do stuff} - indentation in the method onStart