• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Cooldown Help

Status
Not open for further replies.
Level 3
Joined
Aug 12, 2008
Messages
34
Hey again guys :grin:!

I was wondering - is there any way to make an ability / spell that may reduce the remaining cooldown of another spell by for instance 2 seconds?

Example, a footman uses war stomp while reincarnation is on cooldown. After War stomp is used, it will cause the remaining cooldown of reincarnation to be reduced by 2 seconds, but it will have no effect if the ability ain't on cooldown.

Any help appreciated, thanks :D

~Razorwind~
 
Level 3
Joined
Sep 1, 2010
Messages
53
As far as I know you can change the cooldown of any ability, but it will only be applied in the next time that you cast it.
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
As far as I know you can change the cooldown of any ability, but it will only be applied in the next time that you cast it.

We use the "Engineering Upgrade" as base ability
But this applies a totally different method such as:
It reduces cooldown time of Solar Flare by 2 seconds, from 7 seconds, to 5 seconds
This will reduce the "cooldown time", not by "cooldown instance"

I'm afraid it's impossible
 
It is possible, if you would be willing to customize the cooldown of the abilities... if you take a look at my current proj, you'll see that I'm doing it, though on mine, I'm using stats to modify the cooldown, not other spell...

though the thing that you want to do, requires some more code than what I'm currently using...
 
Status
Not open for further replies.
Top