• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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,264
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