[PR #381] [MERGED] Fix for issue #364 - staffs are now supported when enchanting jewellery #10425

Open
opened 2026-06-03 12:22:00 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/381
Author: @nocommento
Created: 2/28/2020
Status: Merged
Merged: 2/28/2020
Merged by: @dginovker

Base: masterHead: enchant_with_staff_fix


📝 Commits (2)

  • abaa0f5 Added staff support when enchanting (issue #364)
  • 2a8c2f9 Added staff support when enchanting (issue #364)

📊 Changes

1 file changed (+18 additions, -37 deletions)

View changed files

📝 2006Redone Server/src/main/java/com/rebotted/game/content/combat/magic/Enchanting.java (+18 -37)

📄 Description

first pr pls be gentle, pretty much just changed it to use the hasRunes and deleteRunes functions from the CastRequirements class and fixed a bug where the 3rd requirement wouldn't get removed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/2006-Scape/2006Scape/pull/381 **Author:** [@nocommento](https://github.com/nocommento) **Created:** 2/28/2020 **Status:** ✅ Merged **Merged:** 2/28/2020 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `enchant_with_staff_fix` --- ### 📝 Commits (2) - [`abaa0f5`](https://github.com/2006-Scape/2006Scape/commit/abaa0f57426d586b9a027544e3a870ec568c1e8e) Added staff support when enchanting (issue #364) - [`2a8c2f9`](https://github.com/2006-Scape/2006Scape/commit/2a8c2f95be46cfe2cd4b14f6ebb94db3bfda73df) Added staff support when enchanting (issue #364) ### 📊 Changes **1 file changed** (+18 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/main/java/com/rebotted/game/content/combat/magic/Enchanting.java` (+18 -37) </details> ### 📄 Description first pr pls be gentle, pretty much just changed it to use the `hasRunes` and `deleteRunes` functions from the `CastRequirements` class and fixed a bug where the 3rd requirement wouldn't get removed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Dark98 added the pull-request label 2026-06-03 12:22:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#10425