Update hallowed-sepulchre-helper with compliance adjustments #10599
Conversation
|
|
|
Internal use only: Reviewer details Maintainer details |
|
Commenting in case another reviewer that doesn't have the prior context sees this. Jagex originally requested this plugin be removed but did not provide clear guidance as to what needs to removed to allow it to be re-added. Thus I skipped reviewing it for now and if you are a potential reviewer you should probably do the same. |
I've gotten info that you can undo these ones if you want, but keep out any advance warning stuff. You can highlight active hazards ~however you like but don't provide advance warning of future hazards. |
Hi, thank you for the follow-up, its greatly appreciated! |
pluginhub compliance runelite#2 pass remove floor 4 phase tracker remove countdown from portals, wizards and knight statues remove knight statue zone highlight (both warning and hazard) remove warning highlight for wizard statues
|
The part at in my original comment about 1) is still true. Let me know if you have any further comments Heres an updated video: unknown_2026.03.17-16.17.mp4 |
This PR contains two parts combined into one submission:
I know this is a large PR. A big portion is route obstacle mapping/constants work from 1), and a lot of removing from 2) but if needed just lmk and I'll split further if that would help review.
1200 LOC are just from mapping every obstacle to routes in the RouteObstacles.java file like this:
addObstacle(new WorldPoint(2527, 5876, 2), EnumSet.of(SepulchreRoute.FLOOR_4_NORTH)); // WIZARD_STATUE
Changes in 1)
Route filtering, faster detection, and refactoring
Changes in 2)
Note on interpretation / request for feedback
This is my first pass at adjusting the plugin to match the intended spirit of the feedback (especially around tile indication/where-to-stand style guidance).
This was at my sole interpretion, so if anything is still over the line or should be adjusted differently, please let me know and I will gladly adjust further.
I dont know if these reviews includes trying the plugin in-game, so if not heres a short video of the adjustments:
sepulchre_helper_changes.mp4