mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
[PR #666] Add tree reachability (clipping) check to woodcutting logic #696
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/666
Author: @0x5472616379
Created: 3/7/2025
Status: 🔄 Open
Base:
master← Head:woodcutting-clipping-check📝 Commits (2)
13a0b3dAdd tree reachability check to woodcutting logic.7a8ea4bRemove debug messages from Woodcutting.java📊 Changes
2 files changed (+77 additions, -0 deletions)
View changed files
📝
2006Scape Server/src/main/java/com/rs2/game/content/skills/woodcutting/Woodcutting.java(+37 -0)📝
2006Scape Server/src/main/java/com/rs2/world/clip/Region.java(+40 -0)📄 Description
Description
This pull request introduces a
canReachTreemethod to the woodcutting logic, ensuring trees are accessible before woodcutting begins. It includes:This update aims to improve gameplay mechanics by preventing unreachable tree interactions.
Checklist
Additional Notes
N/A
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.