- Joined
- Mar 15, 2006
- Messages
- 7,945
Okay, so I want to make a trigger for a spell that is AOE (based on Blizzard) basically what it does is targets a large number of units AoE style, and kills them, with some added effects. The units have to be Sheep. Here's the trigger I've got, but it isn't working at all....
-
Bombs
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Fire!
- (Unit-type of (Target unit of ability being cast)) Equal to Sheep
-
Actions
- Special Effect - Create a special effect attached to the overhead of (Target unit of ability being cast) using Abilities\Weapons\FragDriller\FragDriller.mdl
- Special Effect - Create a special effect attached to the overhead of (Target unit of ability being cast) using Abilities\Weapons\BallsOfFireMissile\BallsOfFireMissile.mdl
- Unit - Kill (Target unit of ability being cast)
-
Events