The hero carries multiple different items but all have the same ability. I am replacing the hero and then would like to start the CD of some of the items that the hero carries:
This will only reset the cooldown of the item that has the highest slot number in the inventory. This seems like a limitation of GUI but maybe I am missing something. There are some hack workarounds that come to my mind, like dropping all items and adding them back one by one, reseting the CD for each individually but maybe there is a more elegant solution?
I am not familar with JASS so maybe with a custom script this could be solved?
Thanks in advance
Unit - For Unit (Last replaced unit), start cooldown of ability Foo " over "(Ability Cooldown Remaining of (Triggering unit) for ability Foo ..) seconds.
This will only reset the cooldown of the item that has the highest slot number in the inventory. This seems like a limitation of GUI but maybe I am missing something. There are some hack workarounds that come to my mind, like dropping all items and adding them back one by one, reseting the CD for each individually but maybe there is a more elegant solution?
I am not familar with JASS so maybe with a custom script this could be solved?
Thanks in advance