-
Notifications
You must be signed in to change notification settings - Fork 28
resolution and mouse move wrong pos #8
Comments
Hi, |
The pattern detection is pretty good, I've also added new patterns to the data folder, however as you said, warp_time is not working, i am looking for the cause to fix it, the detection of fullkeepnet is still working very well, but it seems that the conditional functions are not activated making the mouse move and click to "next morning" seem not to be performed |
I really don't know why these coordinates have such a big offset for you, very strange. To me they are spot on. Probably has something to do with Pillow ImageGrab not screenshotting the whole screen. I don't know what else might be the cause of it. You can try storing np.array(ImageGrab.grab()) in a separate variable and then calling np.shape to see if the dimensions of the loaded image are really 1920x1080. Another possiblity is that the mouse module is placing the mouse pointer incorrectly, that is the offset appears there. |
hanks for the help, i will try to test it again with ImageGrab, however for now most of the functions i calculate by myself and use mousemove manually just for compatibility with my environment so it may not work for others |
Right click only appears in the part of code that is responsible for different types of retrieves. I don't know why there is a redundant right click that you described. Last time I used my app, everything worked fine, there were no redundant right clicks. Could you maybe film a short video of it happening? It is very difficult to see anything in the screenshot that you shared. As for the camera self centering, I don't think that there is anything that can be done about that. The game self centers the camera. You could try to position a character in a way that would make it impossible for a hook to get stuck on the ground. |
About that right click, the app should stop doing any retrieve type when the line is 5 meters or less, it should just reel straight from that point, without using the right click. What you described seems to be caused by retrieve type (twitching) not being stopped correctly before the line is reeled out of the water. What may cause that is incorrectly detecting the line length in the lower right of the screen. I don't know why that would be the case because, as I said, it works correctly for me. |
I hope this post is still of interest
Hi, I just downloaded and used, the UI detection, throwing and pulling the fishing rod is quite good, but I have a few problems:
I've made a few changes: instead of clicking the mouse, I'll do a button press on the keyboard
keyboard.press_and_release('space') (backspace, and esc)
However it still works pretty bad for cases like warp_time, extend_day so hope you can explain me more about mouse.move commands
Can you point me to resolution-related arguments that I can adjust myself?
(my monitor has a resolution of 1920x1080)
The text was updated successfully, but these errors were encountered: