Skip to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Crafting interface cant figure out...

Featured Replies

trying to make a glove maker but when i go it goes to the interface it just scrolls over gloves and doesnt click anything.

 

			if (inventory.contains("Thread") && inventory.contains("Needle")){
				if (inventory.contains("Leather")){
					interactItems("Needle", "Leather");
					sleep(random(500,800));
					RS2Widget craft = getWidgets().get(154, 127);
					if (craft != null){
						craft.interact("Make All pairs of");
						sleep(random(1000,2000));
					}

 

any help is appreciated

The string values for interact changed behind the scenes. You gotta find out the new string value of the interact from tooltip.

  • Author
52 minutes ago, dreameo said:

The string values for interact changed behind the scenes. You gotta find out the new string value of the interact from tooltip.

 

What is tooltip? 

 

How can I fix this?

craft.interact(widget.getTooltip());

Make sure the widget you are using has the correct tooltip you want, use the Widget Debugger to determine if it does. There will be like 4 widgets stacked on each other, you have 154, 127 so it could be that, 154, 126; 154, 125; or 154, 123.

Here is an example for Smithing interface:

uMNbI8j.png

4 hours ago, Zezurge said:

craft.interact("Make All pairs of");

Should be:

craft.interact("Make All pairs of Leather gloves");

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.