[Release] Path of Exile Item Info Script - Affix Breakdown and More (Version 1.8.6)

"
Brumbek wrote:
"
Hixxie wrote:
I'm in the process of creating ALL the updated information for Jewel Mods.

...

That way Hazydoc just has to do code updating without having to deal with this tedious work.

Thanks a lot!

I also updated the ItemList.txt to include the Maraketh stuff and Assassin Bow renaming. I also updated the Uniques.txt to include all changes to existing Uniques. None of the new Uniques have been added yet. Here are my updates if anyone would like to use them. I don't claim to understand the details of the script, but my changes simply followed the pattern.


You are the man! Thanks!
"
TeppinWHite wrote:
"
huntsmon wrote:
Hello OP, friend of mine told me about this script a while back.
after installing and running the script i find myself with a problem (didnt see it in the Q/A part).

im running if fullscreen windowed mode so it should work from what im understanding.

the problem im having is when i hit CTRL + C the small white window appers and disapper in less than 1 second.

i can spam Ctrl C C C C C C C to be able to berly read what the stats are but im sure its not ment to be that way :)

hope you can help me out. would love to try your script.

thanks,

Huntsmon

SOLVED - compile scrpit + run as administrator solved it.



Thank You, just what I needed to fix my problem too.



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 :)

"
hi, looks awesome, but i can´t get it to work properly. the when i ctrl-c hover the tooltip appears for a fraction of a second and then disappears.

yes, window mode, also correct directory

edit: nvm, when i posted this i saw the post above mine :)


edit 2: unfortunately it still doesnt work
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:

"
ParseElementalDamage(String, DmgType, ByRef DmgLo, ByRef DmgHi)
{
IfInString, String, %DmgType% Damage
{
IfInstring, String, to spells
{
return
}
IfInString, String, Converted to or IfInString, String, taken as
{
return
}
IfNotInString, String, increased
{
StringSplit, Arr, String, %A_Space%
StringSplit, Arr, Arr2, -
DmgLo := Arr1
DmgHi := Arr2
}
}
}


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

Report Forum Post

Report Account:

Report Type

Additional Info