Joseph Posted May 12, 2014 Posted May 12, 2014 (edited) the height of the bank interface changes 305 == without bank tabs 331 == with bank tabs OSBot 2: public boolean usingBankTabs() { if (interfaces.get(12).isValid()) return interfaces.get(12).getChild(0).getHeight() == 331; return false; } OSBot 1: public boolean usingBankTabs() { if (client.getInterface(12).isValid()) return client.getInterface(12).getChild(0).getHeight() == 331; return false; } Edited May 12, 2014 by josedpay 1