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

Do you think it would be possible to make it show what the quality bonus for gems is?
great script, but have I overlooked something or is this not working with rings?
the brackets seem to be the same as for armor pieces
"
Moonseer wrote:
"
gastank wrote:
Figured out another workaround that seems to restore full functionality - I'm not versed at all in AHK scripts nor the ins and out of Windows, so no guarantees on whether this breaks anything.


Open POE-ItemInfo.ahk, find the section "ShowToolTip(String)" around line #5475.

Find the line "ToolTip, %String%, X - 135, Y + 35" and add additional lines so it reads:
"
ToolTip, %String%, X - 135, Y + 35
Fonts.SetFixedFont()
ToolTip, %String%, X - 135, Y + 35


Find the line "ToolTip, %String%, XCoord, YCoord" and add additional lines so it reads:
"
ToolTip, %String%, XCoord, YCoord
Fonts.SetFixedFont()
ToolTip, %String%, XCoord, YCoord


Find the line "Fonts.SetFixedFont()" and add a semicolon in front so it reads:
"
;Fonts.SetFixedFont()



The entire ShowToolTip block should look as such:
Spoiler

; Show tooltip, with fixed width font
ShowToolTip(String)
{
Global X, Y, ToolTipTimeout, Opts

; Get position of mouse cursor
MouseGetPos, X, Y

If (Not Opts.DisplayToolTipAtFixedCoords)
{
ToolTip, %String%, X - 135, Y + 35
Fonts.SetFixedFont()
ToolTip, %String%, X - 135, Y + 35
}
Else
{
CoordMode, ToolTip, Screen
;~ GetScreenInfo()
;~ TotalScreenWidth := Globals.Get("TotalScreenWidth", 0)
;~ HalfWidth := Round(TotalScreenWidth / 2)

;~ SecondMonitorTopLeftX := HalfWidth
;~ SecondMonitorTopLeftY := 0
ScreenOffsetY := Opts.ScreenOffsetY
ScreenOffsetX := Opts.ScreenOffsetX

XCoord := 0 + ScreenOffsetX
YCoord := 0 + ScreenOffsetY

ToolTip, %String%, XCoord, YCoord
Fonts.SetFixedFont()
ToolTip, %String%, XCoord, YCoord
}
;Fonts.SetFixedFont()

; Set up count variable and start timer for tooltip timeout
ToolTipTimeout := 0
SetTimer, ToolTipTimer, 100
}


Worked for me. Thanks alot!




thanks man,, its worked for me too...
IGN ; DENTAGRAM
thanks to http://poe.xyz.is/
https://cldly.com/pathofexile/procument/acquisition/poexyz
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.
Last edited by huntsmon on Jun 29, 2015, 12:47:01 PM
I had that same problem! Thanx for the fix you posted huntsmon <3
same for me, thanks for the fix!
Thank you for this great script!
I really like how it works and what information it offers.

But i still have some ideas to further improve it:

1) Show top tier for each item type
For example T1 life is globally 100-109 life. But Helmets can only roll global T2 life (90-99 life). Still it only shows as T2 although everyone would call this T1 on helmets. This might be some work to implement the data, but i think it would be worth it.

2) Show perfection of unique items in %
All affix ranges of every unique are already in the files. It should be easy to show % of the single mods AND also a total % perfection value for this item. This would make the choice of selling the worse and storing the better variant of a unqiue i found twice easier and quicker.

3) Show the affix ranges (and maybe also %) of item implicit mods
This would be helpful in some scenarios: I collect white jewelry (to alch them), but i only want to pick up rings/amulets with high implicit rolls. For example Agate Amuelts (that can roll 16-24) with a implicit value of 22/23/24. This would be also some extra work to collect the data into the files.

4) Currency Comparation also in exalted orbs
To compare each currency with chaos orbs is great. But sometimes i want to buy bigger stacks of orbs with exalted orbs. Would be nice to have another value (for ex) listed there.

If there is any option i can currently activate, so i can use one of my ideas listed above i would be really happy. Note: these are just my ideas. I also like the tool and the functions it is offering already. :)

This would be my ultimate dream for this script:
Automatically fetch data from poe.xyz that compares to the selected item and also show prices that this item may be worth. This feature would be amazing! But i think this would be way over the top for this script :)
I used this script for a very long time, thanks for your work, it is fantastic!

Would you update it for 2.0 after the release?
Anyone has any idea why after putting the whole folder of this script in my PoE directory and run it, the tooltip will flick away and won't stay after pressing CTRL + C on my items?


Love,
Bunny

Rarity: Rare
Dire Cry
Crystal Wand
--------
Wand
Physical Damage: 18-33
Critical Strike Chance: 8.00%
Attacks per Second: 1.37 (augmented)
--------
Requirements:
Level: 45
Int: 146
--------
Sockets: B
--------
Itemlevel: 76
--------
16% increased Spell Damage
--------
52% increased Spell Damage
5% increased Attack Speed
+71 to maximum Mana


Found this item and when I used the script a popup appeared asking me to share this here.
IGN: MyOtherRangerDied // DontBeStupidAndDieAgain // GenericSporkerWitch
https://google.com

Report Forum Post

Report Account:

Report Type

Additional Info