feat(dailytasks): add Rake Miscellania task#491
Open
runsonmypc wants to merge 1 commit into
Open
Conversation
…r maxed) Adds an opt-in "Rake Miscellania" daily task that self-provisions a rake (and a Dramen/Lunar staff when one is needed for the fairy ring), travels to Miscellania via the CIP fairy ring, and rakes the flax and herb patches until kingdom favour is maxed. - Rakes every weed on both patches before checking favour; waits for weeds to regrow and keeps raking when one pass is not enough; never re-clicks a patch mid-rake. - Stops on the KINGDOM_APPROVAL varbit at max (player-state cache read), with Gardener Gunnhild's chat line as a backup signal. - Availability gates only on Throne of Miscellania so a stale login-time approval value cannot skip the task. - Adds a handlesOwnTravel flag so the task banks before island travel instead of being dragged across by the generic pre-walk. - Disabled by default; bumps plugin version 1.0.1 -> 1.1.0.
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.
Summary
Adds an opt-in Rake Miscellania daily task (disabled by default).
When enabled, it self-provisions a rake (and a Dramen/Lunar staff if the fairy ring needs one — skipped when the Elite Lumbridge & Draynor diary is done), travels to Miscellania via the CIP fairy ring, and rakes the flax and herb patches until kingdom favour is maxed.
Behaviour
Testing
Live-tested end-to-end on a members world: banked for a rake on Fossil Island, travelled via fairy ring to Miscellania, raked both patches, and auto-stopped at max favour with no errors.
Version bumped 1.0.1 -> 1.1.0.