Jump to content

Using "Smelt X" on furnace


Recommended Posts

Posted
if(SMELT_AREA.contains(myPlayer())){

    Entity x = objects.closest("Furnace");

    RS2Interface clickArea = interfaces.get(311);

    if(x != null) {

    if(x.interact(smelt)){

    if(clickArea != null){

    RS2InterfaceChild boronze = clickArea.getChild(4);

    if(boronze != null){

    sleep(600);

    boronze.interact("Smelt X");

    }

   

   

   

    }

    }

    }

    }

 

 

It will hover over bronze bar, doing nothing.

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