[Release] Path of Exile Item Info Script - Affix Breakdown and More (Version 1.8.6)
" What AHK version are you using? As a quick fix: open the script in a Unicode capable editor (Notepad.exe should do) and save as file encoding Unicode. Alternatively, you can just change the ellipsis character in the line "to for example three dot characters as in ". I am pretty sure this happens because I changed the file encoding again a few versions back but I am puzzled as to why there should be an error since I have 4 different AutoHotkey versions installed and I test the script with each and every one of them. I usually test the script against AHK ANSI, AHK Unicode 32-bit and AHK Unicode 64-bit, AHK Classic (v1.0). AHK Classic just doesn't work anymore but that is not due to file encoding but rather AHK features used but the others should work fine. I can change the file encoding back to Unicode of course but in theory AHK Unicode should read AHK ANSI scripts just fine and AHK ANSI then shouldn't display that line 1 error because it can't interpret the 16-bit Byte-Order-Mark. Oh well, I might have to scrap the AHK ANSI compatbility again and go back to just requiring a Unicode capable AHK. PoE Item Info tooltip script - reveal detailed affix breakdown for any rare or unique!
http://www.pathofexile.com/forum/view-thread/790438 | IGN: Sadou | |
disregard. double post
PoE Item Info tooltip script - reveal detailed affix breakdown for any rare or unique! http://www.pathofexile.com/forum/view-thread/790438 | IGN: Sadou Last edited by hazydoc on Jan 6, 2015, 11:04:41 AM
| |
I use AHK version 1.1.19.01 - January 5, 2015. now.
IGN : NamuHangru (lvl 100)
IGN : Namu_Hangru (lvl 100) Crit Physical MF Archer iir 253 & iiq 103 |
|
Hello!
Just downloaded the latest version right now, and it doesn't seem to work for me! It says: Last edited by Aerhyce on Jan 7, 2015, 1:04:23 AM
| |
" Same issue for me. |
|
I managed to get it working, seems it was something to do with the autohotkey version. If you visit autohotkey.com and click download, the version downloaded is 1.0.48.05 for some reason.
I had to download version 1.1.19.01 from here: http://www.majorgeeks.com/files/details/autohotkey.html. |
|
Thanks for the update and to everyone who contributed.
|
|
" That doesn't appear to be an official AutoHotkey site, be careful. The correct, official site to get a current AutoHotkey version is http://ahkscript.org. It was www.autohotkey.com for the longest time but a change in management had the open source involved portion of the AHK core team move over to a new domain which became ahkscript.org. You can read more about it on the frontpage of ahkscript.org. www.autohotkey.com basically froze in time and only offers the now ancient 1.0 version of AutoHotkey. As you found out, AutoHotkey 1.0 (dubbed "Classic") is no longer supported for this script. You need at least AutoHotkey 1.1.00 or later (also known as AutoHotkey_L). PoE Item Info tooltip script - reveal detailed affix breakdown for any rare or unique! http://www.pathofexile.com/forum/view-thread/790438 | IGN: Sadou Last edited by hazydoc on Jan 7, 2015, 7:52:19 PM
| |
I got an "unhandled case" error for the following item. This was immediately after using an Exalted orb on it, which raised the mana from +13 (part of a spell damage/mana combo prefix) to +69. The script worked correctly with this item before using the Exalted.
Rarity: Rare Fate Needle Demon's Horn -------- Wand Physical Damage: 27-49 Critical Strike Chance: 8.00% Attacks per Second: 1.10 -------- Requirements: Level: 67 Str: 106 Dex: 92 Int: 179 -------- Sockets: G-R-B -------- Itemlevel: 72 -------- 18% increased Spell Damage -------- 14% increased Spell Damage 18% increased Cast Speed 29% increased Global Critical Strike Multiplier +69 to maximum Mana +4 Life gained on Kill 44% increased Spell Damage | |
" Nice, thanks for reporting. I haven't looked into any form of support for crafting yet. It will be hard to recognize altered crafted ranges from "normal" ones. PoE Item Info tooltip script - reveal detailed affix breakdown for any rare or unique!
http://www.pathofexile.com/forum/view-thread/790438 | IGN: Sadou |