• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Freezing Cooldown

Status
Not open for further replies.

Uncle

Warcraft Moderator
Level 74
Joined
Aug 10, 2018
Messages
7,967
I suppose you could do something like this:
  • Events
    • Time - Every 0.01 seconds of game time
  • Conditions
  • Actions
    • Unit - For Unit (Triggering unit), start cooldown of ability Animate Dead "over" 5.00 seconds.
So it's not technically paused but it'll stay at the same cooldown until you turn the timer off.
 

Uncle

Warcraft Moderator
Level 74
Joined
Aug 10, 2018
Messages
7,967
Interesting, but as far as my testing goes with that set cooldown function, the new cooldown only applies once the spell is not on cooldown. I might need to redo my tests.
It should start the cooldown regardless of it's state, but then again I haven't tried it in a while.

Edit: Tested it just now, it works, although the UI will flicker/bug out for a moment.

There's always the option to Disable the ability and then Enable/Start it's cooldown once it's ready to resume.
 
It should start the cooldown regardless of it's state, but then again I haven't tried it in a while.

Edit: Tested it just now, it works, although the UI will flicker/bug out for a moment.

There's always the option to Disable the ability and then Enable/Start it's cooldown once it's ready to resume.

Glad to hear, thanks for the help!
 
Status
Not open for further replies.
Top