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

artificial cooldown reset on a single ability

Status
Not open for further replies.
Level 5
Joined
May 13, 2012
Messages
66
Hello, I know this is very popular in LOL, where event triggers ability to reset cd notably Katarina's mechanics. Thing is I know cd is grouped by "order-string" but can same ability with a different string be used with "Add/Remove Ability from Triggering Unit" trigger to simulate cd reset? Obviously the X,Y coords have to be the same for both abilities to make it look like to player it has reset.
 
Level 21
Joined
Mar 27, 2012
Messages
3,232
For resetting the cooldown on a single ability you just add and remove this specific ability. I don't see where the complication with this is.

About order strings, I use 7 order strings for most castable abilities. Each one corresponds to a slot.
I also have an ability manager that automatically creates 1 ability for modifying cooldowns dynamically and 21 abilities per ability to:
Allow all 7 slots.
Allow replacing each slot ability with the cooldown modifier.(through adding engineering upgrade)
Allow a passive version for every slot of every ability.

It sounds like much, but it doesn't actually lag as long as you keep it reasonable.
 
Status
Not open for further replies.
Top