Không có mô tả

Richard Köhl 83be77c1b5 add Readme 1 năm trước cách đây
templates 0368e4d585 add health bar check to dungeon runner 1 năm trước cách đây
test e341b563c6 initial commit 1 năm trước cách đây
.env.example f25a31fb4c add .env file 1 năm trước cách đây
.gitignore f25a31fb4c add .env file 1 năm trước cách đây
Readme.md 83be77c1b5 add Readme 1 năm trước cách đây
capture.py 66a20a59ef adapt capture script 1 năm trước cách đây
dungeon.py 58a66f3b98 remove unused import and unnecessary sleep 1 năm trước cách đây
helper.py f25a31fb4c add .env file 1 năm trước cách đây
locate.py 24c6c859e0 formatting 1 năm trước cách đây
requirements.txt f25a31fb4c add .env file 1 năm trước cách đây
screenshot.py a0f45eabb0 move stuff to helper file 1 năm trước cách đây

Readme.md

Hero Wars Dungeon runner

requirements

python

python needs to be installed

following python packages are needed

pip install -r requirements.txt

environment

  • copy the .env.example-file to .env
  • adjust the ip address of your android device

adb

adb commandline tool needs to be installed with Android Studio. (with sdk manager install Android SDK > SDK Tools: Android SDK Build-Tools, Android SDK Command-line Tools, Android SDK Platform-Tools and Google USB Driver)

if you want to work wireless:

  • set adb port to 5555 while connected via usb:

    adb tcpip 5555
    
  • connect wireless to device (with your android's ip address)

    adb connect 192.168.178.32:5555