Guest User

Untitled

a guest
Aug 14th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1.         else if(!isQuestMenu() && questMenuWait && System.currentTimeMillis() - lastQuestMenuClick < questMenuLimit && bankWDWait && getInventoryCount(bankItemId) == bankItemInvCount && System.currentTimeMillis() - lastBankWDClick < bankLimit) {
  2.             if(debug) System.out.println("waiting here...");
  3.             return random(450, 500);
  4.         }
Add Comment
Please, Sign In to add comment