[PR #293] [MERGED] Fixes #2496

Closed
opened 2026-05-22 10:16:14 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/293
Author: @mrextremez
Created: 12/14/2019
Status: Merged
Merged: 12/15/2019
Merged by: @dginovker

Base: masterHead: master


📝 Commits (1)

📊 Changes

8 files changed (+45 additions, -18 deletions)

View changed files

📝 2006Redone Client/src/Game.java (+4 -0)
📝 2006Redone Client/src/TextDrawingArea.java (+4 -0)
📝 2006Redone Server/src/com/rebotted/game/content/combat/CombatAssistant.java (+0 -10)
📝 2006Redone Server/src/com/rebotted/game/content/combat/npcs/NpcCombat.java (+17 -7)
📝 2006Redone Server/src/com/rebotted/game/players/Player.java (+1 -0)
📝 2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java (+16 -0)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/ClickingButtons.java (+2 -0)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java (+1 -1)

📄 Description

  • Added ROL for player and npcs
  • Fixed Redemption now works for players and NPCs
  • Fixed prayer not updating on prayer tab when it goes down in points
  • Fixed not being able to use glories after trading them
  • Fixed item spawn crash (only affected some people such as myself and a few others)

Closes #241
Closes #249
Closes #261


🔄 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/293 **Author:** [@mrextremez](https://github.com/mrextremez) **Created:** 12/14/2019 **Status:** ✅ Merged **Merged:** 12/15/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`9794906`](https://github.com/2006-Scape/2006Scape/commit/9794906169954e443be7d25e6074f025f0f3b92a) Fixes ### 📊 Changes **8 files changed** (+45 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Client/src/Game.java` (+4 -0) 📝 `2006Redone Client/src/TextDrawingArea.java` (+4 -0) 📝 `2006Redone Server/src/com/rebotted/game/content/combat/CombatAssistant.java` (+0 -10) 📝 `2006Redone Server/src/com/rebotted/game/content/combat/npcs/NpcCombat.java` (+17 -7) 📝 `2006Redone Server/src/com/rebotted/game/players/Player.java` (+1 -0) 📝 `2006Redone Server/src/com/rebotted/game/players/PlayerAssistant.java` (+16 -0) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/ClickingButtons.java` (+2 -0) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java` (+1 -1) </details> ### 📄 Description - Added ROL for player and npcs - Fixed Redemption now works for players and NPCs - Fixed prayer not updating on prayer tab when it goes down in points - Fixed not being able to use glories after trading them - Fixed item spawn crash (only affected some people such as myself and a few others) Closes #241 Closes #249 Closes #261 --- <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-22 10:16:14 +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#2496