[GH-ISSUE #158] Canoe station is fully working but there is not message saying you don't have an axe to use it. #3545

Closed
opened 2026-05-25 12:19:45 +00:00 by Dark98 · 2 comments
Owner

Originally created by @Gptaqbc on GitHub (Nov 10, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/158

Originally created by @Gptaqbc on GitHub (Nov 10, 2019). Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/158
Author
Owner

@Gptaqbc commented on GitHub (Nov 10, 2019):

In Woodcutting.java

Add:

else
{
player.getActionSender().sendMessage("You need an axe to use the canoe station.");
}

At line 138.

At this else to the if that checks if you have required level and any of the axes.

<!-- gh-comment-id:552205698 --> @Gptaqbc commented on GitHub (Nov 10, 2019): In Woodcutting.java Add: else { player.getActionSender().sendMessage("You need an axe to use the canoe station."); } At line 138. At this else to the if that checks if you have required level and any of the axes.
Author
Owner

@Gptaqbc commented on GitHub (Nov 10, 2019):

I've got that fixed. Will push some day.

<!-- gh-comment-id:552223294 --> @Gptaqbc commented on GitHub (Nov 10, 2019): I've got that fixed. Will push some day.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#3545