mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #104] [MERGED] Refactor mining, add all the rocks and ores #2406
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:mining-fixes📝 Commits (5)
879f6c4add blurite oree55859bupdate randomness10c2904remove randomness57e0d3brefactor mining45e9b5cadd gems📊 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.