this script will spend all of your expedition tokens, and turn them into epic crates. works in both fullscreen and windowed mode, thanks to image recognition.
Without .venv:
- make sure you have python 3.x installed
- install these libraries (python -m pip install) pyautogui Pillow opencv-python
- open main.py in a text editor or IDE, and change 'iterations = 86' to however many tokens you have.
- open LoR, and navigate to the expeditions screen. make sure you haven't started one already.
- run the program. don't use you mouse while it runs. (python main.py)
With .venv:
i dunno. figure it our i guess.