Valkyr Posted July 6, 2015 Share Posted July 6, 2015 (edited) All there is to it. Using bank.withdraw() just hangs with the bank open until I manually scroll to the item. Edited July 8, 2015 by Valkyr Link to comment Share on other sites More sharing options...
Developer Zach Posted July 7, 2015 Developer Share Posted July 7, 2015 I just tried it and it withdrew the requested item fine. Are you still having problems with it? 1 Link to comment Share on other sites More sharing options...
ProjectPact Posted July 7, 2015 Share Posted July 7, 2015 I just tried it and it withdrew the requested item fine. Are you still having problems with it? I am having a lot of trouble with bank.withdraw(item, int)... like gets the wrong amount like 50% of the time. Link to comment Share on other sites More sharing options...
Alek Posted July 8, 2015 Share Posted July 8, 2015 Code: @Override public int onLoop() throws InterruptedException { System.out.println(bank.withdraw("Air rune", 1)); return 5000; } Result: [iNFO][bot #1][07/08 10:49:24 AM]: Loaded 3 built-in random solvers![iNFO][bot #1][07/08 10:49:24 AM]: Started script : Skeletor [iNFO][bot #1][07/08 10:49:27 AM]: Started random solver : BankPin Solver[iNFO][bot #1][07/08 10:49:30 AM]: Random solver exited : BankPin Solvertruetruetrue[iNFO][bot #1][07/08 10:49:52 AM]: Script Skeletor has paused![iNFO][bot #1][07/08 10:50:09 AM]: Script Skeletor has resumed!true[iNFO][bot #1][07/08 10:50:13 AM]: Script Skeletor has paused![iNFO][bot #1][07/08 10:50:25 AM]: Script Skeletor has resumed!true[iNFO][bot #1][07/08 10:50:28 AM]: Terminating script Skeletor...[iNFO][bot #1][07/08 10:50:28 AM]: Script Skeletor has exited! 1. Item placed at the top of the bank, bottom of the bank, and in the center; each passed 2. Item placed in a separate tab; passed 3. Hid tab bar for bank; passed Please post your SSCCE. Link to comment Share on other sites More sharing options...
Valkyr Posted July 8, 2015 Author Share Posted July 8, 2015 SSCCE? I'm about to head out, I'll mock up a quick test later today. I was using the same method, and it wouldn't actually withdraw the item until I manually scrolled to it. I have the method encapsulated within another, but there's no reason my code should behave in such a way. Link to comment Share on other sites More sharing options...
Apaec Posted July 8, 2015 Share Posted July 8, 2015 It seems to be working perfectly for me as well as navigating tabs as required. It does sometimes click 'withdraw 10' instead of 'withdraw X' but thats probably just down to misclicks and server lag I'll post again if I come into any problems though. Link to comment Share on other sites More sharing options...
Khaleesi Posted July 8, 2015 Share Posted July 8, 2015 (edited) I just tried it and it withdrew the requested item fine. Are you still having problems with it? I can confirm this happends rarely. I couldn't figure out why this happends bcs the rate this actually happends This is why I tell my users to put items at the top of the bank. Khaleesi Edited July 8, 2015 by Khaleesi Link to comment Share on other sites More sharing options...
Apaec Posted July 8, 2015 Share Posted July 8, 2015 ah! So this rarely if ever happens on normal client, but doesn't scroll on mirror client ^^ apa Link to comment Share on other sites More sharing options...
Alek Posted July 8, 2015 Share Posted July 8, 2015 I hope this is not being tested against mirror mode. Link to comment Share on other sites More sharing options...
Valkyr Posted July 8, 2015 Author Share Posted July 8, 2015 (edited) ah! So this rarely if ever happens on normal client, but doesn't scroll on mirror client ^^ apa I hope this is not being tested against mirror mode. Yes, it is with mirror mode, my bad. I generally refuse to use the injection client. Edit: Confirmed working on regular client, mirror is having problems scrolling. Broken hook? Also noticed it trying what appears to be clicking widgets that simply don't exist. Edited July 8, 2015 by Valkyr Link to comment Share on other sites More sharing options...
Chaotic ezio Posted July 8, 2015 Share Posted July 8, 2015 fixed yet? Link to comment Share on other sites More sharing options...