jamesst78 0 Share Posted February 10, 2021 is there a certain reason that walking.walk() gets stuck at the lumbridge stairs when walking to the bank on the top of the castle? I can't seem to know how to overcome this problem , it keeps right clicking the stairs on the first floor and can't seem to climb up to the second, PS. I'm a beginner scripter but I'm decent at java and programming in general as it's my bachelor's degree. Thanks in advance Link to comment Share on other sites More sharing options...
Pwhy 0 Share Posted February 20, 2021 Had the same problem what i did to fix is that i check if i get to the walking spot with getLocalPlayer().getDistance() <= 1 so that it has a margin This does get you into new bugs tho Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now