PoE Item Info Script (Version 2.11)

"
Stevii wrote:
Can someone with knowledge please take a look at that script?

I dont want to make any trouble but after closing the game i noticed on my NetSpeedMonitor that i had 12000kb download active... i checked steam and origin and other sources, but nothing was updating.

Then i closed the script and my download immediately stopped.

Ofcourse i'm a bit afraid now, because a new "owner" could possibly do fishy things with it.



I didn't find anything suspicious in the source code of the script. Make sure you use the version linked in this thread.
There are no functions to download anything in this script, it can only start a browser session to 3 harmless links by clicking in the "about" section in the context menu:

----------
AboutDlg_AhkHome:
Run, http://ahkscript.org
return

AboutDlg_GitHub:
Run, http://github.com/Bahnzo/POE-ItemInfo
return

VisitForumsThread:
Run, http://www.pathofexile.com/forum/view-thread/1463814
return
----------

Thats the Homepage of AHKScript, the link to the scripts own site and this thread.

I think this mysterious download you noticed, must be caused by some other program on your computer.
I use the Bahnzo version since he published it and didn't notice any mysterious downloads myself or suspicious code changes compared to older versions.
Last edited by Rumpelzuck on Nov 6, 2015, 1:02:34 PM
"
Rumpelzuck wrote:
...


Thanks for your answer, yea maybe something else was downloading at this moment but the thing that wont go in my head, is that it immediately stopped after closing the script.
maybe it was a crazy coincidence
Ign: Stevii
if anything like that mysterious download happen again, you could start the "resource monitor" in windows and try to identify the windows process causing this in the "network" tab.

like in this link http://superuser.com/questions/50014/how-to-determine-what-app-is-generating-network-traffic
Thank you for keeping this updated!

Seriously, it greatly improves the game experience for me.
Last edited by Augusten on Nov 7, 2015, 8:46:12 AM
You fixed it all up! Thank you so much!

Btw, I added some key replacements of my own at the bottom that might be interesting for a couple of users:

"
^RButton::Send ^c
^WheelUp::Send {Left}
^WheelDown::Send {Right}


What does it do? Every Time you trade with a vendor or put stuff in your stash you use Ctrl, right? If you use Ctrl + Right Mouse Button you trigger the info script for an item. Ctrl + Mouse Wheel Up/Down allows you to scroll through your stash tabs (and the vendor tabs as well) as you can with the arrow keys.

It makes sorting your stash so much more comfy.

Just open the main .ahk file with Notepad++ and scroll all the way to the bottom where it says:
"
; ############ ADD YOUR OWN MACROS HERE #############

#IfWinActive Path of Exile ;ahk_class Direct3DWindowClass ahk_exe PathOfExile.exe
{

<- put it here

}

and put those 3 lines in the brackets. (Make sure there is no ; in front of them or they won't get parsed.)
PoE needs better social features... and more cats!
New Update: http://github.com/Bahnzo/POE-ItemInfo/releases/tag/1.9.6


1.9.6
=================================
Darkshrine affixes added by XiMMiX. They are off by default
and can be turned on in the settings screen.
Added current info to the "About" screen.


Excellent job by XiMMiX to add in the Darkshrine affixes.
IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814
"
Col_Jessep wrote:

Btw, I added some key replacements of my own at the bottom that might be interesting for a couple of users:

"
^RButton::Send ^c
^WheelUp::Send {Left}
^WheelDown::Send {Right}



Those are nice, I'll add them in the script in the commented out section.
IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814
Awesome, thanks!
PoE needs better social features... and more cats!
thanks so great update!!
IGN : NamuHangru (lvl 100)
IGN : Namu_Hangru (lvl 100)

Crit Physical MF Archer
iir 253 & iiq 103
Release: http://github.com/Bahnzo/POE-ItemInfo/releases/tag/1.9.6a

Further Darkshrine updates from XiMMiX.
IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814

Report Forum Post

Report Account:

Report Type

Additional Info