Skip to content

Adds a better auto walk#318

Open
PoTheMagicDragon wants to merge 5 commits into
lambda-client:1.21.11from
PoTheMagicDragon:auto-walk-upgrade
Open

Adds a better auto walk#318
PoTheMagicDragon wants to merge 5 commits into
lambda-client:1.21.11from
PoTheMagicDragon:auto-walk-upgrade

Conversation

@PoTheMagicDragon

Copy link
Copy Markdown
Contributor

Allows movement in all directions and adds options to pause while mining/ placing

@greggh

greggh commented Jul 19, 2026

Copy link
Copy Markdown

This would be very helpful!

@beanbag44
beanbag44 self-requested a review July 20, 2026 14:09

@beanbag44 beanbag44 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The module seems to flag a lot for me on 2b if i have sprint disabled and movement is directed in any direction but forward. The left and right are reversed and i believe the didPlaceLastTick only catches every other tick. If you hold down right click while looking down, it will only slow you down rather than making you stop. The module as a whole also seems to flag when colliding with walls. Not sure if the wall flagging was there before or after the pr changes though.

Comment thread src/main/kotlin/com/lambda/module/modules/movement/AutoWalk.kt Outdated
Comment thread src/main/kotlin/com/lambda/module/modules/movement/AutoWalk.kt Outdated
Comment thread src/main/kotlin/com/lambda/module/modules/movement/AutoWalk.kt
Comment thread src/main/kotlin/com/lambda/module/modules/movement/AutoWalk.kt Outdated
Comment thread src/main/kotlin/com/lambda/module/modules/movement/AutoWalk.kt Outdated
@PoTheMagicDragon

Copy link
Copy Markdown
Contributor Author

The module seems to flag a lot for me on 2b if i have sprint disabled and movement is directed in any direction but forward. The left and right are reversed and i believe the didPlaceLastTick only catches every other tick. If you hold down right click while looking down, it will only slow you down rather than making you stop. The module as a whole also seems to flag when colliding with walls. Not sure if the wall flagging was there before or after the pr changes though.

I'll look into the flagging soon, but I think the placedLastTick is working correctly. The default place speed in minecraft when holding down right click is to place a block every 4 ticks. I suppose I could add a ticksToWaitAfterPlacing setting. Thoughts on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

3 participants