Jump to content

Using certain slots help


Recommended Posts

Posted

Wouldnt recommend a sleep as lag and other things can make sleeping not work well or if ur not prepared it can break the script making it think its casted

 

l2sleep.

	new ConditionalSleep(5000, 100) {
			@Override
			public boolean condition() throws InterruptedException {
				return !getTabs().getOpen().equals(Tab.INVENTORY);
			}
		}.sleep();

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...