Automation tools
- 3-day event to auto-detect icon type and click based on the amount specified bellow the icon.
Requirements inside requirements.txt
pyautogui
scikit-image
numpy
pytesseract
Pillow
opencv-python
tesseract executable
- Performs automatic mining operation based on provided input.
- Automatic submition of daily bounties.
- Takes note of collected gems and sundries and provides an output after the mining operation of what is collected.
- Detects if an upgrade gem is found and waits on user input to further continue mining operation.
Requirements inside requirements.txt
pyautogui
scikit-image
numpy
pytesseract
Pillow
opencv-python
tesseract
Works on 1920x1080 resolution with bluestacks on windowed fullscreen mode.
- You need to install Tesseract as the AI uses it to see the images. Make sure to install it in the default path (C:\Program Files\Tesseract-OCR\tesseract.exe)
- Install python
- Run 'python -m pip install ' where package is the name of the package from the requirements. e.g.: 'python -m pip install pillow'
- Install tesseract to default path
- Run the auto_trove.py
Example video:
Trove.Hunt.Demo.mp4
- Handles mid-level start and progresses through any level.
- Automatically clicks on tiles, engaging in battles with monsters and collecting rewards.
- Automatically interprets and solves riddles presented during the game.
- Facilitates level progression, moving from one level to the next seamlessly.
- Manages interactions with the in-game shop, making decisions such as buying chests for gold.
- Collects chests from designated tiles.
- If a pillar is available on the level, selects from unselected options in order.
○ Works on 1920x1080 resolution with bluestacks on windowed fullscreen mode.
○ You need to have the scarlet level opened.
○ Need 'Skip' to be selected.
○ Input your current level.
- You need to install Tesseract as the AI uses it to see the images. Make sure to install it in the default path (C:\Program Files\Tesseract-OCR\tesseract.exe)
Requirements inside requirements.txt
pyautogui
scikit-image
numpy
pytesseract
Pillow
opencv-python
tesseract
- Install python
- Run 'python -m pip install ' where package is the name of the package from the requirements. e.g.: 'python -m pip install pillow'
- Install tesseract to default path
- Run the auto_scarlet.py
Example video: