Nikoman Posted January 1, 2017 Share Posted January 1, 2017 Hi, Guys! I have one question - How i can deposit All items of one ID, for example, my inventory contains 14 ring of sapphires, i want to deposit them all without using deposit all button. How can i do that? I'm searching in API but couldn't find anything. Maybe i'm blind. Thanks! Link to comment Share on other sites More sharing options...
Stimpack Posted January 1, 2017 Share Posted January 1, 2017 http://osbot.org/api/org/osbot/rs07/api/Bank.html#depositAll-- Link to comment Share on other sites More sharing options...
Saiyan Posted January 1, 2017 Share Posted January 1, 2017 getBank().depositAll(String item); use Strings instead of ID's because Strings will never change and ID's will eventually change sooner or later Link to comment Share on other sites More sharing options...
Nikoman Posted January 1, 2017 Author Share Posted January 1, 2017 Thanks, that was easy Link to comment Share on other sites More sharing options...
Booleans YAY Posted January 1, 2017 Share Posted January 1, 2017 getBank().depositAll("Coins"); Link to comment Share on other sites More sharing options...