[Release] Path of Exile Item Info Script - Affix Breakdown and More (Version 1.8.6)
Thanks OP for the effort put into creating this.
This item http://postimg.org/image/bqmabox2h/ is shown as having 2 prefixes and 3 suffixes by the script, when in reality it has 3+3. Version PoE-Item-Info-v1.7.5-hazydoc-20140312 | |
This script is excellent, thanks very much. Did find an error in this item.
Rarity: Rare Beast Glance Solaris Circlet -------- Energy Shield: 235 (augmented) -------- Requirements: Level: 59 Int: 122 -------- Sockets: G-R-B-G -------- Itemlevel: 71 -------- +68 to maximum Life 88% increased Energy Shield +50 to maximum Energy Shield +35% to Fire Resistance +36% to Cold Resistance 14% increased Block and Stun Recovery It's reporting 3 prefixes, 2 suffixes, but the item has a full 6 mods. | |
is this dead?
| |
Script says following Axe has 1 prefix and 4 suffixes
Rarity: Rare Pain Mangler Karui Axe -------- One Handed Axe Physical Damage: 86-135 (augmented) Critical Strike Chance: 6.55% (augmented) Attacks per Second: 1.49 (augmented) -------- Requirements: Level: 57 Str: 132 (unmet) Dex: 62 -------- Sockets: B -------- Itemlevel: 68 -------- 101% increased Physical Damage 19% increased Attack Speed 31% increased Critical Strike Chance 20% increased Stun Duration on enemies +33 to Accuracy Rating Btw thanks to everyone working on this, it's a great script! Last edited by soitastic on Sep 10, 2014, 11:59:28 PM
| |
3 Unknown items:
Rarity: Rare Fate Thirst Golden Kris -------- Dagger Physical Damage: 16-64 Elemental Damage: 2-4 (augmented) Critical Strike Chance: 9.08% (augmented) Attacks per Second: 1.20 -------- Requirements: Level: 47 Dex: 51 Int: 110 -------- Sockets: B B-B -------- Itemlevel: 49 -------- 80% increased Global Critical Strike Chance -------- 7% increased Spell Damage +25 to Dexterity Adds 2-4 Cold Damage 44% increased Critical Strike Chance for Spells 28% increased Critical Strike Chance +8 to maximum Mana ************ Rarity: Rare Empyrean Weaver Engraved Wand -------- Wand Physical Damage: 14-25 Critical Strike Chance: 10.16% (augmented) Attacks per Second: 1.62 (augmented) -------- Requirements: Level: 40 Int: 131 (unmet) -------- Sockets: B B -------- Itemlevel: 44 -------- 13% increased Spell Damage -------- 19% increased Spell Damage 8% increased Attack Speed 27% increased Critical Strike Chance +48 to maximum Mana ************ Rarity: Rare Honour Call Driftwood Wand -------- Wand Physical Damage: 4-9 (augmented) Elemental Damage: 1-9 (augmented) Critical Strike Chance: 8% Attacks per Second: 1.43 -------- Requirements: Level: 2 -------- Sockets: B-B -------- Itemlevel: 8 -------- 9% increased Spell Damage -------- 6% increased Spell Damage Adds 1-3 Physical Damage Adds 1-9 Lightning Damage +10 to maximum Mana 10% increased Mana Regeneration Rate |
|
Unhandled case.
Rarity: Rare Dire Gnarl Omen Wand -------- Wand Physical Damage: 25-47 Critical Strike Chance: 8.6% Attacks per Second: 1.10 -------- Requirements: Level: 53 Int: 200 -------- Sockets: B -------- Itemlevel: 67 -------- 14% increased Spell Damage -------- 50% increased Spell Damage +60 to maximum Mana +16% to Cold Resistance | |
Unhandled case:
Pain Thirst Boot Blade Item Level: 45 Base Level: 44 Max Sockets: 3 Phys DPS: 65.8 Elem DPS: 0.0 Total DPS: 65.8 Q20 DPS: 75.5 -------- Affixes (5): 3 Prefixes 2 Suffixes -------- 16% increased Spel… n/a T0 CP+P 36% increased Phys… n/a T0 CP +26 to Intelligenc… n/a T0 S +15 to maximum Man… - * CP+P +47 to Accuracy Ra… n/a T0 S |
|
Hovering over item ig and doing ctrl+c does nothing. However, when I switch to desktop, right click the tray icon and do "reload script" it will then show the tooltip in my upper right screen corner. Resolutions ig and on desktop are the same. What gives? :(
Edit: ty Xylch Last edited by wrknght on Sep 13, 2014, 4:41:33 PM
| |
" You need to run the game in Full Screen (Windowed) or just anything that isn't flat out full screen. If your PoE client is set to normal Full Screen the tooltip from AHK cannot display over it. As soon as you change to Full Screen (Windowed) it should work. | |
If you get an error when running the script similar to
Error: Can't load icon. Open the script and change line 229 from "Menu, tray, Icon, data\poe-bw.ico" to Menu, tray, Icon, %A_ScriptDir%\data\poe-bw.ico This might be a general Hotfix. Edit: If you get this error you probably wont get the mod tiers displayed. To fix this you need to add "SetWorkingDir %A_ScriptDir%" at some very early point in the script. Probably after the options section at line 223. All this bugs occured on the latest AHK Version v1.1.16.03 - September 11, 2014 Last edited by eps1lon on Sep 14, 2014, 3:51:51 PM
|