Guest User

Untitled

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. if (CheckSeed() && getMyPlayer().getInteracting() == null
  2. && getNearestFreeNPCByID(MONSTER) != null) {
  3. clickNPC(getNearestFreeNPCByID(MONSTER), "Attack");
  4. } else {
  5. if (npc.getInteracting() != null
  6. && !npc.isInteractingWithLocalPlayer()
  7. && getMyPlayer().getInteracting() == null)
  8. atNPC(getNearestNPCByID(MONSTER), "Attack");
  9. }
Add Comment
Please, Sign In to add comment