-
-
Notifications
You must be signed in to change notification settings - Fork 497
quest-helper: sync to version 4.10.0+ (commit 55396262) #1442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
fdaae81
289d4f4
2720c31
4c204e8
35b16e5
8742d41
2b9b336
3c3db8a
480b453
5a651fd
bbf20b1
1907051
0ea0f8a
3cebb0a
25c6a32
0114881
3770531
01a810b
9aab9cb
d89050f
4dcb2b0
f285dc5
c34cab5
d3b4103
573a442
f9b4982
f51e870
5e055ee
04bd1ce
82b7dd3
73a93b9
206d275
c6998f0
e230791
02cc019
240d2a3
f460892
bcd43f4
e697d00
53299fb
a0f2b2c
cc78876
9f160f1
07806c6
f1d432e
649c9b0
cb416ef
b8014ab
a787b6f
9d2a7bc
1f5790b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -20,6 +20,32 @@ If you have any questions, please join our [Discord](https://discord.gg/zaGrfqFE | |||||
|
|
||||||
| If you enjoy my open source work and would like to support me, consider buying me a coffee! Your support helps me stay caffeinated and motivated to keep improving and creating awesome projects. | ||||||
|
|
||||||
| ## Quest Helper Integration | ||||||
|
|
||||||
| The integrated Quest Helper works together with other plugins to give a nice unified experience while questing. | ||||||
|
|
||||||
| ### Not Enough Runes | ||||||
|
|
||||||
| If you have the [Not Enough Runes](https://runelite.net/plugin-hub/show/not-enough-runes) plugin installed, you can | ||||||
| right-click item requirements and click `Go to NER...` to look that item up in Not Enough Runes. | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| ### Shortest Path | ||||||
|
|
||||||
| If you have the [Shortest Path](https://runelite.net/plugin-hub/show/shortest-path) plugin installed, you can enable the | ||||||
| the "Use 'Shortest Path' plugin" in the Quest Helper config. | ||||||
|
|
||||||
|  | ||||||
coderabbitai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
|
||||||
| Next time you start a quest, the Shortest Path plugin will help you take the shortest path to the destination. | ||||||
|
|
||||||
|  | ||||||
|
|
||||||
| You can configure what teleportation methods, or the aesthetic of the path in the Shortest Path config. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Clarify sentence. Apply: -You can configure what teleportation methods, or the aesthetic of the path in the Shortest Path config.
+You can configure which teleportation methods to use and the path’s aesthetic in the Shortest Path config.📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
| ## Help and discussion | ||||||
|
|
||||||
| [](https://www.paypal.com/paypalme/MicrobotBE?country.x=BE) | ||||||
|
|
||||||
|
|
||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| # Quest Helper Sync Tracking File | ||
| # This file tracks the last synchronized commit from the external quest-helper repository | ||
| # | ||
| # External Repository: https://github.com/Zoinkwiz/quest-helper | ||
| # Local Integration: runelite-client/src/main/java/net/runelite/client/plugins/microbot/questhelper/ | ||
| # | ||
| # IMPORTANT: Do not manually edit this file unless you know what you're doing. | ||
| # Use the quest-helper update scripts to manage synchronization. | ||
|
|
||
| # Current sync position - this is the last external commit that has been integrated | ||
| 5539626281a502ba8c44fe59b8b57bce32fe4f16 | ||
|
|
||
| # Sync metadata (for script reference) | ||
| # External repo HEAD at last check: 5539626281a502ba8c44fe59b8b57bce32fe4f16 | ||
| # Last sync date: 2025-08-29 | ||
| # Sync method: automated script with manual package transformation | ||
| # Integration branch: quest-helper-update-20250829_063754 | ||
| # Local commit: cb416ef02a (quest-helper: polish Enakhras Lament) | ||
|
|
||
| # Sync history log: | ||
| # 2025-08-29 07:14:46 - Applied commit 55396262 (Polish enahkras lament #2294) | ||
| # - Enhanced EnakhrasLament.java with better code organization | ||
| # - Fixed Shadow Room brazier puzzle sequence and locations | ||
| # - Added missing chisel icon for cutOffLimb step | ||
| # - Files changed: 1 Java file, +359/-204 lines | ||
| # - Package transformation: com.questhelper -> net.runelite.client.plugins.microbot.questhelper | ||
| # - Status: SUCCESS | ||
| # | ||
| # 2025-08-28 16:35:20 - Complete sync to version 4.10.0 | ||
| # - Applied 76 patches successfully from external repository | ||
| # - Skipped 4 patches (build files, CI workflows not applicable to Microbot) | ||
| # - Base sync point: 6329d81ee15a07a4b4fb53217bd4305e978c7a0e | ||
| # - Status: SUCCESS | ||
| # | ||
| # 2025-08-28 16:28:12 - Partial sync (first 4 patches) | ||
| # - Initial automated sync setup and testing | ||
| # - Applied commits d2df892a..4c204e89 | ||
| # - Status: SUCCESS | ||
| # | ||
| # 2025-08-28 16:13:45 - Initial sync tracking setup | ||
| # - Created sync file and established tracking | ||
| # - Method: manual setup | ||
| # - Status: INITIALIZED | ||
|
|
||
| # Integration status | ||
| # Current external version: 4.10.0+ | ||
| # Integration health: HEALTHY | ||
| # Last validation: 2025-08-29 | ||
| # Compilation status: SUCCESS | ||
| # Package transformation: COMPLETE | ||
| # Sync file location: CORRECT (moved from project root) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix duplicate word.
Apply:
📝 Committable suggestion
🧰 Tools
🪛 LanguageTool
[grammar] ~36-~36: There might be a mistake here.
Context: ...th) plugin installed, you can enable the the "Use 'Shortest Path' plugin" in the Que...
(QB_NEW_EN)
🤖 Prompt for AI Agents