Jump to content

Crafting interface cant figure out...


Zezurge

Recommended Posts

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

Link to comment
Share on other sites

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

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

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