JartanFTW / kot-skipper

Automatically find certain gems in King of Thieves
Apache License 2.0
9 stars 1 forks source link

Gold Skipper Stop Condition #3

Closed JartanFTW closed 2 years ago

JartanFTW commented 2 years ago

Add a config condition for the final skipping program to stop if a certain amount of gold is seen.

Can use a random text recognition module (I think most would work for this) on the chest to detect gold count.

JartanFTW commented 2 years ago

Implemented using easyocr which works well but some inaccuracy. Not pushed yet, but will do so next time I'm working on stuff for this.

JartanFTW commented 2 years ago

implemented and pushed