[PR #207] [MERGED] Redemption Prayer/Fixes/Clues/Tidying up/Rares #6615

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/207
Author: @mrextremez
Created: 11/22/2019
Status: Merged
Merged: 11/22/2019
Merged by: @dginovker

Base: masterHead: newthings


📝 Commits (1)

  • 1185afe Redemption Prayer/Fixes/Clues/Tidying up/Rares

📊 Changes

10 files changed (+45 additions, -47 deletions)

View changed files

2006Redone Server/data/logs/commands/andrew5.txt (+2 -0)
2006Redone Server/data/logs/pking/killed/andrew5.txt (+1 -0)
📝 2006Redone Server/src/redone/Constants.java (+2 -1)
📝 2006Redone Server/src/redone/game/content/combat/CombatAssistant.java (+1 -9)
📝 2006Redone Server/src/redone/game/items/impl/RareProtection.java (+7 -24)
📝 2006Redone Server/src/redone/game/npcs/NpcHandler.java (+1 -1)
📝 2006Redone Server/src/redone/game/players/Player.java (+24 -1)
📝 2006Redone Server/src/redone/game/players/Trading.java (+1 -9)
📝 2006Redone Server/src/redone/game/shops/ShopAssistant.java (+2 -2)
📝 2006Redone Server/src/redone/net/packets/impl/ClickItem.java (+4 -0)

📄 Description

Does the following

  • Adds functional redemption prayer
  • Fixes max stack deletion when trading
  • Adds toggle for clue scrolls, currently set on disabled until someone gets the time to finish clue scrolls
  • Cleans up a few minor things
  • Removes a few bits of dead code
  • Re enables rare detection

🔄 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/207 **Author:** [@mrextremez](https://github.com/mrextremez) **Created:** 11/22/2019 **Status:** ✅ Merged **Merged:** 11/22/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `newthings` --- ### 📝 Commits (1) - [`1185afe`](https://github.com/2006-Scape/2006Scape/commit/1185afe3f4ee4f7ae027d4217a89aeb10a6a21cf) Redemption Prayer/Fixes/Clues/Tidying up/Rares ### 📊 Changes **10 files changed** (+45 additions, -47 deletions) <details> <summary>View changed files</summary> ➕ `2006Redone Server/data/logs/commands/andrew5.txt` (+2 -0) ➕ `2006Redone Server/data/logs/pking/killed/andrew5.txt` (+1 -0) 📝 `2006Redone Server/src/redone/Constants.java` (+2 -1) 📝 `2006Redone Server/src/redone/game/content/combat/CombatAssistant.java` (+1 -9) 📝 `2006Redone Server/src/redone/game/items/impl/RareProtection.java` (+7 -24) 📝 `2006Redone Server/src/redone/game/npcs/NpcHandler.java` (+1 -1) 📝 `2006Redone Server/src/redone/game/players/Player.java` (+24 -1) 📝 `2006Redone Server/src/redone/game/players/Trading.java` (+1 -9) 📝 `2006Redone Server/src/redone/game/shops/ShopAssistant.java` (+2 -2) 📝 `2006Redone Server/src/redone/net/packets/impl/ClickItem.java` (+4 -0) </details> ### 📄 Description - closes #205 - closes #197 - closes #145 Does the following - Adds functional redemption prayer - Fixes max stack deletion when trading - Adds toggle for clue scrolls, currently set on disabled until someone gets the time to finish clue scrolls - Cleans up a few minor things - Removes a few bits of dead code - Re enables rare detection --- <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-29 12:21:12 +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#6615