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

How to make Item That reset cooldown of all abilities?

Status
Not open for further replies.
Level 2
Joined
May 4, 2021
Messages
4
Hi, i would like to make Item that has effect of ability that can reset cooldown by any % of all abilities that current hero uses while carring the item.
I work with GUI not JASS.

Thank you,
Geeg
 
Level 2
Joined
May 4, 2021
Messages
4
But if i will reset all cooldowns, it wont work the way i want it. I want to reset CD by 50% of any ability not 100%. So for ex. if i have firebolt with CD 5 sec on my hero and i aquire this item, now i want to have the firebolt to have 50% less CD (2.5 sec). Same should work for other abilities that this hero has with the item for CD aquired. Btw i have around 20 heroes in my map, so this item should work for all of them.
 
I am unsure if you want a cooldown reduction stat or you wana an active that shortens running cooldowns.

The cooldown reduction stat is just an start ability effect event in which you set the cooldown stat of the casted ability to it`s base * x, if your unit has the item. That's the way some public published systems regarding cooldown in the spell section work.

The running cooldown reduction is far more difficult.
 
Status
Not open for further replies.
Top