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

"
xlExcite wrote:
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

Try to add the line:
SetWorkingDir %A_ScriptDir%
just above this one:
#Include %A_ScriptDir%\data\Version.txt
Guard us from the she-wolf and the wolf, and guard us from the
thief, oh Night, and so be good for us to pass.
I think the script is wrong on rings increased attack speed. It only goes to 7% according to poemods.com but the script shows 16 or 17% (I forget from earlier).

"
JackM wrote:
"
xlExcite wrote:
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

Try to add the line:
SetWorkingDir %A_ScriptDir%
just above this one:
#Include %A_ScriptDir%\data\Version.txt


thanks for the fast answer but it's still not working :(

Last edited by xlExcite on Jun 17, 2015, 5:27:53 PM
"
xlExcite wrote:
"
JackM wrote:
"
xlExcite wrote:
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

Try to add the line:
SetWorkingDir %A_ScriptDir%
just above this one:
#Include %A_ScriptDir%\data\Version.txt


thanks for the fast answer but it's still not working :(


help pls wanna use this macro
Hi,
first thanks for this amazing skript!

I use it for a few months now, but for a week now i have a problem.
Everytime i click ctrl+c the item info just shows up for like 0.1 sec. and then its gone again.
I already updated AHK and the script, uninstalled everything and reinstalled but the problem is still there.
Maybe you have an idea what i could do to run it again. :)

Greets Embodimenthor
Choo, Choo Mothertrucker
Take a look at the last 3 pages or so of this thread. There are two solutions for this. I took the one of Witchkiller which works for me. The other one is from gastank (I think that was the name).

One problem I'm still having is that I can't add macros. I want to combine this with the script by /u/lutcikaur (remaining, ilvl, logout, oos), but it will not do it. Tried inserting stuff like this
Spoiler

; ############ ADD YOUR OWN MACROS HERE #############

/* #IfWinActive Path of Exile ahk_class Direct3DWindowClass ahk_exe PathOfExile.exe
{
F2::SendEvent {Enter}/oos{Enter}
} */

#IfWinActive Path of Exile ; or with the whole line from comment above
{
F3::logoutCommand() ;


logoutCommand(){
Run cports.exe /close * * * * PathOfExile.exe
return
}

F2::
SendInput, {Enter}
sleep, 20
SendInput, {/}itemlevel
SendInput, {Enter}
return

`::
SendInput, {Enter}
sleep, 20
SendInput, {/}oos
SendInput, {Enter}
return

F1::
SendInput, {Enter}
sleep, 20
SendInput, {/}remaining
SendInput, {Enter}
return
}


and like this
Spoiler

; ############ ADD YOUR OWN MACROS HERE #############

/* #IfWinActive Path of Exile ahk_class Direct3DWindowClass ahk_exe PathOfExile.exe
{
F2::SendEvent {Enter}/oos{Enter}
} */

IfNotExist, C:\ahk
{
FileCreateDir, C:\ahk
}
SetWorkingDir, C:\ahk
IfNotExist, cports.exe
{
UrlDownloadToFile, http://lutbot.com/ahk/cports.exe, cports.exe
if ErrorLevel
MsgBox, There was a problem downloading cports.exe
UrlDownloadToFile, http://lutbot.com/ahk/cports.chm, cports.chm
if ErrorLevel
MsgBox, There was a problem downloading cports.chm
UrlDownloadToFile, http://lutbot.com/ahk/readme.txt, readme.txt
if ErrorLevel
MsgBox, There was a problem downloading readme.txt
}

F3::logoutCommand() ;


logoutCommand(){
IfWinActive Path of Exile
{
Run cports.exe /close * * * * PathOfExile.exe
}
return
}

F2::
SendInput, {Enter}
sleep, 20
SendInput, {/}itemlevel
SendInput, {Enter}
return

`::
SendInput, {Enter}
sleep, 20
SendInput, {/}oos
SendInput, {Enter}
return

F1::
SendInput, {Enter}
sleep, 20
SendInput, {/}remaining
SendInput, {Enter}
return
Last edited by Estolon on Jun 19, 2015, 5:29:04 PM
"
xlExcite wrote:
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


I'm also getting this problem, even with the tinyurl link fixed one.
Can't seem to fix it, either.
Help! Win8.1 on my script does not work in the game white window flashes, but does not open fully. Help with compatibility.
IGN GOR
"
Embodimenthor wrote:
Hi,
first thanks for this amazing skript!

I use it for a few months now, but for a week now i have a problem.
Everytime i click ctrl+c the item info just shows up for like 0.1 sec. and then its gone again.
I already updated AHK and the script, uninstalled everything and reinstalled but the problem is still there.
Maybe you have an idea what i could do to run it again. :)

Greets Embodimenthor


I have the same problem and haven't had any luck trying to fix it either - any help?
I had a problem which allow window to popup only for 0.1 seconds.

FIX: compile the script.

after compiling problem is gone. But font became fixed size.

Report Forum Post

Report Account:

Report Type

Additional Info