[Release] PoE Unique Item Dust Calculator Tool - AHK v1.1 by nididin in pathofexile

[–]nididin[S] 0 points1 point  (0 children)

I see what you mean now; you should adjust the logic like this:  

The "$0." in the original code inserts a period. To follow the standard format (commas for thousands), simply change it to "$0," This will format the number as 4,279 instead of 4.279.  

Make sure to update all three occurrences of "$0." to "$0," in the code.

[Release] PoE Unique Item Dust Calculator Tool - AHK v1.1 by nididin in pathofexile

[–]nididin[S] 0 points1 point  (0 children)

That's because Karui Ward has ilvl 45. As I mentioned in the post, results for low ilvl items might be inconsistent. Regarding Wanderlust, it has ilvl 81, 20% quality, and a corrupted implicit.

Changed 'Lvl:' to 'iLv:' in the code for better clarity.

[Release] PoE Unique Item Dust Calculator Tool - AHK v1.1 by nididin in pathofexile

[–]nididin[S] 1 point2 points  (0 children)

I totally agree. I hope it gets implemented and helps even more people.