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

hmmmmmmmmmmmmmmmmmmmmm weird

I reinstalled windows the other day and now the script no longer works as it should. I am using windowed fullscreen mode as before but now the tooltip only shows occasionally and for a very very short amount of times so its impossible to see anything.

Has anyone had that problem before?
LLD BOTW spark/arc caster guide http://www.pathofexile.com/forum/view-thread/1133731
Last edited by andkamen on Jun 14, 2015, 9:11:24 AM
Have same problem,,, but havent change a thing. Anfd other ppl from my guild also have same problem.
Cybertroth
"
Cybertroth wrote:
Have same problem,,, but havent change a thing. Anfd other ppl from my guild also have same problem.

Same. I followed gastank's instructions and it's all working again. Cheers Gastank
"
Paratrax 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
}


That fixed it! Thank you very much! :)




Make sure you have the lastest AHK script see first page for download and then use the gastank modification. Work perfectly for me also
Have fun! And go buy my stuff...

Shops: 522765 / 1094567 / 1147014
Could someone upload their script file somewhere and give link please?
wow thanks a lot gastank that worked for me too!

"
v1r1e wrote:
Could someone upload their script file somewhere and give link please?


http://tinyurl.com/pomcrtj

try this its only the ahk script just replace your old one
"
terpa23 wrote:
wow thanks a lot gastank that worked for me too!

"
v1r1e wrote:
Could someone upload their script file somewhere and give link please?


http://tinyurl.com/pomcrtj

try this its only the ahk script just replace your old one



Thanks that worked for me too.
worked like a charm. Thanks a lot
LLD BOTW spark/arc caster guide http://www.pathofexile.com/forum/view-thread/1133731
Please add a support for russian server Garena

http://web.poe.garena.ru/
Hey
Thanks for making this and good work but i got an issue.
When is want to start the ahk file it says:
"Error at line 124.
#Include file "C:\User..." cannot be opened.
The programm will exit"
Sorry if the question is already answered but i didnt want to read 65 sites of replys :D

Report Forum Post

Report Account:

Report Type

Additional Info