better-monster-examine: update to v1.7 - #14897
Open
prettyrocket wants to merge 1 commit into
Open
Conversation
|
|
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
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.
Updates Better Monster Examine to
aba64421cda11fd26754a6710bb30e36a6adcaf9.Released as Better Monster Examine v1.7 — Not Enough Runes — https://github.com/prettyrocket/better-monster-examine/releases/tag/v1.7
🔗 Drops that open in Not Enough Runes
A drop row could always take you to the OSRS Wiki. If you also run Not Enough Runes, it can now take you there instead — straight to the item, in the sidebar, without leaving the client.
Integrations
The other direction, too
displayMonsterrequest and opens that monster's card, on the Stats or Drops tab, by name and combat level or by NPC id. It's how Not Enough Runes will send you back the other way once its half lands; you won't see it do anything until then, but it ships now so that side has a released version to build against.Under the hood
Plugin-hub plugins each load in their own classloader and can't see each other's code, so this goes over RuneLite's
PluginMessageevent — the supported channel for exactly this. The upshot for you: the two plugins update independently, and neither needs the other to be installed.Thanks to Hannah-GBS, author of Not Enough Runes, for proposing the link and for the integration notes it was built from.
Full changelog: prettyrocket/better-monster-examine@v1.6...v1.7