Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/Follow Player is reallyyyyy slow & unresponsive. #2771

Open
4 tasks done
1337kat opened this issue Jul 27, 2024 · 1 comment
Open
4 tasks done

/Follow Player is reallyyyyy slow & unresponsive. #2771

1337kat opened this issue Jul 27, 2024 · 1 comment
Labels
a:question General question

Comments

@1337kat
Copy link

1337kat commented Jul 27, 2024

Prerequisites

  • I made sure I am running the latest development build
  • I tried to look for similar issues before opening a new one
  • I have set debugmessages=true in config to diagnose my issue
  • I have redacted session tokens and passwords before attaching screenshots

Minecraft Version

1.8.9

Console Client Version

1.8.9

Expected Behavior

The bot should be more snappier and follow the player without needing to be in a certain distance/proximity with the bot. I expect the bot to already learn how auto jump approaching blocks, hurdling around objects, and swim. Please use ChatGPT if you can't code.

Actual Behavior

Suggestion: Improve the response time and functionality of the bot in general.

Steps to Reproduce the bug

Attach screenshot here (If applicable)

No response

Anythings that could help diagnosing the bug

No response

Device

None

Operating System

None

Server Address (If applicable)

No response

@1337kat 1337kat added the a:bug Crash or feature not working as expected label Jul 27, 2024
@milutinke
Copy link
Member

milutinke commented Jul 28, 2024

This is not a bug, physics are not implemented in the client, due to the code base being over 10 years old. it requires a re-write from ground up for this to be implemented. Thus it can't swim.
This also affects the path finding, because the code of the client needs to be refactored to execute moving faster. As stated in the documentation.
After 1.21 update, I have a plan to start working on re-factoring the client, but it's a multiple months of work for it to get to this level.

To speed the bot a bit, you can increase the movement speed, and the rate of bot update in the configuration.
Try setting: Update_Limit to 0.5

@milutinke milutinke added a:question General question and removed a:bug Crash or feature not working as expected labels Jul 28, 2024
@milutinke milutinke changed the title [BUG] /Follow Player is reallyyyyy slow & unresponsive. /Follow Player is reallyyyyy slow & unresponsive. Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:question General question
Projects
None yet
Development

No branches or pull requests

2 participants