Jump to content

ciwie36963

Members
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ciwie36963's Achievements

Newbie

Newbie (1/10)

1

Reputation

  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...