Archeage auto fishing

07/13/2020 22:45 sonatta#16
it i understand correctly it is just a pixel bot? so it only plays mini game right? how about selling your fish to fish stand then go back to spot?
07/14/2020 10:22 rhonel0522#17
will this work on AA-Sea?
07/20/2020 12:46 irsyadf27#18
Quote:
Originally Posted by voodooace View Post
I made it work by replacing your images
but I have problem the key press seems not registered inside game (sometime it works sometime it doesn't)
maybe the anti cheat is blocking key press?
i have same issue
07/20/2020 13:51 killzone#19
What is the anti-cheat they are using?
07/24/2020 04:08 Diorox#20
Quote:
Originally Posted by killzone View Post
What is the anti-cheat they are using?
Easy anti-cheat
04/22/2021 04:09 alexande59#21
Hey, i'm receiving this error:
in locateOnScreen
screenshotIm = screenshot(region=None) # the locateAll() function must handle cropping to return accurate coordinates, so don't pass a region here.

already did the process of crop, how can i solve this?
01/03/2022 04:02 Devilmn#22
Help?
File "C:\Users\user\Desktop\archeage-auto-fisher-master\archeage-auto-fisher-master\driver.py", line 17, in <module>
BIG_REEL = LoS('img\BigReel.png', confidence=.8, region=skill_bar)
File "C:\Users\user\AppData\Local\Programs\Python\Pytho n39\lib\site-packages\pyautogui\__init__.py", line 175, in wrapper
return wrappedFunction(*args, **kwargs)
File "C:\Users\user\AppData\Local\Programs\Python\Pytho n39\lib\site-packages\pyautogui\__init__.py", line 213, in locateOnScreen
return pyscreeze.locateOnScreen(*args, **kwargs)
File "C:\Users\user\AppData\Local\Programs\Python\Pytho n39\lib\site-packages\pyscreeze\__init__.py", line 372, in locateOnScreen
screenshotIm = screenshot(region=None) # the locateAll() function must handle cropping to return accurate coordinates, so don't pass a region here.
File "C:\Users\user\AppData\Local\Programs\Python\Pytho n39\lib\site-packages\pyscreeze\__init__.py", line 144, in wrapper
raise PyScreezeException('The Pillow package is required to use this function.')
pyscreeze.PyScreezeException: The Pillow package is required to use this function.