Add Quetzal transport system, Xeric's Talisman teleports, and teleport improvements#179
Open
samlol wants to merge 1 commit intoTonic-Box:mainfrom
Open
Add Quetzal transport system, Xeric's Talisman teleports, and teleport improvements#179samlol wants to merge 1 commit intoTonic-Box:mainfrom
samlol wants to merge 1 commit intoTonic-Box:mainfrom
Conversation
…t improvements - Added Quetzal Transport System with all 14 Varlamore landing sites - Added Xeric's Talisman teleport support - Teleport items can now be used when equipped - Fairy rings now work with staff in inventory - Fixed fairy ring handler logic that previously caused the walker to get stuck
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds support for several additional transport methods and improves how teleport items and fairy rings are handled by the walker.
New Features
Quetzal Transport System
Xeric's Talisman Teleports
Teleport Improvements
equippedActionfield to support items that expose different actions when worn(e.g. Ardougne cloak shows
Kandarin Monasterywhen equipped butMonastery Teleportin inventory)Fairy Ring Improvements
Fix
!destination.travel(), which caused the handler to continue before the ring code was fully set and resulted in the Walker getting stuck.Files Added / Modified
Added:
QuetzalLanding.javaModified:
FairyRing.javaTransportLoader.javaTeleportItem.javaTeleportLoader.javaTested