• 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.
  • Vote for the theme of Hive's HD Modeling Contest #7! Click here to vote! - Please only vote if you plan on participating❗️

[Spell] Reset Cooldown (Specific) Without removing & re-adding ability.

Status
Not open for further replies.
Level 3
Joined
Aug 5, 2017
Messages
20
Hello, I'm trying to reset spell (2) when using an item ability (CD Reset) but without removing / re-adding all the unaffected abilities at the same time. if anyone knows how to do this i'd appreciate any help you can give me!

I already know how to reset (All) but this is not the affect desired.
 
Level 20
Joined
Feb 23, 2014
Messages
1,265
The easiest way to do is to use the dedicated GUI action:

  • Actions
    • Unit - For Unit <Unit>, end cooldown of ability <Ability>

The action above is called: Unit - Reset Unit Ability Cooldown.

If you don't have that action (I think it might not be present in older versions), you can also remove and re-add the ability.

Here's a relevant tutorial:
 
Last edited:
Level 3
Joined
Aug 5, 2017
Messages
20
The easiest way to do is to use the dedicated GUI action:

  • Actions
    • Unit - For Unit <Unit>, end cooldown of ability <Ability>

The action above is called: Unit - Reset Unit Ability Cooldown.

If you don't have that action (I think it might not be present in older versions), you can also remove and re-add the ability.

Here's a relevant tutorial:
Hmm, I'm on newest ver i must've missed it while i was trying to rush it out. Thanks for the quick response!
 
Status
Not open for further replies.
Top