- Joined
- Oct 7, 2014
- Messages
- 2,209
I have this ultimate spell which gives increase attack damage, attack speed and movement speed, I based it at a Battle Roar spell. Then a trigger where it picks up all units who has the Invocation buff (from the Battle Roar) and then a dummy will be created to each units who has Invocation buff. The dummy unit will cast a custom Blood Lust (for increased attack speed and movement speed).
The problem is I can't create dummies to all units who has a Invocation buff which is my problem.
The problem is I can't create dummies to all units who has a Invocation buff which is my problem.
-
Invocation
-
Events
- Unit - A unit Finishes casting an ability
- Conditions
-
Actions
- Set Invo_TargetRange = (Units within 650.00 of (Position of (Casting unit)) matching (((Matching unit) has buff Invocation ) Equal to True))
- Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in Invo_TargetRange and do (Actions)
-
Loop - Actions
- Unit - Create 1 Angel for Player 1 (Red) at (Position of (Target unit of ability being cast)) facing Default building facing degrees
-
Loop - Actions
-
Events