Jump to content

ciwie36963

Members
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by ciwie36963

  1. Hey Explv, It still gets stuck in the beginning sometimes with a fresh account where it spams clicks the "talk-to" interaction. Could you look into it? It might be because of the continueWidget returning null? Changed the talkToInstructor method to the code snip and didn't get it anymore so far.. protected final void talkToInstructor() { if (!myPlayer().isInteracting(getInstructor())) { if (getInstructor().interact("Talk-to")) { Sleep.sleepUntil(this::pendingContinue, 5000, 600); } } }
×
×
  • Create New...