[Release] Path of Exile Item Info Script - Affix Breakdown and More (Version 1.8.6)

I've been using this for a while now and I can't imagine playing without it. I made some small changes to the DPS display part in order to also display Q0 DPS for better comparison.



line 4017

TotalPhysMult := (PhysMult + Quality + 100) / 100
BasePhysDps := PhysDps / TotalPhysMult

; Only show Q0 values if item has Quality
If Quality > 0
{
Q0Dps := BasePhysDps * ((PhysMult + 100 ) / 100) + EleDps
Result = %Result%`nQ0 DPS: %Q0Dps%
}

If Quality > 9
{
alignCurrentDPSToolTipText := " "
}
Else
{
alignCurrentDPSToolTipText := " "
}

Result = %Result%`nQ%Quality% DPS:%alignCurrentDPSToolTipText%%TotalDps% (current)

; Only show Q20 values if item is not Q20
If Quality < 20
{
Q20Dps := BasePhysDps * ((PhysMult + 120) / 100) + EleDps
Result = %Result%`nQ20 DPS: %Q20Dps%
}


Thanks for your script guys, keep up the good work! :)
IGN Riddericke ▪ UTC+1 ▪ SHOP 498896
Last edited by riddie on May 9, 2014, 6:12:14 AM
GGG should just make this an ingame function seeing as they do know the exact mechanics of which affixes are what. $0.02.
unhandled case

Spoiler
---------------------------
Rarity: Rare
Gloom Edge
Demon Dagger
--------
Dagger
Physical Damage: 21-83
Critical Strike Chance: 8.37% (augmented)
Attacks per Second: 1.20
--------
Requirements:
Level: 68 (unmet)
Dex: 76
Int: 149 (unmet)
--------
Sockets: B-R-B
--------
Itemlevel: 69
--------
60% increased Global Critical Strike Chance
--------
77% increased Spell Damage
15% increased Critical Strike Chance
20% increased Global Critical Strike Multiplier
+76 to maximum Mana
+40% to Fire Resistance

I am getting an error on line 1...
suggestions?
IGN: stinkypickle
"
pwntato3s wrote:
I am getting an error on line 1...
suggestions?


Getting this also. I've used different DPS Calculator ahk scripts that all worked.
Just installed ahk and this today, and get an error, " this line does not contain a recognized action"...
:( help?

good job so far, wish i could get it to work
Can someone provide an installation video?
I'm also receiving an error. I have tried both the release and "bleeding edge" versions.
Spoiler
Last edited by deadeye15 on May 17, 2014, 7:22:09 PM
The same :)
Damn I hate using a calculator,... pleas update? :)

Report Forum Post

Report Account:

Report Type

Additional Info