- Joined
- Jun 29, 2014
- Messages
- 39
I made Triangle Custom spell here is how it work: When I active spell it create lighting triangle from one region to other regions than when somebody enter in that region he die, but now I have problem when somebody die how to make special effect on him and after 2 sec to disapper and how to destroy my lightings because
And is this good for special effect on dead unit and to disapper after 2 sec for me this don't work
- Lightning - Destroy (Last created lightning effect)
And is this good for special effect on dead unit and to disapper after 2 sec for me this don't work
- Special Effect - Create a special effect at (Position of (Picked unit)) using Abilities\Spells\Other\Awaken\Awaken.mdl
-
Triangle Spell
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Triangle
-
Actions
- Wait 2.00 seconds
- Lightning - Create a Chain Lightning - Primary lightning effect from source (Center of Triangle1 <gen>) to target (Center of Triangle2 <gen>)
- Wait 2.00 seconds
- Lightning - Create a Chain Lightning - Primary lightning effect from source (Center of Triangle2 <gen>) to target (Center of Triangle3 <gen>)
- Wait 2.00 seconds
- Lightning - Create a Chain Lightning - Primary lightning effect from source (Center of Triangle3 <gen>) to target (Center of Triangle1 <gen>)
- Wait 2.00 seconds
- Unit Group - Pick every unit in (Units in Triangle Damage <gen>) and do (Unit - Kill (Picked unit))
- Special Effect - Create a special effect at (Position of (Picked unit)) using Abilities\Spells\Other\Awaken\Awaken.mdl
- Wait 2.00 seconds
- Special Effect - Destroy (Last created special effect)
- Lightning - Destroy (Last created lightning effect)
- Lightning - Destroy (Last created lightning effect)
- Lightning - Destroy (Last created lightning effect)
-
Events