Sikkunt Aaron Posted April 22, 2016 Share Posted April 22, 2016 i need to open my equipment tab and then interact with ring to tp to castle wars... is there a simple way to do this? Thanks for the help Quote Link to comment Share on other sites More sharing options...
The Hero of Time Posted April 22, 2016 Share Posted April 22, 2016 getEquipment().interact(Slots.RING,"Castle Wars"); should be something along those lines 1 Quote Link to comment Share on other sites More sharing options...
Isolate Posted April 22, 2016 Share Posted April 22, 2016 does the webwalker auto do this if you give it a position in castle wars and have the ring on? Quote Link to comment Share on other sites More sharing options...
The Hero of Time Posted April 22, 2016 Share Posted April 22, 2016 does the webwalker auto do this if you give it a position in castle wars and have the ring on? webwalker is fucked rite now rite? especially with tp's . Quote Link to comment Share on other sites More sharing options...
Sysm Posted April 22, 2016 Share Posted April 22, 2016 Click on the man next to ur inventory bag then bottom right is ur ring slot right click ring and select ur tele 1 Quote Link to comment Share on other sites More sharing options...
Sikkunt Aaron Posted April 22, 2016 Author Share Posted April 22, 2016 getEquipment().interact(Slots.RING,"Castle Wars"); should be something along those lines getEquipment().interact(EquipmentSlot.RING,"Castle Wars"); cheers man, pretty much spot on 1 Quote Link to comment Share on other sites More sharing options...
Nora Posted April 22, 2016 Share Posted April 22, 2016 Click on the man next to ur inventory bag then bottom right is ur ring slot right click ring and select ur tele Quote Link to comment Share on other sites More sharing options...
TFW Posted April 23, 2016 Share Posted April 23, 2016 if (context.getEquipment().contains(new ContainsNameFilter<>("Ring of dueling"))) { context.getEquipment().interact(EquipmentSlot.RING, "Castle Wars"); //sleep } Quote Link to comment Share on other sites More sharing options...