Pegasus Posted April 26, 2018 Posted April 26, 2018 WebWalkEvent event = new WebWalkEvent(Areas.GEArea); PathPreferenceProfile pathPreferenceProfile = new PathPreferenceProfile(); pathPreferenceProfile.setAllowTeleports(true); pathPreferenceProfile.checkInventoryForItems(true); pathPreferenceProfile.checkEquipmentForItems(true); event.setPathPreferenceProfile(pathPreferenceProfile); execute(event); My account equipped ring of wealth , have air rune, law rune in inventory. However, script clicked varrock teleport spell. Since varrock teleport spell requires fire rune, it failed to teleport. WebWalkEvent doesn't handle this? Why it doesn't use ring of wealth?
Hel Posted April 26, 2018 Posted April 26, 2018 1 hour ago, stam dato said: WebWalkEvent event = new WebWalkEvent(Areas.GEArea); PathPreferenceProfile pathPreferenceProfile = new PathPreferenceProfile(); pathPreferenceProfile.setAllowTeleports(true); pathPreferenceProfile.checkInventoryForItems(true); pathPreferenceProfile.checkEquipmentForItems(true); event.setPathPreferenceProfile(pathPreferenceProfile); execute(event); My account equipped ring of wealth , have air rune, law rune in inventory. However, script clicked varrock teleport spell. Since varrock teleport spell requires fire rune, it failed to teleport. WebWalkEvent doesn't handle this? Why it doesn't use ring of wealth? did you try a client restart fren?