[RELEASE] PoE DPS Calculator tooltip
Hello!
Me and my friend have been working on a tooltip that shows you the DPS of an item, and yeah I know there's PoETradeMacro that does that for you or PoEItemInfo, but this one is very simple and minimalistic. It isn't 100% done though.. There is few things to be done: - add double influence on tooltip - add number of affixes/prefixes/suffixes What it does is, it takes the info from a website https://pdejan.github.io/poe_wdps/ and then displays it in game. Here's what it looks like: On a weapon:
Spoiler
![]() On a weapon without Quality
Spoiler
![]() Pastebin autohotkey code:
Spoiler
Feel free to modify it to your liking if you wish, make sure to post what you've changed because I'm very curious! Let me know what your thoughts are, and if you have any ideas on what to add or maybe remove, feel free to post them! How to use it: !!MAKE SURE YOU HAVE AUTOHOTKEY INSTALLED!! Copy the raw pastebin code and paste it into a text editor then save it as anything.ahk -> double click and while in game press CTRL + C on an item to show the stats Credits:
Spoiler
aeons - for providing the base code https://gist.github.com/aeons/7432713 creator of https://pdejan.github.io/poe_wdps/ - for all the calculations dilof - a friend without whom I wouldn't be able to make it Last edited by Mihol1889#1068 on Jun 10, 2020, 3:54:54 PM Last bumped on Jun 8, 2020, 1:11:38 PM
|
![]() |
CHANGELOG
Spoiler
-fixed Quality 20% calculation (still some numbers might be a bit off) -removed item name / item level / base level from the tooltip -cleaned up the code a little bit |
![]() |