4rtzel / poe-archnemesis-scanner

Tool for Path of Exile game to automatically scan Archemesis inventory and display related information
Apache License 2.0
64 stars 25 forks source link

[Bug] Multiple different in same spot #54

Open andr9528 opened 2 years ago

andr9528 commented 2 years ago

At the moment, if the confidence is set too low, a spot can end up being multiple different ones, As of PoE v. 3.17.1, with a confidense of 0.91, Bloodletter and Frenzied can end up being in the same spot.

If a set of cordinates for an inventory slot has been used already, any additional ones that want to use that same spot, should be flaged as conflicting, indicating that the tool is unsure of which piece it is.

4rtzel commented 2 years ago

There is a solution to this problem. @meepen has a implementation here https://github.com/4rtzel/poe-archnemesis-scanner/pull/42 that calculates per slot matches. However, I'm not sure how far away this from completion so can't really integrate it yet.

4rtzel commented 2 years ago

Could you try v0.2.1 release?