- Joined
- Oct 28, 2019
- Messages
- 518
A group of archers, each has only one flame arrow to shoot. The flame arrow when hit ground it creates burning oil effect)
The flame arrow is Channel spell... to have possibility shoot ground
this works when only one archer shoot each time.... if they shoot varios flame arrow at same time the trigger buggs..... any help would be welcome
The flame arrow is Channel spell... to have possibility shoot ground
-
ShootFlameArrow
-
Events
-
Unit - A unit owned by Player 1 (Red) Starts the effect of an ability
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to Archer
-
(Ability being cast) Equal to Flame Arrow
-
-
Actions
-
Set VariableSet ArcherFlame = (Casting unit)
-
Unit - Add Burning Oilllll to ArcherFlame
-
Set VariableSet FlameArrowPosition = (Target point of ability being cast)
-
Unit - Create 1 DummyTarget for Player 2 (Blue) at (Target point of ability being cast) facing Default building facing degrees
-
Set VariableSet AcoTarget = (Last created unit)
-
Unit - Order ArcherFlame to Attack AcoTarget
-
-
-
Untitled Trigger 002
-
Events
-
Unit - A unit Is attacked
-
-
Conditions
-
(Unit-type of (Triggering unit)) Equal to DummyTarget
-
-
Actions
-
Wait 1.00 seconds
-
Unit - Remove Burning Oilllll from ArcherFlame
-
Unit - Remove Flame Arrow from ArcherFlame
-
Unit - Remove AcoTarget from the game
-
-
this works when only one archer shoot each time.... if they shoot varios flame arrow at same time the trigger buggs..... any help would be welcome