Jump to content

lumbridge stairs selection


Recommended Posts

Posted

So my script is working flawlessly however the interaction of stairs is faulty.

> climbs up stairs (good)
> request another climb up stairs
< climbs down instead, repeats climbing process looped.

went as far as to check tile coordinates afterwords. Little confused on the proper fix on this.

	if (myPlayer().getX() == 3205 && myPlayer().getY() == 3209 && myPlayer().getZ() == 1) {
					bankStairs.interact("Climb-up");
				}

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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