[PR #319] [MERGED] New stuff 4 #1823

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

📋 Pull Request Information

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

Base: masterHead: new-stuff-4


📝 Commits (9)

  • 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
  • 463f8c0 Merge remote-tracking branch 'upstream/master' into new-stuff-4
  • 83d3e2d Fixed the drops problem
  • 5df08fe Merge remote-tracking branch 'upstream/master' into new-stuff-4
  • 27e8e88 Merge remote-tracking branch 'upstream/master' into new-stuff-4
  • da17c21 Added cannonball making, fixed some typos, added some command for admin to get 999k hp and prayer points(usefull for debugging)
  • 136b0d6 Update DwarfCannon.java

📊 Changes

8 files changed (+78 additions, -15 deletions)

View changed files

📝 2006Redone Server/src/com/rebotted/game/content/combat/range/DwarfCannon.java (+44 -0)
📝 2006Redone Server/src/com/rebotted/game/content/quests/impl/RestlessGhost.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/game/content/skills/crafting/JewelryMaking.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCutting.java (+17 -11)
📝 2006Redone Server/src/com/rebotted/game/content/skills/slayer/Slayer.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/game/dialogues/DialogueHandler.java (+1 -1)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java (+9 -0)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/ItemOnObject.java (+4 -0)

📄 Description

closes #256

New feature:

  • Cannonball making with mould/steel bar on furnace

New Commands (admin):

  • ::hp
  • ::pray

🔄 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/319 **Author:** [@Gptaqbc](https://github.com/Gptaqbc) **Created:** 12/23/2019 **Status:** ✅ Merged **Merged:** 12/24/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `new-stuff-4` --- ### 📝 Commits (9) - [`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 - [`463f8c0`](https://github.com/2006-Scape/2006Scape/commit/463f8c00667d332cfa8b659ec25a4d21a2b7f2b2) Merge remote-tracking branch 'upstream/master' into new-stuff-4 - [`83d3e2d`](https://github.com/2006-Scape/2006Scape/commit/83d3e2d21c3e81cd25b28a9f9ace044c76dd391f) Fixed the drops problem - [`5df08fe`](https://github.com/2006-Scape/2006Scape/commit/5df08fe1d8da9f73176f5d1fb0e6326422683615) Merge remote-tracking branch 'upstream/master' into new-stuff-4 - [`27e8e88`](https://github.com/2006-Scape/2006Scape/commit/27e8e881634fce65b3f6a0b47b3e84146fc5b8e2) Merge remote-tracking branch 'upstream/master' into new-stuff-4 - [`da17c21`](https://github.com/2006-Scape/2006Scape/commit/da17c2112c615052815a58cceac678ae7cadbe0b) Added cannonball making, fixed some typos, added some command for admin to get 999k hp and prayer points(usefull for debugging) - [`136b0d6`](https://github.com/2006-Scape/2006Scape/commit/136b0d66931b706af1a9155f5900fe66a4f0b647) Update DwarfCannon.java ### 📊 Changes **8 files changed** (+78 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/src/com/rebotted/game/content/combat/range/DwarfCannon.java` (+44 -0) 📝 `2006Redone Server/src/com/rebotted/game/content/quests/impl/RestlessGhost.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/crafting/JewelryMaking.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCutting.java` (+17 -11) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/slayer/Slayer.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/game/dialogues/DialogueHandler.java` (+1 -1) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java` (+9 -0) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/ItemOnObject.java` (+4 -0) </details> ### 📄 Description closes #256 New feature: - Cannonball making with mould/steel bar on furnace New Commands (admin): - ::hp - ::pray --- <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-21 10:16:19 +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#1823