The problem with some abilities is that they take too much time to cast. For example, Storm Bolt takes about 1 second time between when i press the button and when the hammer starts to fly towards the opponent( here i count the time when i lose mana for the ability and time when the ability is set on cooldown). Is there a way to shorten this time?
What i'm trying to do is have the hero cast storm bolt, then pause him and make him fly around. For this i use :
Event: Hero starts casting an ability
Condition: bla bla bla (doesn't matter)
Action: Wait 1 second (this is the problem i'm talking about)
Pause hero
change hero flying height
...
without the wait "action" my hero wouldn't cast the storm bold and start flying aroung the moment i press the button + he doesnt loose mana and ability isn't set on cooldown.
How should i remove the wait "action" so as my hero still casts the spell?
What i'm trying to do is have the hero cast storm bolt, then pause him and make him fly around. For this i use :
Event: Hero starts casting an ability
Condition: bla bla bla (doesn't matter)
Action: Wait 1 second (this is the problem i'm talking about)
Pause hero
change hero flying height
...
without the wait "action" my hero wouldn't cast the storm bold and start flying aroung the moment i press the button + he doesnt loose mana and ability isn't set on cooldown.
How should i remove the wait "action" so as my hero still casts the spell?