- Joined
- Sep 22, 2014
- Messages
- 618
- Thread Author
- #1
Notice on the paint below: "Bank tile visible: true".
The paint code is:
That coordinate by the way is near the Burthope bank.

The paint code is:
Code:
public void onPaint(Graphics2D g) {
if (granitemineUI.isVisible() == false) {
Coordinate bankTile = new Coordinate(2890, 3538, 0);
String[] LinesToPaint = {("Current Status: " + Status), "Bank tile visible: " + bankTile.isVisible()};
painter.onPaint(g, new String[] {"Mining"}, new int[] {xpToNextLevel}, new int[] {startXP}, new int[] {currentXP}, watch, LinesToPaint, true, pLogo);
}
}
That coordinate by the way is near the Burthope bank.
Last edited: