runelite
runelite copied to clipboard
Add the HAM hideout trapdoor pick-lock option to the menu entry swapper
It'd be nice for grinding easy clues.
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.
I looked at it as well and came to the same conclusion. The current client doesn't allow swapping those 2 specific types.
~~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.
added in 3fd1ba69500b3cd14ece4e1163e9e7a428d10935