TheScrub Posted July 11, 2013 Share Posted July 11, 2013 it's alil hardcoded as fuck but meh hope this help was using this for ring of dueling you will need to change the child to the interface you desire and the equipment slot public void interactWithEquipment(String action, int i) throws InterruptedException { RS2InterfaceChild j = this.client.getInterface(387).getChild(22); long t = System.currentTimeMillis(); if ((equipmentTab.isWearingItem(EquipmentSlot.RING, i))) { equipmentTab.open(); while (!(equipmentTab.open()&& (System.currentTimeMillis() - t) < 7000)) { sleep(50); } if (equipmentTab.open()) { j.interact(action); sleep(2000); } } } Link to comment Share on other sites More sharing options...