[Release] Path of Exile Item Info Script - Affix Breakdown and More (Version 1.8.6)
" You are the man! Thanks! | |
" Had this problem as well. used same fix and now works fine :D | |
got it to work after reading a few pages back. awesome script. thx for it :)
" Last edited by Zoricus on Jul 16, 2015, 11:31:52 AM
| |
Hello,
really love the script. It helps me a lot. any plans to update the script for the Affixes for Jewels and new Items of 2.0? Thank you in advance. KR |
|
The info window just flashed and went away with ctrl+c. How to fix it?
| |
WoW, thanks for previous post. Compile the main script and run the POE-ItemInfo.exe as admin :)
| |
1) With AutoHotkey installed, start the script by right-clicking the main .ahk file (currently POE-ItemInfo.ahk) and choose Run script.
Where this file located? IGN: MENT
https://github.com/ment2008/POE/releases - My Loot Filter | |
I love this thing.
In addition to added elemental damage to spells, it seems like added elemental damage overall has been adjusted quite a bit. And quite some other stuff. I guess all the files in data need a proper go through. Apart from finding the correct file, that is mostly just "work". I made a look, and added the added elemental to spell damages. Feel free to test it, and maybe proof read the files in the data folder against the item info on this site. https://www.dropbox.com/s/30t9iq9tkyossu8/ItemInfoPatch.zip?dl=0 It will overwrite the main script file, and add 6 files to the data folder. No guarantee about anything apart from me not adding anything that will hurt anyone... Do backup your folder first... Last edited by Bingeling on Jul 17, 2015, 3:27:06 PM
| |
To avoid elemental damage added to spells being used in dps calculation, do the following fix. Find the
Line: ParseElementalDamage(String, DmgType, ByRef DmgLo, ByRef DmgHi) And add near the top of the content so that it becomes: " The forum eats the formatting, but get that "to spells" part in. Last edited by Bingeling on Jul 18, 2015, 5:03:47 AM
| |
1) With AutoHotkey installed, start the script by right-clicking the main .ahk file (currently POE-ItemInfo.ahk) and choose Run script.
Where this file located? IGN: MENT
https://github.com/ment2008/POE/releases - My Loot Filter |