[PR #189] [MERGED] Minor tidy up, Update specials stats #4531

Closed
opened 2026-05-26 12:21:01 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/189
Author: @RedSparr0w
Created: 11/17/2019
Status: Merged
Merged: 11/17/2019
Merged by: @dginovker

Base: masterHead: stuff


📝 Commits (10+)

  • 0e1e079 Fix local Parabot instructions
  • 8c8428e Merge remote-tracking branch 'upstream/master'
  • 484d5d6 Merge remote-tracking branch 'upstream/master'
  • 21a379e Merge remote-tracking branch 'upstream/master'
  • 30a4a7a Add kick command, and force logout function
  • 53a8582 Merge remote-tracking branch 'upstream/master'
  • 9a06cfb Merge remote-tracking branch 'upstream/master'
  • 54391b4 fixup abyss
  • b62c1cf fixup tokkull selling
  • 475242a tidy up

📊 Changes

5 files changed (+34 additions, -62 deletions)

View changed files

📝 2006Redone Server/src/redone/game/content/combat/Specials.java (+10 -10)
📝 2006Redone Server/src/redone/game/content/skills/runecrafting/AbyssalHandler.java (+7 -9)
📝 2006Redone Server/src/redone/game/content/skills/runecrafting/Runecrafting.java (+14 -41)
📝 2006Redone Server/src/redone/game/npcs/drops/NPCDropsHandler.java (+2 -1)
📝 2006Redone Server/src/redone/game/players/Player.java (+1 -1)

📄 Description

Update specials stats to match the wiki
Minor refactoring/tidy up


🔄 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/189 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 11/17/2019 **Status:** ✅ Merged **Merged:** 11/17/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `stuff` --- ### 📝 Commits (10+) - [`0e1e079`](https://github.com/2006-Scape/2006Scape/commit/0e1e07924b527562074acf9761b5535f7823f98c) Fix local Parabot instructions - [`8c8428e`](https://github.com/2006-Scape/2006Scape/commit/8c8428e0be3e0d5e80fdbbbe1424ead4c17f6cf1) Merge remote-tracking branch 'upstream/master' - [`484d5d6`](https://github.com/2006-Scape/2006Scape/commit/484d5d68ab08e6f9a1e3fe409c3a01dc9d4338b4) Merge remote-tracking branch 'upstream/master' - [`21a379e`](https://github.com/2006-Scape/2006Scape/commit/21a379ed8efbd4435f8e7fb4ee1bb443b2b41cf6) Merge remote-tracking branch 'upstream/master' - [`30a4a7a`](https://github.com/2006-Scape/2006Scape/commit/30a4a7a10f4c1277b8f06424af374aab168f016c) Add kick command, and force logout function - [`53a8582`](https://github.com/2006-Scape/2006Scape/commit/53a8582308af59f8359c93199acdef981ca26fea) Merge remote-tracking branch 'upstream/master' - [`9a06cfb`](https://github.com/2006-Scape/2006Scape/commit/9a06cfbfb45acb7b79fcd9d8fac7999c174e21c7) Merge remote-tracking branch 'upstream/master' - [`54391b4`](https://github.com/2006-Scape/2006Scape/commit/54391b43c49056bada295ac205d6906b2c2f6c80) fixup abyss - [`b62c1cf`](https://github.com/2006-Scape/2006Scape/commit/b62c1cf15604c43400d2730b15f8c64016881060) fixup tokkull selling - [`475242a`](https://github.com/2006-Scape/2006Scape/commit/475242aee792aa1add655e85dfe1cb1d2f08dc7e) tidy up ### 📊 Changes **5 files changed** (+34 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/redone/game/content/combat/Specials.java` (+10 -10) 📝 `2006Redone Server/src/redone/game/content/skills/runecrafting/AbyssalHandler.java` (+7 -9) 📝 `2006Redone Server/src/redone/game/content/skills/runecrafting/Runecrafting.java` (+14 -41) 📝 `2006Redone Server/src/redone/game/npcs/drops/NPCDropsHandler.java` (+2 -1) 📝 `2006Redone Server/src/redone/game/players/Player.java` (+1 -1) </details> ### 📄 Description Update specials stats to match the wiki Minor refactoring/tidy up --- <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-05-26 12:21:01 +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#4531