[GH-ISSUE #183] Spam clicking an oak tree result in obtaining a lot of logs really fast #7037

Closed
opened 2026-05-30 12:20:15 +00:00 by Dark98 · 4 comments
Owner

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

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

@mrextremez commented on GitHub (Nov 15, 2019):

Read my comment on #184

<!-- gh-comment-id:554273273 --> @mrextremez commented on GitHub (Nov 15, 2019): Read my comment on #184
Author
Owner

@michae107 commented on GitHub (Nov 15, 2019):

Easiest fix would be to replace the main cycle event with Player#setCurrentTask

<!-- gh-comment-id:554282480 --> @michae107 commented on GitHub (Nov 15, 2019): Easiest fix would be to replace the main cycle event with Player#setCurrentTask
Author
Owner
<!-- gh-comment-id:554394723 --> @Gptaqbc commented on GitHub (Nov 15, 2019): https://www.rune-server.ee/runescape-development/rs2-server/help/527334-spam-clicking-problem.html
Author
Owner

@dginovker commented on GitHub (Nov 16, 2019):

Fixed with Captcha's link. Added:

CycleEventHandler.getSingleton().stopEvents(player, "WoodcuttingEvent".hashCode());

To the start woodcutting function.

<!-- gh-comment-id:554683581 --> @dginovker commented on GitHub (Nov 16, 2019): Fixed with Captcha's link. Added: `CycleEventHandler.getSingleton().stopEvents(player, "WoodcuttingEvent".hashCode());` To the start woodcutting function.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#7037