Jump to content

using bank tabs


Joseph

Recommended Posts

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 by josedpay
  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...