KankerHenk 0 Share Posted October 7, 2020 Setting bank withdraw modes only supports notes/items and swap/rearrange. How to set quantity? Bank class and BankMode class both dont seem to have quantity options. Thanks! Link to comment Share on other sites More sharing options...
Pseudo 178 Share Posted October 7, 2020 You can use widgets pal, have a search for a dreambot widgets guide. Link to comment Share on other sites More sharing options...
KankerHenk 0 Author Share Posted October 7, 2020 @Pseudo ah okay so no built in functionality like for the other settings? Link to comment Share on other sites More sharing options...
Neffarion 469 Share Posted October 7, 2020 It's not in the API but you can make your own if you want. You can also use this: Link to comment Share on other sites More sharing options...
Shmadam 0 Share Posted August 29, 2021 Hi @Neffarion or anyone else who would know, I'm relatively new to Java and so all of that code goes completely over my head. I would love to use but I just don't understand it enough to work out how to call the method that would set the withdraw x value to a desired int value. Massive thanks to anyone who can help. Link to comment Share on other sites More sharing options...
Axolotl 31 Share Posted September 1, 2021 On 8/29/2021 at 8:45 AM, Shmadam said: Hi @Neffarion or anyone else who would know, I'm relatively new to Java and so all of that code goes completely over my head. I would love to use but I just don't understand it enough to work out how to call the method that would set the withdraw x value to a desired int value. Massive thanks to anyone who can help. They have added this to dreamBot methods: Bank.getDefaultQuantity(); Bank.setDefaultQuantity(BankQuantitySelection.ALL); Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now