Jump to content

Balloon Travel or Charter?


bparty

Recommended Posts

I assume it'd be like any other interface interaction.

 

You'd need to get the interface by using the tool in the client and then also get the interface child. Once you have those you can do things like interact with it and what not!

 

to use the interface I believe it'd be something like...

 

 

this.client.getInterface(306).getChild(2); ---This line gets the potion mixing interface.

this.selectInterfaceOption(302, 2, "Make All"); this will right click on the make potion section and click make all.

 

You'd just need to apply this to your interfaces and it should, in theory work! I'd help out with the interface ID's but I'm not able to at the moment.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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