saintpaul1 Posted May 3, 2023 Share Posted May 3, 2023 Just like with bank mode u can select withdraw as note etc. I cant find a way to select "All" in the bank settings. Just so i can deposit items quicker instead of right clicking -> deposit all. Quote Link to comment Share on other sites More sharing options...
ExtraBotz Posted May 3, 2023 Share Posted May 3, 2023 (edited) 3 hours ago, saintpaul1 said: Just like with bank mode u can select withdraw as note etc. I cant find a way to select "All" in the bank settings. Just so i can deposit items quicker instead of right clicking -> deposit all. I remember looking into this a while back and I don’t think it’s included in the API, but I asked Patrick and I’ll let you know what he says. The API banking depositAll() will use the feature if it’s already enabled. In my free fletching script I just tell people to turn it on before starting the script. 100% effective work around with 0 lines of code. Edited May 3, 2023 by ExtraBotz 1 Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted May 3, 2023 Share Posted May 3, 2023 3 hours ago, saintpaul1 said: Just like with bank mode u can select withdraw as note etc. I cant find a way to select "All" in the bank settings. Just so i can deposit items quicker instead of right clicking -> deposit all. You can use the game configs to check whatever is selected and you can use widgets to change to whatever you need 1 Quote Link to comment Share on other sites More sharing options...
FuryShark Posted May 3, 2023 Share Posted May 3, 2023 56 minutes ago, Khaleesi said: You can use the game configs to check whatever is selected and you can use widgets to change to whatever you need configs didnt really work, would work for most people but then theres people that end up having completely different config values for it. @Czarsuggested color picker and that worked much better @saintpaul1 2 Quote Link to comment Share on other sites More sharing options...
Khaleesi Posted May 4, 2023 Share Posted May 4, 2023 (edited) 8 hours ago, FuryShark said: configs didnt really work, would work for most people but then theres people that end up having completely different config values for it. @Czarsuggested color picker and that worked much better @saintpaul1 There are the same for everyone, you just need to do some magic with bit 2, 3 and 4 of config 1666 Been using that for a few years now and never heard about an anomaly Edited May 4, 2023 by Khaleesi 1 1 Quote Link to comment Share on other sites More sharing options...
saintpaul1 Posted May 4, 2023 Author Share Posted May 4, 2023 10 hours ago, ExtraBotz said: I remember looking into this a while back and I don’t think it’s included in the API, but I asked Patrick and I’ll let you know what he says. The API banking depositAll() will use the feature if it’s already enabled. In my free fletching script I just tell people to turn it on before starting the script. 100% effective work around with 0 lines of code. Thank you that will probably be the easiest solution! Not sure it it turns off after switching worlds though so may have to use widgets or something. 9 hours ago, FuryShark said: configs didnt really work, would work for most people but then theres people that end up having completely different config values for it. @Czarsuggested color picker and that worked much better @saintpaul1 10 hours ago, Khaleesi said: You can use the game configs to check whatever is selected and you can use widgets to change to whatever you need Thanks ill try both 1 Quote Link to comment Share on other sites More sharing options...