Hi guys and gals, I was wondering if it would be possible to make a knight stun timer, similar to the cloak timer which is released. This would be very useful when chain stunning. Thanks heaps!
Could be simply done with an AHK script . A simple way would be even less than 5 lines long .
Originally Posted by Prodigy Realm
Could be simply done with an AHK script . A simple way would be even less than 5 lines long .
Sorry I'm not familiar with how to make any hacks/scripts. That is why I posted this in the request section :P
@nathan463 Now that I think about it.. Use the invisible timer by @Nesuxx. It lets put in the amount of seconds and the hotkey. So just put the stun seconds in and set hotkey to space and voila. Stun Timer.
@nathan463 Now that I think about it.. Use the invisible timer by @Nesuxx. It lets put in the amount of seconds and the hotkey. So just put the stun seconds in and set hotkey to space and voila. Stun Timer.
You can only invis yourself, while you can stun multiple targets.
There could be a whole process of checking if the enemy is stunned, then send notif of the seconds of countdowns.
Originally Posted by Daenerys
Not necessarily.
Stuns work different than invis.
You can only invis yourself, while you can stun multiple targets.
There could be a whole process of checking if the enemy is stunned, then send notif of the seconds of countdowns.
No matter how many enemies you stun, they will stay stunned for the same amount of time, dependent on your shield.
You could simply use the script already mentioned by another user, but just add a li'l assumption that you hit. If you missed, ignore the timer.
Sounds like you're trying to make this complicated.
Originally Posted by Isn'tThisHowItGoes
No matter how many enemies you stun, they will stay stunned for the same amount of time, dependent on your shield.
You could simply use the script already mentioned by another user, but just add a li'l assumption that you hit. If you missed, ignore the timer.
Sounds like you're trying to make this complicated.
You are getting my point wrong.
I am saying that, you can stun more than one target, with 2 different spells, thus having 2 countdowns, instead of the invis script, only ever having one countdown until reveal.
It could be easily done directly inside the SWF, i'll probably try to do it
Originally Posted by IziLife
It could be easily done directly inside the SWF, i'll probably try to do it