HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

attack cooldown?

03-09-2006, 11:05 PM#1
Linera
How can i make it so i can adjust the hero's attack cooldown by the second?
03-09-2006, 11:08 PM#2
BuRnInSpartan
what do you mean? do you want something that makes the hero attack slower and slower every second? if so i don't think it's possible with triggers... you might be able to pull it off adding a buff like frost to the unit
03-10-2006, 12:26 AM#3
Linera
i want to be able to change the attack cooldown up or down.

like player carries said weapon, then it would change the cooldown to what ever that weapon's speed is, for example 2.5 secs
03-10-2006, 12:39 AM#4
shadow1500
There's an item ability that increases/decreases cooldown by a percentage, u can set the attack speed to be 1.00, and then its all simple..
Table:
Needed attack speedPercentage increase
1.000.00
1.500.50
2.501.50
03-10-2006, 12:47 AM#5
Linera
so i set it to 1 sec? then when i increase it by, 0.50 its 1.5 secs?
03-10-2006, 01:01 AM#6
Immoralis
cool downs cannot be decreased by a constant, unless you do some really boring arrays holding all the cooldoons, cooldown is decreased by a % of the base cooldown from IAS
03-10-2006, 01:10 AM#7
BuRnInSpartan
maybe you can do what i suggested and have a dummy cast a buff on the unit weilding the weapon and have him attack faster/slower like blood lust or frost. just a suggestion i'll play with it more later.
03-10-2006, 02:38 AM#8
Chuckle_Brother
No, use what Shadow said. If its all based off of 1.0 seconds its super easy to calculate how much you need to increase by for each .1 seconds or whatever.
03-10-2006, 06:08 AM#9
Jacek
I would like blizzard adding functions for smooth attack speed change.