[PR #348] [MERGED] A few fun fixes #1147

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

📋 Pull Request Information

Original PR: https://github.com/2006-Scape/2006Scape/pull/348
Author: @mrextremez
Created: 1/3/2020
Status: Merged
Merged: 1/3/2020
Merged by: @dginovker

Base: masterHead: stuff


📝 Commits (1)

📊 Changes

8 files changed (+153 additions, -122 deletions)

View changed files

📝 2006Redone Server/data/logs/commands/andrew5.txt (+3 -0)
2006Redone Server/data/logs/trades/recieved/andrew.txt (+13 -0)
📝 2006Redone Server/src/com/rebotted/game/content/combat/Specials.java (+3 -1)
📝 2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCutting.java (+121 -116)
📝 2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCuttingInterface.java (+2 -2)
📝 2006Redone Server/src/com/rebotted/game/items/Weight.java (+0 -1)
📝 2006Redone Server/src/com/rebotted/game/players/Player.java (+7 -0)
📝 2006Redone Server/src/com/rebotted/net/packets/impl/ClickObject.java (+4 -2)

📄 Description

  • Ranging guild now works
  • Fletching should no longer randomly stop if more than on person is doing it
  • Added dragon longsword special attack

Closes #346
Closes #216
Closes #245


🔄 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/348 **Author:** [@mrextremez](https://github.com/mrextremez) **Created:** 1/3/2020 **Status:** ✅ Merged **Merged:** 1/3/2020 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `stuff` --- ### 📝 Commits (1) - [`66f5474`](https://github.com/2006-Scape/2006Scape/commit/66f5474a3a15806708208244659c32498002c150) A few fun fixes ### 📊 Changes **8 files changed** (+153 additions, -122 deletions) <details> <summary>View changed files</summary> 📝 `2006Redone Server/data/logs/commands/andrew5.txt` (+3 -0) ➕ `2006Redone Server/data/logs/trades/recieved/andrew.txt` (+13 -0) 📝 `2006Redone Server/src/com/rebotted/game/content/combat/Specials.java` (+3 -1) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCutting.java` (+121 -116) 📝 `2006Redone Server/src/com/rebotted/game/content/skills/fletching/LogCuttingInterface.java` (+2 -2) 📝 `2006Redone Server/src/com/rebotted/game/items/Weight.java` (+0 -1) 📝 `2006Redone Server/src/com/rebotted/game/players/Player.java` (+7 -0) 📝 `2006Redone Server/src/com/rebotted/net/packets/impl/ClickObject.java` (+4 -2) </details> ### 📄 Description - Ranging guild now works - Fletching should no longer randomly stop if more than on person is doing it - Added dragon longsword special attack Closes #346 Closes #216 Closes #245 --- <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-20 10:16:17 +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#1147