Nikoman Posted January 1, 2017 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!
Stimpack Posted January 1, 2017 Posted January 1, 2017 http://osbot.org/api/org/osbot/rs07/api/Bank.html#depositAll--
Saiyan Posted January 1, 2017 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