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

"
fidok wrote:
Hi, i was asced 2 report this item.


Thanks for reporting. Can you post the textual representation of the item in this thread?
Just paste what the game gives you when you hit CTRL+C when mousing over the item.

I want to avoid introducing errors myself when I work out the textual representation from the linked item.

Thanks again!
PoE Item Info tooltip script - reveal detailed affix breakdown for any rare or unique!

http://www.pathofexile.com/forum/view-thread/790438 | IGN: Sadou
This is awesome, but I found it to be lacking two things :P

one is the map descriptions provided by Kislorod in this thread: http://www.pathofexile.com/forum/view-thread/594346/page/22

the second is rather trivial, but useful for the start of the new leagues and races: max sockets for an items ilvl, it can be toggled off using ShowMaxSockets.

You can get my update here (purely scripts, no binaries, based on 1.6.1): https://mega.co.nz/#!i04QhCjb!qYS8HSdISUJc6eTkaGQkF3Ap353WjXZqGFWmZ1qpgi4

Thanks for the work, hope to see some future updates (maybe even map affixes? :D)
"
Necrolis wrote:
This is awesome, but I found it to be lacking two things :P

one is the map descriptions provided by Kislorod in this thread: http://www.pathofexile.com/forum/view-thread/594346/page/22

the second is rather trivial, but useful for the start of the new leagues and races: max sockets for an items ilvl, it can be toggled off using ShowMaxSockets.

You can get my update here (purely scripts, no binaries, based on 1.6.1): https://mega.co.nz/#!i04QhCjb!qYS8HSdISUJc6eTkaGQkF3Ap353WjXZqGFWmZ1qpgi4

Thanks for the work, hope to see some future updates (maybe even map affixes? :D)


I've yet to make it to endgame w/ the maps and such yet, but, I do like the idea of having that information in the script. The pic on the thread you linked seemed quite handy, especially for nooblets like myself.
Hi, there's a weird bug affecting me where the tooltip will randomly appear on screen during gameplay.

edit: appears when i alt tab too. mostly when my mouse is stationary it will stay there. if i move around it'll disappear. not game breaking but definitely very distracting when you have a big ass tooltip
Last edited by adinth on Mar 9, 2014, 8:06:41 AM
This neck kinda screws up the script; doesn't show anything ingame and I have to reload the script for it to work afterwards.



Rarity: Rare
Rune Rosary
Onyx Amulet
--------
Requirements:
Level: 20
--------
Itemlevel: 26
--------
+10 to all Attributes
--------
+1 to maximum Energy Shield
7% increased maximum Energy Shield
10% increased Rarity of Items found
+21% to Fire Resistance
"
Necrolis wrote:
This is awesome, but I found it to be lacking two things :P

one is the map descriptions provided by Kislorod in this thread: http://www.pathofexile.com/forum/view-thread/594346/page/22

the second is rather trivial, but useful for the start of the new leagues and races: max sockets for an items ilvl, it can be toggled off using ShowMaxSockets.

You can get my update here (purely scripts, no binaries, based on 1.6.1): https://mega.co.nz/#!i04QhCjb!qYS8HSdISUJc6eTkaGQkF3Ap353WjXZqGFWmZ1qpgi4

Thanks for the work, hope to see some future updates (maybe even map affixes? :D)


Thanks a ton! I will give this the proper look as soon as I have some spare time (I have been booked for a freelance dev job and currently it's a bit of a crunch time so I don't even have much time to play or code my side projects at the moment).
PoE Item Info tooltip script - reveal detailed affix breakdown for any rare or unique!

http://www.pathofexile.com/forum/view-thread/790438 | IGN: Sadou
"
This neck kinda screws up the script; doesn't show anything ingame and I have to reload the script for it to work afterwards.



Rarity: Rare
Rune Rosary
Onyx Amulet
--------
Requirements:
Level: 20
--------
Itemlevel: 26
--------
+10 to all Attributes
--------
+1 to maximum Energy Shield
7% increased maximum Energy Shield
10% increased Rarity of Items found
+21% to Fire Resistance


Thanks for reporting.

That's odd. Even if the result is wrong it should still just show the tooltip.

Are you sure you are running in Windowed or Windowed Fullscreen for your ingame's video settings?

EDIT: the script is definately parsing this correctly. My guess is therefore you had your video settings reset to Fullscreen by the 1.1 patch like a few others before you. Set your ingame's video settings to Windowed Fullscreen or Windowed and the script should work correctly.

For anyone else reading this, if you need to report any faulty results or if you have been asked to report an unhandled case from the script above is an example of the textual representation of an item that I would need to correctly fix your case.

Just run the script on your item, then come to this thread, make a reply and hit CTRL+V to paste the textual representation into your reply.

Thanks again for all the help, guys!
PoE Item Info tooltip script - reveal detailed affix breakdown for any rare or unique!

http://www.pathofexile.com/forum/view-thread/790438 | IGN: Sadou
Last edited by hazydoc on Mar 9, 2014, 3:16:50 PM
Finally had some time to incoporate some of the latest wishes and changes.
Sorry it took so long.

Thanks to Kislorod, Nipper4369 and Necrolis for the sweet, sweet map info mod.
That just had to be included :)

It also shows, based on item level, how many sockets the item can have (Thanks, Necrolis!)

I also included a fix for the too-high DPS display of wield type weapons such as the Dyadus and the Wings of Entropy.

By user request, another new addition is the "Show if unique is valuable" feature. This is based upon data\ValuableUniques.txt.

You can disable the extra line at the end for uniques that says "Valuable" by setting the option flag in the beginning of the script like so:

"
ShowUniqueEvaluation = 0


Speaking of uniques: item data for the uniques from patch 1.1 has been added as well as the nerfs balance adjustments to legacy uniques.

Please note that I didn't have time yet to include fixes for the couple reported cases with incorrect results.

TL;DR:
- new feature: includes awesome map info
- new feature: show max sockets possible based on item level
- bug fix: too high DPS display of Dyadus and Wings of Entropy
- new feature: shows if a unique is valuable (set ShowUniqueEvaluation = 0 to disable)
- new feature: item data and balance adjustments for patch 1.1 uniques

Enjoy!

EDIT: v1.7.1

Small hotfix:

- Max sockets display on body armours that have Pelt in their name were parsed as helmets and would thus incorrectly display 3 sockets max. This has been fixed.
- Rings would incorrectly display max sockets more than 1. Fixed as well.

EDIT: v1.7.2

Small hotfix:

- Fixes for max sockets display for unset rings, some bows and some shields.

PoE Item Info tooltip script - reveal detailed affix breakdown for any rare or unique!

http://www.pathofexile.com/forum/view-thread/790438 | IGN: Sadou
Last edited by hazydoc on Mar 10, 2014, 2:58:36 PM
Awesome update! Thanks a ton.

Now to go and use it on some sweet loot!
The script is reporting this item as a base level of 12, when it's 40.

Spoiler


itemdata
Spoiler

Rarity: Rare
Brimstone Shatter
Great Mallet
--------
Two Handed Mace
Physical Damage: 81-171 (augmented)
Critical Strike Chance: 5.9% (augmented)
Attacks per Second: 1.20
--------
Requirements:
Level: 40
Str: 131
Dex (gem): 88
--------
Sockets: R R G
--------
Itemlevel: 40
--------
20% increased Stun Duration on enemies
--------
94% increased Physical Damage
+22 to Strength
18% increased Critical Strike Chance
7% reduced Enemy Stun Threshold
2% of Physical Attack Damage Leeched as Mana
+4 to Accuracy Rating
If it doesn't touch the client then we can't ban for it. -Chris

Report Forum Post

Report Account:

Report Type

Additional Info