generated from runelite/example-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 418
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Great Brain Robbery: Some polish (#1287)
* feat: Add copy function to NpcStep * fix: ObjectStep copy function now copies teleports * Add Ectophial teleport step to the first step of the quest * Add the "Cross the gangplank to Bill Teach's ship" as a substep to the quests' first step This ensures the "Starting off" category actually expands when you start the quest guide * Highlight the "Yes." to start the quest * Remove unused "Undead pirates?" dialog step * Add moveToMos as a substep of `talkToTranquility`, ensuring the Starting off category expands * Morytania Hard diary hint * Fix the statue object coords This caused the statue to not be highlighted * Highlight the fishbowl & diving apparatus in your inventory * Add requirement stating you must not have a pet following you (OR IN YOUR INVENTORY) * Make sure the TP backl to Harmoy Island if you messed up any step goes smoothly * Add "Yes, please" as a dialog step to tP to harmony island, in case you messed up and need a tp back * Add tele hint to head to the edgeville monastery * Add requirement to bring the Holy symbol to the "travel to monastery" step already It's not technically required yet, but it would be silly not to have it now * Add dialog hint for monastery teleport * Add holy symbol as a requirement to "Starting off" This is technically not a requirement, but for anyone other than a UIM this is good to bring already since it saves a little time banking * Highlight holy symbol when it should be equipped * Add ectophial as an infinite charge teleport * Clean up the "Go back to Harmony" step It's now a ConditionalStep with all the required steps to head to Harmony copied to make sure progress is kept as expected * Add tele step when heading to Fenkenstrain for the first time * highlight ring of charos in inventory when it needs to be equipped * clean up "Talk to Dr. Fenkenstrain in harmony windmill" step making sure there's proper TP steps to get there * fix ectophial addTeleport quantity/copy * Suggest climbing upstairs instead of just "go to harmony" * highlight diving gear * add "Get keg" as a side panel step * clean up the ItemWithCharge addition * Run the formatter
- Loading branch information
Showing
4 changed files
with
92 additions
and
35 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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