- Joined
- Jun 21, 2009
- Messages
- 282
I'm not sure if this spell is leakless, multiple players with different heroes will use this so i'm not sure if this spell will bug up because of that, I used waits in this ability so i'm not sure, please check this out and tell me if its okay for more than 1 player are able to use it at the same time.
-
Three Hit Combo Process
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to 3 Hit Combo
-
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Level of 3 Hit Combo for (Triggering unit)) Equal to 1
-
-
Then - Actions
-
Unit - Pause (Target unit of ability being cast)
-
Unit - Pause (Triggering unit)
-
Animation - Play (Triggering unit)'s attack animation
-
Animation - Play (Target unit of ability being cast)'s death animation
-
Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing 15.00 damage of attack type Normal and damage type Normal
-
Wait 0.33 seconds
-
Animation - Play (Triggering unit)'s attack animation
-
Animation - Play (Target unit of ability being cast)'s death animation
-
Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing 15.00 damage of attack type Normal and damage type Normal
-
Wait 0.33 seconds
-
Animation - Play (Triggering unit)'s attack animation
-
Animation - Play (Target unit of ability being cast)'s death animation
-
Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing 15.00 damage of attack type Normal and damage type Normal
-
Unit - Unpause all units
-
-
Else - Actions
-
-
-