[PR #92] [MERGED] Rebase magic teleports, fix superheat #11043

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/92
Author: @RedSparr0w
Created: 10/23/2019
Status: Merged
Merged: 10/24/2019
Merged by: @dginovker

Base: masterHead: rebase-magic


📝 Commits (3)

  • b6546d6 rebase teleport spells
  • 1c84e6e fix superheat rune requirements
  • d5627b3 fixup ardougne laws required

📊 Changes

4 files changed (+56 additions, -162 deletions)

View changed files

📝 2006Redone Server/src/redone/game/content/combat/magic/CastRequirements.java (+20 -26)
📝 2006Redone Server/src/redone/game/content/combat/magic/MagicTeleports.java (+32 -133)
📝 2006Redone Server/src/redone/game/content/skills/smithing/Superheat.java (+4 -3)
📝 CompiledServer/production/2006rebotted/redone/game/content/skills/smithing/Superheat.class (+0 -0)

📄 Description

Rebase the magic spells, reduce duplication, fix superheat not detecting staff.

closes #83


🔄 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/92 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 10/23/2019 **Status:** ✅ Merged **Merged:** 10/24/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `rebase-magic` --- ### 📝 Commits (3) - [`b6546d6`](https://github.com/2006-Scape/2006Scape/commit/b6546d694120e8253fe643758ad113ce2de94393) rebase teleport spells - [`1c84e6e`](https://github.com/2006-Scape/2006Scape/commit/1c84e6e3d585469f92181f6146f1c24c74d00271) fix superheat rune requirements - [`d5627b3`](https://github.com/2006-Scape/2006Scape/commit/d5627b3a434f58466baf74fa7970b7e1a9f96a24) fixup ardougne laws required ### 📊 Changes **4 files changed** (+56 additions, -162 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/redone/game/content/combat/magic/CastRequirements.java` (+20 -26) 📝 `2006Redone Server/src/redone/game/content/combat/magic/MagicTeleports.java` (+32 -133) 📝 `2006Redone Server/src/redone/game/content/skills/smithing/Superheat.java` (+4 -3) 📝 `CompiledServer/production/2006rebotted/redone/game/content/skills/smithing/Superheat.class` (+0 -0) </details> ### 📄 Description Rebase the magic spells, reduce duplication, fix superheat not detecting staff. closes #83 --- <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-04 12:21:22 +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#11043