Conversation
# Conflicts: # runelite-client/src/main/java/net/runelite/client/plugins/microbot/util/walker/Rs2Walker.java
# Conflicts: # runelite-client/src/main/resources/net/runelite/client/plugins/microbot/shortestpath/teleportation_poh.tsv
Poh transports added on runtime
Don't add teleports to POH when already in house
fix(FishingTrawler): fix reward looting by checking for visible widget
|
Caution Review failedThe pull request is closed. WalkthroughThis PR updates microbot.version to 2.0.6 and makes multiple transport system changes: adds PoH transport integration via new PohTransport, expands Transport constructors and parsing, removes enum-based fields, and adjusts resource loading. PathfinderConfig now merges PoH transports and introduces consumable teleport filtering. Rs2PohCache adds POH fairy ring handling, transport mapping, persistence hooks, and event-based updates. PohTeleports adds getTransportsToPoh and changes portal interaction. HouseStyle renames pohLocation to pohExitWorldPoint and adds getPohExitPoint; HouseLocation updates accordingly. Rs2Walker changes PoH gating, uses PohTransport.execute, and updates getTransportsForPath signatures. FishingTrawlerScript replaces a fixed sleep with a widget visibility wait-and-click. ShortestPathPlugin adds a blank line. Possibly related PRs
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ast-grep (0.38.6)runelite-client/src/main/java/net/runelite/client/plugins/microbot/util/walker/Rs2Walker.javaTip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. 📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (12)
✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
POH walker fixes + fishing trawler bug fix