Here's a piece of code which may help you if you're interested in improving your tool.
Support for hotkey:
Code:
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Keys) As Boolean
If GetAsyncKeyState(Keys.F1) Then
Button1.PerformClick()
Console.Beep(Value, Duration)
End If
Tips:
-Change the FlatStyle of the button to "Flat" (Will change it into transparent)
-Convert the interval's value from the label's text to the button's text. (Will look like: http://prntscr.com/5jqpmg)
-Convert the seconds to minutes.
Goodluck.
Originally Posted by Mayion
Here's a piece of code which may help you if you're interested in improving your tool.
Support for hotkey:
Code:
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vkey As Keys) As Boolean
If GetAsyncKeyState(Keys.F1) Then
Button1.PerformClick()
Console.Beep(Value, Duration)
End If
Tips:
-Change the FlatStyle of the button to "Flat" (Will change it into transparent)
-Convert the interval's value from the label's text to the button's text. (Will look like: http://prntscr.com/5jqpmg)
-Convert the seconds to minutes.
Goodluck.
I really appreciate your input and will look into the next update. Thanks Mayion.
I appreciate your release and trying to do something. But you're releasing something that is already in game. Be creative and create new stuff .
Great release
Great released dude! if you can create for wards timer and flashed for enemy team. that would be good.
Am I missing something? Or is this exactly what the game does for you already...
Thank you for releasing something, but said something has been provided in the game for a few months now.
Originally Posted by iKrNfX420MeZ
Am I missing something? Or is this exactly what the game does for you already...
Thank you for releasing something, but said something has been provided in the game for a few months now.
This notifies you when buffs respawn. It is a simple tool, but it is different from in game.
Does it warn you when enemy kills a jungle monster?
Thanks for the release ! Keep up the good work!
Originally Posted by Janitor
I appreciate your release and trying to do something. But you're releasing something that is already in game. Be creative and create new stuff .
Great release
Because the in-game timer shows the respawn time when an enemy kills red/blue/dragon right?
EDIT
I just tested it and i realised how crappy this is, i tought its supposed to auto-countdown ANY JUNGLE CREATURE even when you dont see it get killed and the enemy killed it.
Originally Posted by bojicha
Because the in-game timer shows the respawn time when an enemy kills red/blue/dragon right?
EDIT
I just tested it and i realised how crappy this is, i tought its supposed to auto-countdown ANY JUNGLE CREATURE even when you dont see it get killed and the enemy killed it.
Then the program must read from LoL and would result in a ban. So please...
Originally Posted by bojicha
Because the in-game timer shows the respawn time when an enemy kills red/blue/dragon right?
EDIT
I just tested it and i realised how crappy this is, i tought its supposed to auto-countdown ANY JUNGLE CREATURE even when you dont see it get killed and the enemy killed it.
Clearly you dont know how to use your eyes. Maybe before you trash my thread lets use our brains buddy.