runelite icon indicating copy to clipboard operation
runelite copied to clipboard

Add the HAM hideout trapdoor pick-lock option to the menu entry swapper

Open JeljoGb opened this issue 5 years ago • 3 comments

image

It'd be nice for grinding easy clues.

JeljoGb avatar Jul 13 '19 21:07 JeljoGb

I tried to solve this by adding a swap to MenuEntrySwapperPlugin.java, but I found that the client forcibly orders options of type 3 (open's type) over options of type 1001 (pick-lock's type), so using client.setMenuEntries() here does not work. I am not sure if this is doable with the current API.

isaacph avatar Apr 24 '21 19:04 isaacph

I looked at it as well and came to the same conclusion. The current client doesn't allow swapping those 2 specific types.

pirak3 avatar Nov 05 '21 13:11 pirak3

~~Can now be swapped with custom object swaps https://github.com/runelite/runelite/wiki/Menu-Entry-Swapper#object-swaps~~

Not the case. The pick-lock option is deprioritized and cannot be manually swapped.

LlemonDuck avatar Jul 15 '22 07:07 LlemonDuck

added in 3fd1ba69500b3cd14ece4e1163e9e7a428d10935

Adam- avatar Nov 14 '22 01:11 Adam-