- Joined
- Feb 18, 2016
- Messages
- 96
Hello
I need some help with triggers
I am trying to make a Region moves every .05 seconds to the position of a specific unit.
Also i need that if another unit enters this region kill both
Made those but did not work for me
I need some help with triggers
I am trying to make a Region moves every .05 seconds to the position of a specific unit.
Also i need that if another unit enters this region kill both
Made those but did not work for me
-
Moving
-
Events
- Time - Every 0.03 seconds of game time
- Conditions
-
Actions
- Set PlayerHeroRegion1 = Region 026 <gen>
- Region - Center PlayerHeroRegion1 on (Position of PlayerHero)
-
Events
-
AAAGRUPO DISTANCIA 1
-
Events
- Unit - A unit enters Region 026 <gen>
- Conditions
-
Actions
- Set Die = (Units in PlayerHeroRegion1)
-
Unit Group - Pick every unit in Die and do (Actions)
-
Loop - Actions
- Unit - Cause (Entering unit) to damage circular area after 0.00 seconds of radius 100.00 at (Position of (Entering unit)), dealing 100000.00 damage of attack type Spells and damage type Magic
- Unit - Remove (Entering unit) from the game
-
Loop - Actions
-
Events
Last edited: