-
Notifications
You must be signed in to change notification settings - Fork 0
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
1.The bot not spin supple drop, 2.sometimes can't fire dino #4
Comments
Hi, It seems like you might need to adjust the
P.S. Regarding the Bluestack settings, I used the default shortcuts and set the CPU and RAM to the highest level. |
I think you right I have to adjust time.sleep but that many time.sleep how I know I mean what the line of time.sleep that use for waiting the bot detect when click on dino or supply drop or when them ramdomly click and wait for detect ?(Now ok detect because I set BlueStacks high core, ram) But this aim error still happens sometimes cause always aim down this bug ? |
Alright, it seems like you're encountering a similar issue to what someone else faced before #2 (comment). The problem lies in the transition from launching the drone to shooting the dino. There's a check in place to see if there's a loading screen during this transition. This is done by comparing two frames, as you can see in the code here. If there's significant lag, this check might get messed up and you'll end up stuck in the dino shooting state. I suggest increasing the values for these two Line 809 in 5529026
Line 799 in 5529026
Additionally, try increasing these two Line 782 in 5529026
Line 791 in 5529026
If this doesn't fix the issue, try increasing all the If you still have the problem you can have a look on shoot_dino function and increase the Please note that setting up the bot initially can be a bit tricky because Jurassic World is a very laggy game and the amount of lag everyone faces is different. |
Almost are better now, but sometimes click dino and show nothing there How to make the detect launch(go shoot dino) better ? |
Sometimes the dino might be mistakenly detected as a supply drop. This can happen from time to time, so it's not unusual.
Hmm, I'm not entirely clear on this. It could still be related to the
If the issue persists, it might be related to how you're selecting the Bluestack client. Please review the |
The bot not spin supple drop and click X for search again, sometimes can't fire dino because aim always down sometimes target on up or other side
How you setting bulestack ?
The text was updated successfully, but these errors were encountered: