[Release]Ingame Itemlevel and DPS Display using Autohotkey

Nipper Do you think You could add the Q20 for Armor? Not a big thing, but somewhat nice.
The most up to date version looks pretty good right now. The formatting feels a bit off though, and I can't tell if I really like that font. I might edit it a bit and see if I can make it look better.

Thanks for the script guys.
Hi guys , i have a problem with this script. I downloaded it, followed the instruction, it runs in background but in game nothing happens. Can some1 help me?
"
deadb0lt wrote:
Aeons version was working for me with the timer delay - thanks to you both, and the original source.

I edited it to stay on screen for longer (10 sec) if mouse isn't moved away, and reformatted some of the text around and changed it to be "Lucida Console". The text was a little small with the fixed size, so I set the size. I'm running on a 1680x1050 monitor, so might be different for others.

http://pastebin.com/7hGRmXCp
http://imgur.com/govoWln

Edit: Fixed lightning damage, typo from LightLo to LighLo


Check the opening page. This was fixed along with a few other things.

"
Kuusou wrote:
The most up to date version looks pretty good right now. The formatting feels a bit off though, and I can't tell if I really like that font. I might edit it a bit and see if I can make it look better.

Thanks for the script guys.


You can change the font within to what ever font you want.
But changing the size make it a little better thats why I use 12 or 16


"
Logitechman wrote:
Nipper Do you think You could add the Q20 for Armor? Not a big thing, but somewhat nice.


This could be done. Do you happen to know the formula for 20% on both armor/eva/nrg?

Tied of trying to figure out iLVL or DPS in game. Check this out http://www.pathofexile.com/forum/view-thread/594346
Last edited by Nipper4369 on Nov 13, 2013, 11:45:48 AM
How do I set it to where I just have to press Ctrl+C once instead of holding it down?
"
Corsica96 wrote:
How do I set it to where I just have to press Ctrl+C once instead of holding it down?


You should not need to hold it. It should stay up for 5secs unless you move your mouse 40pix away from where you hit ctrl+c. If it is a time thing change the setting "ToolTipTimeoutTicks := 50" to "ToolTipTimeoutTicks := 100" This is at the top. This will then keep it around for 10sec. If you don't want to disappear when you move your mouse change the setting "MouseMoveThreshold := 40" to "MouseMoveThreshold := 2000" which is at the top as well.
Tied of trying to figure out iLVL or DPS in game. Check this out http://www.pathofexile.com/forum/view-thread/594346
I'm having the same issue with the tooltip disappearing immediately after pressing ctrl+c.
The tooltip only stays there after holding down ctrl+C (at which it is then flashing rapdily, but it's readable).

EDIT:
"
Logitechman wrote:
"
Aeons wrote:
I cleaned up the script, and added some functionality to show the tooltip in a fixed width font, for better formatting.

My version can be found here: https://gist.github.com/aeons/7432713

I was using your script just now and the tooltip only lasts for 0.1 secs before fading

I looked through and changed some code to fix it.

Line 206
from "SetTimer, ToolTipTimer, 100"

to ""SetTimer, ToolTipTimer, 5000"

This seemed to make the timer 5 secs like it should be, also it doesn't seem to check and fade out based on cursor positioning like you have coded.


This solved my issue, it seems the timer was set to 0.1 seconds instead of 5 seconds.

But the Tooltip does not remove itself when moving the mouse, only when 5 seconds has passed.
Last edited by Seablaster on Nov 16, 2013, 10:37:44 AM
"
Seablaster wrote:
I'm having the same issue with the tooltip disappearing immediately after pressing ctrl+c.
The tooltip only stays there after holding down ctrl+C (at which it is then flashing rapdily, but it's readable).

EDIT:
"
Logitechman wrote:
"
Aeons wrote:
I cleaned up the script, and added some functionality to show the tooltip in a fixed width font, for better formatting.

My version can be found here: https://gist.github.com/aeons/7432713

I was using your script just now and the tooltip only lasts for 0.1 secs before fading

I looked through and changed some code to fix it.

Line 206
from "SetTimer, ToolTipTimer, 100"

to ""SetTimer, ToolTipTimer, 5000"

This seemed to make the timer 5 secs like it should be, also it doesn't seem to check and fade out based on cursor positioning like you have coded.


This solved my issue, it seems the timer was set to 0.1 seconds instead of 5 seconds.

But the Tooltip does not remove itself when moving the mouse, only when 5 seconds has passed.



If you see that setting as he posted you are not using the updated verison. Please see the frontpage and get the updated one.
Tied of trying to figure out iLVL or DPS in game. Check this out http://www.pathofexile.com/forum/view-thread/594346
So this works by reading whats on the clipboard..... is there some way to bind ctrl+c to another mouse button?

thinking something like:

XButton1 :: ctrl + c

What would the nomenclature be for ctrl + c and how would this be implemented in the ahk file? If this is even possible.

Sorry if this has been asked before, didn't want to read 14 pages.
This seems like a fork / spinoff of my Itemlevel finder I released 5 months ago.

Looking through the old version, it has the same comments and variable names I made in my Itemlevel finder. I'm not sure who "Immo" is, but I wrote that code myself (if you can believe me). Using my code is fine, as I've licensed it under WTFPL, but could I ask to get given credit for the basic version?

If you can find a post by Immo saying that he made the script before that reddit thread was posted, please let me know. Thanks!

Report Forum Post

Report Account:

Report Type

Additional Info