May 16, 20205 yr I looked at the api and could not find a way to use the games necklace if anyone has any recommendations id appreciate it Edited May 16, 20205 yr by Zor
May 16, 20205 yr WebWalkEvent can use teleports if attached to a PathPreferenceProfile WebWalkEvent walkEvent = new WebWalkEvent(STAFF_POS); walkEvent.setPathPreferenceProfile(getPPF()); execute(walkEvent); private PathPreferenceProfile getPPF(){ PathPreferenceProfile profile = new PathPreferenceProfile(); profile.checkInventoryForItems(true); profile.checkEquipmentForItems(true); profile.setAllowTeleports(true); return profile; }
Create an account or sign in to comment