feat: expand Quetzal whistle to all individual destinations#406
Closed
nroszko wants to merge 2 commits intoSkretzo:masterfrom
Closed
feat: expand Quetzal whistle to all individual destinations#406nroszko wants to merge 2 commits intoSkretzo:masterfrom
nroszko wants to merge 2 commits intoSkretzo:masterfrom
Conversation
Replaced the single Quetzal whistle → Hunter Guild entry with 14 entries, one per Renu quetzal landing Quest changed from Children of the Sun → Twilight's Promise (matching the Renu network requirement in quetzals.tsv) Display info changed from Quetzal whistle → Quetzal whistle: <Location> (e.g. "Quetzal whistle: Aldarin") — fixes the generic label shown overhead VarPlayer conditions copied from quetzals.tsv for the 4 gated destinations (Fortis Colosseum, Outer Fortis, Colossal Wyrm Remains, Cam Torum, Salvager Overlook) — ensures the pathfinder only routes via those destinations when the player has actually unlocked them With these entries, the pathfinder will now correctly choose the 4-tick whistle directly to the target location instead of the slower Civitas teleport + walk + 6-tick quetzal ride route No Java code changes were needed.
Summary The perfected Quetzal whistle (i) (item ID 33120) was not recognised as a valid item for any of the 14 Quetzal whistle teleport destinations. Players who upgraded their whistle via the Twilight's Promise reward system would find none of the whistle destinations available in the pathfinder. Changes src/main/resources/transports/teleportation_items.tsv: Added ||33120=1 to the item condition on all 14 Quetzal whistle entries, so the perfected variant is accepted alongside the three base variants (29271, 29273, 29275). Destinations affected Destination Aldarin Auburnvale Civitas illa Fortis Hunter Guild Quetzacalli Gorge Sunset Coast Tal Teklan The Teomat Fortis Colosseum Kastori Outer Fortis Colossal Wyrm Remains Cam Torum Salvager Overlook
Collaborator
|
Thanks for the contribution! It's already taken care of in PR #402, however. |
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.
The Quetzal whistle was previously represented as a single entry pointing only to the Hunter Guild. The whistle has 14 distinct destinations unlocked progressively through the Twilight's Promise quest and associated varbits. This change replaces the single entry with one row per destination so the pathfinder can route to each location independently. I also added the new Quetzal whistle (i) support to all teleport destinations.
The perfected Quetzal whistle (i) (item ID 33120) was not recognised as a valid item for any of the 14 Quetzal whistle teleport destinations. Players who upgraded their whistle via the Twilight's Promise reward system would find none of the whistle destinations available in the pathfinder.
Changes
teleportation_items.tsv: replaced the singleQuetzal whistle→ Hunter Guild entry with 14 per-destination entriesChildren of the SuntoTwilight's Promise4182&256), Outer Fortis (4182&128), Colossal Wyrm Remains (4182&64), Cam Torum (4182&32), Salvager Overlook (4182&2048)