PoE Item Info Script (Version 2.11)

I leave the POE-info AHK un-edited and run it from my own AHK script which contains all my normal macros. Never had any issues doing it this way.

here is a snippet of how I do it:

Spoiler

...

Run, POE-ItemInfo.ahk, C:\Directory\where\POE-ItemInfo\is\located

#IfWinActive Path of Exile

^WheelUp:: ; Ctl+WheelUp to switch stash tab
IfWinActive Path of Exile ahk_class Direct3DWindowClass
{
BlockInput On
SendInput {Left}
BlockInput Off
}
return

^WheelDown:: ; Ctl+WheelDown to switch stash tab
IfWinActive Path of Exile ahk_class Direct3DWindowClass
{
BlockInput On
SendInput {Right}
BlockInput Off
}
return
#IfWinActive
Affix misdetection on parrying cobalt jewel:
Spoiler

Spoiler
Rarity: Magic
Parrying Cobalt Jewel of Berserking
--------
Item Level: 72
--------
1% additional Block Chance while Dual Wielding
5% increased Attack Speed
--------
Place into an allocated Jewel Socket on the Passive Skill Tree. Right click to remove from the Socket.
Is this thread dead? Is this not receiving updates anymore?
RIP Mjölnir
Nope still here. A few updates needed, but playing the game is better than squashing bugs....
IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814
"
Bahnzo wrote:
Nope still here. A few updates needed, but playing the game is better than squashing bugs....


i was looking for an update too and this is very good to hear. Do you think an update will come this month or ascendancy is just too much fun? :)

Thanks for the work so far!
Not sure what's needed to update besides a few bugs I've seen reported. I honestly don't play the leagues a lot (and haven't played a lot recently due to other time sinks) so I don't know if there's new stuff that needs added.

Remember, I just take care of the script and try to keep it updated. Other's add to it when they find something they want and it's primarily these people who are responsible for adding new features.

That being said:

Release: https://github.com/Bahnzo/POE-ItemInfo/releases/tag/2.0.8

2.0.8
=================================
Updated Uniques.txt
Rewrote the web scraper used for getting
the Uniques.txt
Available at: https://github.com/Bahnzo
IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814
I just want to clarify. I know that running scripts is against the TOS and can get a person banned.

Will using this get me banned?

I know, dumb question but I just want to make sure.

Thanks!!
Simply running scripts is not against the TOS. Using scripts that do more than one server action per key press is. This script does no server action at all, it only displays the data the game client puts in clipboard by pressing ctrl-c.

If GGG considers using this script is bannable, this thread would be closed along time ago I assume.
Thanks for the update!
I'm getting alerts for the autohotkey site through TrendMicro. Anything to be worried about?

Report Forum Post

Report Account:

Report Type

Additional Info