- public boolean isatbank1() {
- if (DraynorBank.contains(getMyPlayer().getLocation())) {
- return true;
- } else {
- if (DraynorBank.getNearestTile(getMyPlayer().getLocation())
- .isValid()) {
- return walking.walkTileMM(DraynorBank
- .getNearestTile(getMyPlayer().getLocation()));
- } else {
- return false;
- }
- }
- }