[Release] Path of Exile Item Info Script - Affix Breakdown and More (Version 1.8.6)
Hmmm, as far as I'm aware, all those maps are correct in their map level. Cross checked them against the PoE wiki and they are all the level the script says. What makes you say they are wrong?
IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814 | |
" they are correct, Paion is confusing item level with map level | |
" AH, sorry for the confusion. :) " Thank you for the update! Hideout of the Week: Joe Schmoe VS. The Volcano https://www.youtube.com/watch?v=mkuAWFPgcdQ Still available in Standard. You are welcome to see it for yourself anytime. Last edited by Paion on Oct 14, 2015, 10:14:00 AM
| |
I found a few problems in the script file (using POE-ItemInfo-1.9.1), they are:
1. IfInString, A_LoopField, Critical Strike Chance { ; Slinkston edit If (ItemSubType == "Weapon") <== should use ItemBaseType instead ... 2. IfInString, A_LoopField, Critical Strike Multiplier { ; Slinkston edit If (ItemSubType == "Weapon") <== should use ItemBaseType instead ... 3. IfInString, A_LoopField, Block Chance <== should be Chance to Block { NumSuffixes += 1 ... Also in the POE-ItemInfo-1.9.1.zip file, there is a file in the Data folder (forgot which one) that has no extension, which should be changed to .txt | |
Thanks, I'll have a look.
IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814 | |
" i think ur corrections are right and the file nam is: Its ToEvasionGlovesandBoots Last edited by suyaku92 on Oct 16, 2015, 10:29:21 AM
| |
Updated script, 1.9.2, thanks for the bug fixes loklok!
https://github.com/Bahnzo/POE-ItemInfo/releases/tag/1.9.2 IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814 | |
" same problem here. anyone got a solution ? if i select the safe info on clipboard i might be able to see it in a txt file etc... Last edited by charge_d on Oct 17, 2015, 4:37:37 PM
| |
" Check the bottom of pg 85, the work around is reposted there. I have experienced the same problem before, and can confirm the work around fixed it for me. | |
" Right above your post is the link to the updated script that solves that issue, and many others. IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814 |