• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Solved] how to make this ability work

Status
Not open for further replies.
Level 15
Joined
Jul 9, 2008
Messages
1,552
ok i have a hero where its ulti is a dummy ability that refreshes all cooldowns

  • refresh parts
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to refresh
    • Actions
      • Unit - Reset ability cooldowns for (Triggering unit)
what do i do to make it so that the ability being cast doesent have its cd refreshed
 
Level 37
Joined
Mar 6, 2006
Messages
9,240
I tried with Starts the Effect of an ability event. First I used Holy Light and then War Stomp as the ultimate. It didn't reset the cooldown of War Stomp.

Then I based the ultimate on Channel. All values are zero except cooldown. Even follow through time though one should add some. It didn't reset the cooldown of Channel.

So maybe there's something wrong with the unit itself.
 
Level 2
Joined
Jul 19, 2011
Messages
13
Change the event to:
  • Unit - A unit Begins casting an ability
That could help.

And if it doesn't, add a 0.01 channel time or something.

I've made the exact same spell and the above trigger solution has worked.

Unit - Unit Begins casting an ability.

Couldn't be easier.
 
Status
Not open for further replies.
Top