- Joined
- Mar 5, 2008
- Messages
- 3,887
Could someone make me this simple spell MUI?
-BerZeKeR-
-
Fatal Strike Copy
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Fatal Strike
-
-
Actions
-
Set TempLoc6 = (Position of (Triggering unit))
-
Unit - Pause (Triggering unit)
-
Unit - Make (Triggering unit) Invulnerable
-
Unit - Add FlyHeight to (Triggering unit)
-
Animation - Play (Triggering unit)'s death animation
-
Special Effect - Create a special effect attached to the origin of (Triggering unit) using Abilities\Spells\Undead\DeathPact\DeathPactTarget.mdl
-
Special Effect - Destroy (Last created special effect)
-
Wait 1.00 game-time seconds
-
Animation - Change (Triggering unit) flying height to 0.00 at 300.00
-
Unit - Set life of (Triggering unit) to ((Life of (Triggering unit)) - 200.00)
-
Animation - Play (Triggering unit)'s attack animation
-
Unit - Create 1 Dummy(Purple) for (Owner of (Triggering unit)) at TempLoc6 facing Default building facing degrees
-
Unit - Add a 1.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Fatal Strike(dummy) to (Last created unit)
-
Unit - Order (Last created unit) to Night Elf Warden - Fan Of Knives
-
Unit - Make (Triggering unit) Vulnerable
-
Unit - Unpause (Triggering unit)
-
Unit - Remove FlyHeight from (Triggering unit)
-
Custom script: call RemoveLocation (udg_TempLoc6)
-
-
-BerZeKeR-