- Joined
- Apr 26, 2008
- Messages
- 830
I wanted to increase the speed of the hero but somehow it doesn't works..
-
Speed
-
Events
-
Unit - A Unit casts an abillity
-
-
Conditions
-
(Abillity being cast) equal Volt Tackle
-
Unit has buff Volt Tackle equal true
-
-
Actions
-
Set Volt_Caster = (casting unit)
-
Unit - set Volt_Caster movement speed to (default movement speed of Volt_caster) + 100
-
Trigger - turn on Speed Loop <gen>
-
-
-
Speed Loop
-
Events
-
Time - Every 0.10 seconds of game time
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Abillity being cast equal Volt Tackle
-
Unit has buff Volt Tackle equal true
-
-
Then - Actions
-
Unit - Set Volt_Caster movement speed to (Current movement speed of Volt_Caster) - 100
-
Trigger - Turn off this trigger
-
-
Else - Actions
Last edited: