Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webwalker Fixes #606

Merged
merged 2 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@ private boolean useTransport(Transport transport) {
if (transport.getType() == TELEPORTATION_ITEM) return isTeleportationItemUsable(transport);
// Check Teleport Spell Settings
if (transport.getType() == TELEPORTATION_SPELL) return isTeleportationSpellUsable(transport);
// Used for Generic Item Requirements
if (!transport.getItemIdRequirements().isEmpty()) return hasRequiredItems(transport);

return true;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Origin Destination menuOption menuTarget objectID Skills Item IDs Quest Travel time Info
# Origin Destination menuOption menuTarget objectID Skills Item IDs Quest Duration Info
# Edgeville
3132 3510 0 3109 3415 0 Paddle Canoe;Canoe Station;12166 12 Woodcutting 1351;1349;1361;1353;1355;1357;1359 30 Barbarian Village
3132 3510 0 3199 3344 0 Paddle Canoe;Canoe Station;12166 27 Woodcutting 1351;1349;1361;1353;1355;1357;1359 30 Champions Guild
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
2385 3035 0 5
3041 4532 0 5
3469 3431 0 5
2412 4434 0 5
2437 5126 0 5
3572 4372 0 Hopespear's Will 5
2740 3351 0 5
Expand Down