notablackbear / poe_qolV2

52 stars 34 forks source link

Support recipes with identified items #55

Closed Asgaroth closed 3 years ago

Asgaroth commented 3 years ago

While not optimal, a chaos recipe with identified items is still useful. Especially if you have rings that you upgraded with an orb of Alchemy,

I think the original code tried to do that, by first finding full sets of unidentified items, and then trying with identified

https://github.com/notablackbear/poe_qolV2/blob/e78707c41bf68b1648d0601df8fea1b080924bfd/POE_QOL2.py#L486

Asgaroth commented 3 years ago

Closing in favor of #54