-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] Option for Items with 800+ Item Power Only #53
Comments
Absolutly i have thought about requesting this too but then moved my request until v2 will hit the light ;) |
I think in this case and only specially for this part of the check, converting the 'Item Power' section in the tooltip into a string might be helpful and have a statement to check if the string value is greater than 800. But then again, this points back to what you said about converting to strings in the other thread about having multiple languages etc |
Could maybe do the same checks as finding the affix locations by using an image of the "Item Power" without the number. Then within that location/section/row, search for the number, convert that number to a string, then check whether that string is greater than 800 |
Now that the app uses OCR is was easier to implement. |
I think it would be great to have an option to only scan items with Item Power of 800 or greater. So if an item is less than 800 Item Power then don't do scan for any affixes etc
The text was updated successfully, but these errors were encountered: