Update 07flip to 5866739#11687
Conversation
tylerwgrass
left a comment
There was a problem hiding this comment.
07flip: "build" must be set
in file /tmp/pluginhub-package9514200939117029686/07flip/repo/runelite-plugin.properties
You must add a build=standard or build=gradle entry.
build=standard is recommended unless you have dependencies or other changes to your build.gradle.
|
Thanks for the review @tylerwgrass! Added |
|
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 |
|
do not use Client#menuAction. what are you trying to achieve? |
|
Thanks @LlemonDuck. Context: we have a movable overlay that appears while the GE setup screen is open and shows our recommended buy/sell prices for the item the user is trading. Right-clicking the overlay let the user pick one of those prices to populate the GE custom price input. The I have removed the
No programmatic menu invocation, and the |
Update 07flip plugin to commit 5866739.
Replaces the chatbox-rendered price card (which was unreliable due to chatbox rebuild scripts clobbering injected child widgets) with a movable Java2D overlay anchored to the GE setup screen. Right-click the overlay to pick from suggested buy/sell prices; the selected price auto-fills the custom price input. Also adds cyan empty-slot hints when a panel right-click queue is awaiting the user to pick a slot.