mes: Add right click 'Last-destination' option for Jewellery Boxes (#1737)
* api: menu event, prio runelite menuopcode, widget stuff, eventbus logging add "Menu" event to keep everything in chronological order add MenuOpcode.PRIO_RUNELITE which is sub 1000 so it doesn't get sorted add Jewellery box widget info add getOnOp fix exception logging in eventbus redisable gpu debug messages * mes: add (right click only) last destination to jewellery boxes * mes: use Object objects for eventbus instead of strings
This commit is contained in:
@@ -41,7 +41,8 @@ public class ModelData0 {
|
||||
signature = "(II)V",
|
||||
garbageValue = "1738289394"
|
||||
)
|
||||
static final void method3214(int var0) {
|
||||
@Export("clickMenuIndex")
|
||||
static final void clickMenuIndex(int var0) {
|
||||
if (var0 >= 0) {
|
||||
int var1 = Client.menuArguments1[var0];
|
||||
int var2 = Client.menuArguments2[var0];
|
||||
|
||||
Reference in New Issue
Block a user