aRTy42 / POE-ItemInfo

Item Info Script for Path of Exile
167 stars 225 forks source link

added debug log files and rewrote some affix parsing code #91

Closed Eruyome closed 6 years ago

Eruyome commented 7 years ago

The alternative version of additional macros would be preferred, it may be more user friendly to change/enable/disable hotkeys but most importantly we could add an option to completely disable all those hotkeys. It simply doesn't work though when merged into ItemInfo.

EDIT: Fixed that, of course it didn't work since I was trying to execute some code after declaring some labels (in ItemInfo).

EDIT 2: Added a parse item hotkey (yet unused) to the config in preparation for switching from waiting for clipboard changes to using a hotkey. This would make it possible to easily rebind it and would prevent other applications triggering the tooltip by messing with the clipboard.

Eruyome commented 7 years ago

Switched to the HttpRequest,ahk library http://www.autohotkey.com/forum/viewtopic.php?t=73040. Everything seems to work fine and gzip is supported, something that I couldn't get to work with the WinHttpRequest library.