[PR #509] [MERGED] More mage training arena #8201

Closed
opened 2026-05-31 12:22:12 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/509
Author: @RedSparr0w
Created: 10/5/2021
Status: Merged
Merged: 10/6/2021
Merged by: @Dark98

Base: masterHead: Mage-training-arena-again


📝 Commits (5)

  • 5cdd9b8 Fixup points display
  • 80508b1 Only allow players to deposit up to 12k at one time
  • ff564fd Apple damage and play animation
  • 9054640 Update order or prices
  • 0f06dc6 Update Telekinetic.java

📊 Changes

4 files changed (+33 additions, -16 deletions)

View changed files

📝 2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/Alchemy.java (+18 -3)
📝 2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/Graveyard.java (+9 -5)
📝 2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/MageTrainingArena.java (+6 -6)
📝 2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/Telekinetic.java (+0 -2)

📄 Description

Fixup the point amounts displayed in the shop (was in the wrong order)
Play the bones falling animation in graveyard upon taking damage
Updated the price order to show in the same order that points are displayed
Only allow players to deposit up to 12k at one time in the alchemy minigame (anti smuggle)


🔄 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/509 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 10/5/2021 **Status:** ✅ Merged **Merged:** 10/6/2021 **Merged by:** [@Dark98](https://github.com/Dark98) **Base:** `master` ← **Head:** `Mage-training-arena-again` --- ### 📝 Commits (5) - [`5cdd9b8`](https://github.com/2006-Scape/2006Scape/commit/5cdd9b853660409058ae42ca8af55e2ac53f85d4) Fixup points display - [`80508b1`](https://github.com/2006-Scape/2006Scape/commit/80508b132ac1bf50edfbbf71e6405753057fa522) Only allow players to deposit up to 12k at one time - [`ff564fd`](https://github.com/2006-Scape/2006Scape/commit/ff564fd3583eef44bf10a50cefca19bc119844b1) Apple damage and play animation - [`9054640`](https://github.com/2006-Scape/2006Scape/commit/905464087d572e62c04faad0dd734b1d097b6886) Update order or prices - [`0f06dc6`](https://github.com/2006-Scape/2006Scape/commit/0f06dc614fe6dd48d5818b96d7cb5274e566969d) Update Telekinetic.java ### 📊 Changes **4 files changed** (+33 additions, -16 deletions) <details> <summary>View changed files</summary> 📝 `2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/Alchemy.java` (+18 -3) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/Graveyard.java` (+9 -5) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/MageTrainingArena.java` (+6 -6) 📝 `2006Scape Server/src/main/java/com/rs2/game/content/minigames/magetrainingarena/Telekinetic.java` (+0 -2) </details> ### 📄 Description Fixup the point amounts displayed in the shop (was in the wrong order) Play the bones falling animation in graveyard upon taking damage Updated the price order to show in the same order that points are displayed Only allow players to deposit up to 12k at one time in the alchemy minigame (anti smuggle) --- <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-31 12:22: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#8201