Jump to content

Gold bracelet


Recommended Posts

Posted

I'm trying to make a gold bracelet script, but it won't interact to make the bracelet. It uses the gold bar on the furnace and then it's stuck.

private boolean isMakeScreenVisible() {
    return getWidgets().getWidgetContainingText("What would you like to make?") != null;
}

private boolean makeXGold() {
    return getWidgets().getWidgets().get(446,47).interact("Make-X Gold bracelet");
}

 

I also tried 

private boolean isMakeScreenVisible() {
    return getWidgets().getWidgetContainingText("What would you like to make?") != null;
}

private boolean makeXGold() {
    return getWidgets().getWidgetContainingText("Gold bracelet").interact("Make-X Gold bracelet");
}

 

Could someone tell me how to interact with it so i can Make-X Gold bracelet?

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