bparty Posted July 10, 2013 Share Posted July 10, 2013 How would I go about interacting writing code for using a balloon to travel to, chartering a ship, or even buying planks at the sawmill? I'm looking and appendix and can't figure it out so I'd be grateful for any help! Link to comment Share on other sites More sharing options...
Zuluguy Posted July 10, 2013 Share Posted July 10, 2013 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 More sharing options...