jamesst78 0 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
Pwhy 0 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.