[PR #314] [MERGED] Added some sound, refactored fletching and arrowmaking a bit... I've … #2507

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/314
Author: @Gptaqbc
Created: 12/22/2019
Status: Merged
Merged: 12/22/2019
Merged by: @dginovker

Base: masterHead: new-stuff-4


📝 Commits (3)

  • 5e1d933 Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk
  • bd9f5a9 Commented clipping server side check so we can work on it
  • 680d2a1 Added Canifis bank to the bank boolean

📊 Changes

12 files changed (+190 additions, -181 deletions)

View changed files

📝 2006Redone Server/src/com/rebotted/game/content/consumables/Potions.java (+1 -0)
📝 2006Redone Server/src/com/rebotted/game/content/skills/fletching/ArrowMaking.java (+43 -46)
📝 2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCutting.java (+33 -71)
📝 2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCuttingInterface.java (+5 -4)
📝 2006Redone Server/src/com/rebotted/game/content/skills/fletching/Stringing.java (+2 -1)
📝 2006Redone Server/src/com/rebotted/game/globalworldobjects/Doors.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/game/globalworldobjects/DoubleDoors.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/game/objects/ObjectsActions.java (+12 -17)
📝 2006Redone Server/src/com/rebotted/game/objects/impl/Climbing.java (+7 -0)
📝 2006Redone Server/src/com/rebotted/game/players/Player.java (+1 -0)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/PickupItem.java (+0 -2)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/Walking.java (+84 -38)

📄 Description

…maybe fixed the issue with fletching.. idk

Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk


🔄 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/314 **Author:** [@Gptaqbc](https://github.com/Gptaqbc) **Created:** 12/22/2019 **Status:** ✅ Merged **Merged:** 12/22/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `new-stuff-4` --- ### 📝 Commits (3) - [`5e1d933`](https://github.com/2006-Scape/2006Scape/commit/5e1d933af47a1f0d2cf23a6eeeb2861ba36ee70b) Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk - [`bd9f5a9`](https://github.com/2006-Scape/2006Scape/commit/bd9f5a9fe25ff5dff6add3609c7194982fa5de4a) Commented clipping server side check so we can work on it - [`680d2a1`](https://github.com/2006-Scape/2006Scape/commit/680d2a17a0fbb52a6d8a317f47a5215f965b8e6c) Added Canifis bank to the bank boolean ### 📊 Changes **12 files changed** (+190 additions, -181 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/com/rebotted/game/content/consumables/Potions.java` (+1 -0) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/fletching/ArrowMaking.java` (+43 -46) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCutting.java` (+33 -71) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCuttingInterface.java` (+5 -4) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/fletching/Stringing.java` (+2 -1) 📝 `2006Redone Server/src/com/rebotted/game/globalworldobjects/Doors.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/game/globalworldobjects/DoubleDoors.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/game/objects/ObjectsActions.java` (+12 -17) 📝 `2006Redone Server/src/com/rebotted/game/objects/impl/Climbing.java` (+7 -0) 📝 `2006Redone Server/src/com/rebotted/game/players/Player.java` (+1 -0) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/PickupItem.java` (+0 -2) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/Walking.java` (+84 -38) </details> ### 📄 Description …maybe fixed the issue with fletching.. idk Added some sound, refactored fletching and arrowmaking a bit... I've maybe fixed the issue with fletching.. idk --- <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:16 +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#2507