gamoridev / archeage-fishing

Python image recognition bot for Archeage Fishing.
2 stars 0 forks source link

Archeage Unchained #2

Open Kampf84 opened 2 years ago

Kampf84 commented 2 years ago

Hi, does this work on Archeage Unchained from Kakao games?

gamoridev commented 2 years ago

Yes, my friend. Works in every version.

gamoridev commented 2 years ago

I can't, sorry. I'm busy right now. There are some instructions on https://github.com/gamoridev/archeage-fishing/blob/master/README.md. You just need to install dependecies and set your settings like those in the screenshot.

Any other doubts, you can ask me here.

Kampf84 commented 2 years ago

I got it, thanks! I'll try

Kampf84 commented 2 years ago

It seems I don't have the skills or the file is missing. It doesn't start via Python 3.7, I'm trying to run it via Shell and it doesn't work either. I don't understand the procedure, unfortunately

Python 3.7.9 (tags/v3.7.9:13c94747, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license()" for more information.

= RESTART: C:/Users/L/Downloads/archeage-fishing-master/archeage-fishing-master/fishing1.py Traceback (most recent call last): File "C:/Users/L/Downloads/archeage-fishing-master/archeage-fishing-master/fishing1.py", line 1, in from pyautogui import * ModuleNotFoundError: No module named 'pyautogui' pip install pywin32 opencv-python SyntaxError: invalid syntax pip install -r requirements.txt SyntaxError: invalid syntax

gamoridev commented 2 years ago

Try to reinstall Python and be sure to check the option "Add python to PATH": Like this: image

This will provide you to use both python and pip, on cmd or powershell. Then you can run the modules to install correctly.

Kampf84 commented 2 years ago

image 1 file is successfully installed, the second cannot be installed

gamoridev commented 2 years ago

It looks like that you are not in the correct folder. It seems you're trying to install packages in a folder that the requirements file does not exist. Try to navigate to the same folder that contains the bot files through cmd and run the commands there.

Kampf84 commented 2 years ago

Thanks, but I don't understand how to do it = (I have no experience installing via python