[PR #129] [MERGED] Misc changes #12814

Open
opened 2026-06-06 12:21:25 +00:00 by Dark98 · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: misc


📝 Commits (7)

📊 Changes

9 files changed (+42 additions, -39 deletions)

View changed files

📝 .idea/misc.xml (+1 -1)
📝 .idea/workspace.xml (+13 -6)
📝 2006Redone Server/src/redone/game/content/skills/core/Woodcutting.java (+1 -1)
📝 2006Redone Server/src/redone/game/items/Item.java (+1 -1)
📝 2006Redone Server/src/redone/game/npcs/NpcHandler.java (+5 -11)
📝 2006Redone Server/src/redone/game/objects/impl/BrimhavenVines.java (+16 -8)
📝 2006Redone Server/src/redone/net/packets/impl/Commands.java (+2 -1)
📝 2006Redone Server/src/redone/world/ItemHandler.java (+3 -10)
📝 CompiledServer/production/2006rebotted/redone/game/content/skills/core/Woodcutting.class (+0 -0)

📄 Description

  • Fix clue scrolls (wasn't detecting enemy level correctly)
  • Fix ::cantattack command (was previously looking for cantAttack)
  • Refactor some code
  • Fix the brimhaven dungeon vines (couldn't get through them before)
    • Check if the player has an Axe
  • Add ::ctt command (click to tele alias)

🔄 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/129 **Author:** [@RedSparr0w](https://github.com/RedSparr0w) **Created:** 10/30/2019 **Status:** ✅ Merged **Merged:** 10/31/2019 **Merged by:** [@dginovker](https://github.com/dginovker) **Base:** `master` ← **Head:** `misc` --- ### 📝 Commits (7) - [`9afa793`](https://github.com/2006-Scape/2006Scape/commit/9afa79345e2096e703bac0d064060a5080334334) fixup "cantattack" command - [`5fbfde0`](https://github.com/2006-Scape/2006Scape/commit/5fbfde093d367bbe778af1a81e320c2294843f48) remove duplicate code - [`62bea5d`](https://github.com/2006-Scape/2006Scape/commit/62bea5d4e7024a5a440459f85f0750b2e197d8fb) fix brimhaven vines - [`22c3533`](https://github.com/2006-Scape/2006Scape/commit/22c3533fa48d8e1a957309593f11b0ca54eedc6e) fixup cluescroll drops - [`5b24eaf`](https://github.com/2006-Scape/2006Scape/commit/5b24eaf751a365101b6f239573c42151d4c61317) add clicktotele alias - [`2b453a7`](https://github.com/2006-Scape/2006Scape/commit/2b453a7af49f3de9c9ab0f641017ff328ef7109b) check player has an axe - [`83e12fb`](https://github.com/2006-Scape/2006Scape/commit/83e12fb2584119acbefb4063637858eac77c96bf) remove duplicate item id ### 📊 Changes **9 files changed** (+42 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `.idea/misc.xml` (+1 -1) 📝 `.idea/workspace.xml` (+13 -6) 📝 `2006Redone Server/src/redone/game/content/skills/core/Woodcutting.java` (+1 -1) 📝 `2006Redone Server/src/redone/game/items/Item.java` (+1 -1) 📝 `2006Redone Server/src/redone/game/npcs/NpcHandler.java` (+5 -11) 📝 `2006Redone Server/src/redone/game/objects/impl/BrimhavenVines.java` (+16 -8) 📝 `2006Redone Server/src/redone/net/packets/impl/Commands.java` (+2 -1) 📝 `2006Redone Server/src/redone/world/ItemHandler.java` (+3 -10) 📝 `CompiledServer/production/2006rebotted/redone/game/content/skills/core/Woodcutting.class` (+0 -0) </details> ### 📄 Description - Fix clue scrolls (wasn't detecting enemy level correctly) - Fix `::cantattack` command (was previously looking for `cantAttack`) - Refactor some code - Fix the brimhaven dungeon vines (couldn't get through them before) - Check if the player has an Axe - Add `::ctt` command (click to tele alias) --- <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-06-06 12:21:25 +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#12814