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?