Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
  1. S

    Question Unexpected NoSuchMethodException During Initial Bot Testing

    After a few fun hours of debugging. I finally realized the issue was actually my gradle was somehow set to the wrong JVM, once I updated it I saw logs. Fun times of being a Java/Gradle noob. Hope this helps others.
  2. S

    Question Unexpected NoSuchMethodException During Initial Bot Testing

    And here's the main/build.gradle. * I found another thread which suggested it might be a constructor issue, tried to explicitly set the constructor but it didn't work. * Also rebuilt project. package com.runemate.party; import com.runemate.game.api.hybrid.entities.Player; import...
  3. S

    Question Unexpected NoSuchMethodException During Initial Bot Testing

    Also see these, but since they are warnings I assumed this wasn't the issue.
  4. S

    Question Unexpected NoSuchMethodException During Initial Bot Testing

    Hello, Apologies if I'm a noob and missing something obvious here, but I can't seem to figure out what I'm doing wrong. I'm trying to just make a bot walk to a given location. However, when the bot tries to start up, I get an error: java.lang.NoSuchMethodException...
  5. S

    Bug Login keeps re-entering password

    I should also add the password is on the longer end.
  6. S

    Bug Login keeps re-entering password

    Hello, When the client attempts to login, it's constantly retyping my password, finishing it, then deleting it all and retrying. It never attempts to actually log in, and if I pause it after it's done, login, the login works meaning the password is correct it just isn't properly logging in...
Top