• 🏆 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!

Item that Augments an ability

Status
Not open for further replies.
Level 3
Joined
Dec 30, 2015
Messages
33
I'm having an issue where my trigger is currently dysfunctional. I'm attempting to find a way to make it so the item I named Cracked Skull (upon picking it up) will augment an ability (Frost Nova) to make it so it's cooldown is reduced to 1 second. For whatever reason, the image is what I tried, and it currently does not work. Any ideas?
 

Attachments

  • Screenshot (595).png
    Screenshot (595).png
    116.4 KB · Views: 51
Level 3
Joined
Dec 30, 2015
Messages
33
Cracked Skull
Events
Unit - A unit Acquires an item
Conditions
(Item-type of (Item being manipulated)) Equal to Cracked Skull
Actions
Unit - For Unit (Hero manipulating item), Set cooldown of ability Frost Nova (Custom), Level: 1 to 1.00
 
Level 39
Joined
Feb 27, 2007
Messages
5,016
And?

I believe the cooldown fields are also 0-indexed so you actually modified the cooldown of level 2. Also don’t forget a trigger to catch when the item is dropped to reset the cooldown to the normal duration.
 
Status
Not open for further replies.
Top