[PR #104] [MERGED] Refactor mining, add all the rocks and ores #7964

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

📋 Pull Request Information

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

Base: masterHead: mining-fixes


📝 Commits (5)

📊 Changes

4 files changed (+148 additions, -214 deletions)

View changed files

📝 2006Redone Server/src/redone/game/content/skills/core/Mining.java (+142 -137)
📝 2006Redone Server/src/redone/game/objects/ObjectsActions.java (+3 -74)
📝 2006Redone Server/src/redone/net/packets/impl/ClickObject.java (+1 -1)
📝 2006Redone Server/src/redone/world/ObjectHandler.java (+2 -2)

📄 Description

Refactored mining a little bit,
Can now mine all the rocks (blurite, gems, barbarian village rocks etc).
The respawn timers have been adjusted to the wiki.
The mining timer is the same as it was before. (time it takes to mine the ore)

closes #86


🔄 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/104 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 10/25/2019 **Status:** ✅ Merged **Merged:** 10/25/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `mining-fixes` --- ### 📝 Commits (5) - [`879f6c4`](https://github.com/2006-Scape/2006Scape/commit/879f6c4d21a7893fc891b02f430017a61f323c46) add blurite ore - [`e55859b`](https://github.com/2006-Scape/2006Scape/commit/e55859bd738f06b222ab1433a1c41a0c87b1b6fc) update randomness - [`10c2904`](https://github.com/2006-Scape/2006Scape/commit/10c2904e4bac25a11917a00aebc92568d13ab8dc) remove randomness - [`57e0d3b`](https://github.com/2006-Scape/2006Scape/commit/57e0d3bcc1ffbeb61d9dd218515deb1171b9d1cb) refactor mining - [`45e9b5c`](https://github.com/2006-Scape/2006Scape/commit/45e9b5cf863cdd05e84d38bdd8981b39a7ddb754) add gems ### 📊 Changes **4 files changed** (+148 additions, -214 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/redone/game/content/skills/core/Mining.java` (+142 -137) 📝 `2006Redone Server/src/redone/game/objects/ObjectsActions.java` (+3 -74) 📝 `2006Redone Server/src/redone/net/packets/impl/ClickObject.java` (+1 -1) 📝 `2006Redone Server/src/redone/world/ObjectHandler.java` (+2 -2) </details> ### 📄 Description Refactored mining a little bit, Can now mine all the rocks (blurite, gems, barbarian village rocks etc). The respawn timers have been adjusted to the wiki. The mining timer is the same as it was before. (time it takes to mine the ore) closes #86 --- <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:21:24 +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#7964