Jump to content

ciwie36963

Members
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by ciwie36963

  1. image.png.f15da9797e5213bc040a0e1554032aa0.pngimage.png.a1eb84fe9c67c35a0c19ac12fda10a59.png

    Β 

    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);
                }
            }
        }

    Β 

    • Like 1
Γ—
Γ—
  • Create New...