Guest User

Untitled

a guest
Jul 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. NPC npcBanker = npcs.getNearestByID(2619);
  2. if(bank.isOpen()) {
  3. bank.depositAll();
  4. }else{
  5. if(npcBanker != null) {
  6. npcBanker.click("Bank TzHaar-Ket-Zuh");
  7. }
  8. }
Add Comment
Please, Sign In to add comment