Jump to content

AbstractMethodError


Mikee_

Recommended Posts

Bot I quickly threw together used to work about a week ago, now i'm getting this:

java.lang.AbstractMethodError: client.getDestinationX()I
    at org.osbot.rs07.api.Map.getDestination(sg:183)
    at org.osbot.rs07.event.WebWalkEvent$2.condition(vo:518)
    at org.osbot.rs07.utility.ConditionalSleep.sleep(if:87)
    at org.osbot.rs07.event.WebWalkEvent.execute(vo:529)
    at org.osbot.rs07.event.EventExecutor$2.run(wm:106)
    at org.osbot.rs07.event.EventExecutor.execute(wm:59)
    at org.osbot.rs07.script.MethodProvider.execute(qg:495)
    at org.osbot.rs07.api.Walking.webWalk(mh:211)
    at ChopNBurn.ChopNBurn.getState(ChopNBurn.java:281)

Here is line at line 281:

                                     if (getWalking().webWalk(POS_FM)) {

Someone explain pleez?

Edited by puremikeg943
  • Like 1
Link to comment
Share on other sites

Webwalking #getDestination is messed up. That means the webwalker is not working.

 

Please use WalkingEvent in the mean time. The Develepors are currently working on the issue but they are still busy in real life.

 

Wait for an update

 

`Chris

 

Thank you, I appreciate your response.

 

Atleast I'm not worried that I messed something up anymore.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...