Conversation
…blighted foods, ferox pool restoration, combat potion optimization
feat: refactor looting logic to use Rs2LootEngine for improved item handling
# Conflicts: # runelite-client/src/main/java/net/runelite/client/plugins/microbot/aiofighter/loot/LootScript.java
# Conflicts: # runelite-client/src/main/java/net/runelite/client/plugins/microbot/aiofighter/loot/LootScript.java
…obot/aiofighter/loot/LootScript.java Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…obot/util/grounditem/Rs2LootEngine.java Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Implement new badge overlay for the Microbot Hub tab - Create text-based icons for better clarity in tab representation - Update tab management to use tooltips instead of image names
- Keep NEW badge overlay hidden until its position is calculated - Move initial badge positioning to SwingUtilities.invokeLater (ensure EDT layout) - Show badge only when hub tab and glass pane are visible; update position in timer loop - Properly restore previous glass pane and stop timer in cleanup - Minor cleanup to createTextIcon usage/comments
- Remove unused images from resources as normal text is being used on tabs now
- Rename parameter for clarity in hasWidgetOverlapWithBounds method - Delete AccountPlugin from plugins folder
Remove Runelite's AccountPlugin
Minor Microbot Panel UI Update
Rs2LootEngine & AIO Fighter looting rework
feat(aiofighter): add wilderness improvements - looting bag support, blighted foods, ferox pool restoration, combat potion optimization
Spirit Tree cache for PoH
Rs2Walker handleFairyRings improvements
fix: make sure we cast the teleport to house spell correctly
|
Caution Review failedThe pull request is closed. WalkthroughThis PR bumps microbot.version to 2.0.4; removes AccountPlugin; updates MicrobotPlugin to detect shop containers and store shop items via reflection on InventoryID; adds AIOFighter usePoolAtFerox config and BankerScript Ferox pool usage plus bag-emptying adjustments; gates combat potions to in-combat; replaces LootScript with Rs2LootEngine and exposes Rs2GroundItem helpers; refactors MicrobotPluginManager to manifest-based load/remove and safer stop/download; adds Microbot hub NEW badge and text icons; revises spirit tree cache/strategy and POH object handling; updates SpiritTree definitions; adds blighted foods; expands Rs2Walker transports/banking/fairy ring logic; tweaks WorldSelectionMode text. 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 (3)
📒 Files selected for processing (17)
✨ 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 |
No description provided.