Jump to content

inventory.interact question


Recommended Posts

Posted
while(getInventory().contains(vials)){

      getInventory().getItem(vials).interact("Open");
      sleep(random(80,200));

}

Is there any technique to make it so that it  doesn't  wait for the vial pack to disappear THEN moving on to the next vial pack?  Makes this very bot like as with the  packs you can spam click open per tick per item or something, any help appreciated. Changing the sleep just makes it so it does not spam one item.

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