aRTy42 / POE-ItemInfo

Item Info Script for Path of Exile
166 stars 224 forks source link

Implicit Mod parsing #19

Closed Eruyome closed 7 years ago

Eruyome commented 7 years ago

Even before I implemented the Item.hasImplicit and Item.Implicit variables ItemInfo was displaying the item's implicit on the tooltip. This seems to only work for enchantments and non-corruption only implicits. It's working for my unchanged corrupted Magnate Belt, but not for my changed Kaoms Heart, Daressos Defiance and Tabula Rasa. While my parsing works for Kaoms Heart etc, assigning the correct mod to Item.Implicit, it fails for Tabula.

ItemDataParts%ItemDataIndexImplicit% which should contain the corrupted implicit has Sockets: W-W-W-W-W-W instead.

I'm not sure when I'm looking into fixing this, therefore I wanted to leave this here.

TheOne320 commented 7 years ago

Implicit stat ranges is one of the only features I miss from ItemInfo.

aRTy42 commented 7 years ago

Check.