Sikkunt Aaron Posted April 22, 2016 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
The Hero of Time Posted April 22, 2016 Posted April 22, 2016 getEquipment().interact(Slots.RING,"Castle Wars"); should be something along those lines 1
Isolate Posted April 22, 2016 Posted April 22, 2016 does the webwalker auto do this if you give it a position in castle wars and have the ring on?
The Hero of Time Posted April 22, 2016 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 .
Sysm Posted April 22, 2016 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
Sikkunt Aaron Posted April 22, 2016 Author 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
Nora Posted April 22, 2016 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
TFW Posted April 23, 2016 Posted April 23, 2016 if (context.getEquipment().contains(new ContainsNameFilter<>("Ring of dueling"))) { context.getEquipment().interact(EquipmentSlot.RING, "Castle Wars"); //sleep }