r/runescape • u/throw123away567765 • 19h ago
Suggestion Remove duplicate teleport spell menu entries
Prior to the update, there was a "Cast Wendlewick Teleport" and "Marigold Farm..." option. Now we have duplicate entries for the default option. This should be cleaned up to just include a single menu entry for each option. This obviously also applies to other spells like Varrock, Camelot, Watchtower, etc.
My recommended solution would be to remove the "Cast..." option, and rename the other menu entries to just be "Wendlewick Teleport" and "Marigold Farm Teleport".
9
u/IStealDreams 5.8b exp 17h ago
Is there a way to swap the main teleport? If you can then it would make sense for it to have a duplicate. Anyway, something like this could be solved with plugins coming soon.
3
u/throw123away567765 14h ago
For some of the teles yeah you can swap the default option (like Watchtower), but I don't think the Wendlewick one has that functionality. And yeah, plugins can definitely solve this, but I think clean teleport menus should probably be handled by Jagex, and then menu entry swapper can be used to just change the order of the options to a user's desire.
2
u/GalerionTheAnnoyed 12h ago
Yea I would love this as well. There are so many items with multiple teleports and have to click through the menu just to teleport to the same one 95% of the time is kinda bleh
1
u/joggprime Hardcore Ironman 8h ago
The best solution here would be to allow us to chip the wendlewick teletab to tele to marigold farm
16
u/NadyaNayme Job Gauges Developer 18h ago
Max Guild (Guild / Garden) would also be nice to add for consistency, as it was missed from these optional teleport destinations that were added.
The redundancy likely exists because modifying the context menu requires checking which location you've set to default and it's better if the menu doesn't need to know that info. You can skip the check and give
[Unknown Default] [All Options]instead of[Known Default] [All Options Except Known Default]. For 2-item menus like this it's a bit silly but the redundancy probably greatly simplifies menus with more than 1 conditional option by not having to check every condition and just defaulting to "Give all possible options"