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

How to change tooltip menu font size ?\

Im changing this:
; Font size for the tooltip, leave empty for default
FontSize := ?

- but its didnt work
SC legues V
so anyone using this in beta? it doesnt work with beta though
IGN: OP_Split
GMT +8
The beta adds item level to the information in each tooltip (hold Alt to display it). It's also in the information you get when you Ctrl-C on an item now, and that seems to trip up the script's parser.
https://redd.it/p0hyul
Why don't devs just simply add item level to the item description? Why they have to make it so convoluted that you have to pick up the item with mouse, type "/itemlevel" to see its iLevel? It's almost like you have to enter a cheat code to see this info.
Confirmed.. not working in Beta =/
Easy fix for beta;

Open: POE-ItemInfo.ahk in notepad/notepad++ and change following rows then reload .. bam, a copy that works in the beta.

Change: Line 1493: ParseItemLevel(ItemDataText, PartialString="Itemlevel:")
To: Line 1493: ParseItemLevel(ItemDataText, PartialString="Item level:")

AND

Change: Line 5102: If (Not InStr(ItemDataText, "Itemlevel:") and Not Item.IsGem and Not Item.IsCurrency)
To: Line 5102: If (Not InStr(ItemDataText, "Item level:") and Not Item.IsGem and Not Item.IsCurrency)
Last edited by megui on Apr 30, 2015, 4:53:46 AM
I would really love to see an Update for the Beta so i can see DPS on things again. :)
Ign: Stevii
"
Stevii wrote:
I would really love to see an Update for the Beta so i can see DPS on things again. :)


Follow my last post and it does work for DPS etc, the tier-brackets are prob not right but.
doesn't work for me.. could u upload your .ahk?
Ign: Stevii
Last edited by Stevii on Apr 30, 2015, 6:27:49 AM
Hey Megui, looks like it worked for me. Thanks.
Last edited by Rexxen on Apr 30, 2015, 1:58:06 PM

Report Forum Post

Report Account:

Report Type

Additional Info