Merge RuneLite 1.12.32 and bump microbot to 2.6.13#1818
Conversation
These comments were useful prior to item IDs being referenced from gamevals, where items with the same ingame name would only be differentiated by ID. Now that we have the names given by Jagex, they are unambiguous, and usually include the same commented information in the name itself.
OSRS CM has requested this block be removed
[ci skip]
Add a `BankTagsService` option to place items in the bank but not in the layout at the end of layout. This is relevant for variation items. When variation via `*` is added to a tag, the items would normally appear in the first available empty slot in the layout. This can clutter layouts that place items in particular patterns like `ZigZag` or `Preset`. To minimize this, an option to place those items at the bottom of the layout is added for plugins to use when interfacing with `BankTagsService`. Co-authored-by: dillydill123 <dkesto@umich.edu>
…12.32 # Conflicts: # gradle.properties # runelite-client/src/main/java/net/runelite/client/plugins/slayer/Task.java
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (36)
WalkthroughThe update bumps project versions, extends RuneLite API and generated game identifiers, adds Vampyrium and related gameplay locations, and updates agility, hunter, farming, Slayer, bank-tag, GPU, loot-tracking, item-charge, item-stat, menu, and Motherlode behavior. Item variation mappings and location metadata are also expanded for new items, NPCs, interfaces, varbits, sprites, and world content. Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
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.44.1)runelite-api/src/main/java/net/runelite/api/ItemID.javaast-grep timed out on this file runelite-api/src/main/java/net/runelite/api/NpcID.javaast-grep timed out on this file runelite-api/src/main/java/net/runelite/api/NullItemID.javaast-grep timed out on this file
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 |
Summary
Merges the latest upstream
runelite/masterinto development and updates the pinned versions.project.build.versionandrunelite.injected-client.versionfrom1.12.31.1to1.12.32.1(snapshot suffix removed, matching the previous release flow)microbot.versionfrom2.6.12to2.6.13Conflict resolutions
gradle.properties: kept microbot properties, set versions to1.12.32.1slayer/Task.java: kept microbot's LIZARDS weakness info alongside upstream's new MAGGOT_KING taskValidation
./gradlew :client:compileJava— passes (warnings only)🤖 Generated with Claude Code