Joseph Posted May 12, 2014 Share 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 Link to comment Share on other sites More sharing options...
PolishCivil Posted May 19, 2014 Share Posted May 19, 2014 Aint that just 1 config? Link to comment Share on other sites More sharing options...
Joseph Posted May 19, 2014 Author Share Posted May 19, 2014 i dont know if they have one Link to comment Share on other sites More sharing options...