- Joined
- Jan 22, 2012
- Messages
- 13
Hello, I have a very simple trigger which is much like an aoe Bloodlust. Using the items gives the buff within a 900 aoe. But, everytime I cast it, only 1 unit gets affected. The dummy has 0 cast point, backswing and ms, so ideally it should work.
Any solutions/suggestions?
Edit: trigger tags
-
Warsong Drums Cast
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Speed dummy (item) (item)
-
Actions
- Set temporaryunit = (Casting unit)
- Set CastPoint = (Position of temporaryunit)
- Unit - Create 1 Dummy Caster for (Owner of temporaryunit) at CastPoint facing Default building facing degrees
- Set tempdummy = (Last created unit)
- Unit - Add Warsong Drums dummy spel to (Last created unit)
- Unit - Add a 3.00 second Generic expiration timer to (Last created unit)
- Set CastGroup = (Units within 900.00 of CastPoint matching (((Matching unit) belongs to an ally of (Owner of temporaryunit)) Equal to True))
-
Unit Group - Pick every unit in CastGroup and do (Actions)
-
Loop - Actions
- Unit - Order tempdummy to Orc Shaman - Bloodlust (Picked unit)
-
Loop - Actions
- Set temporaryunit = No unit
- Custom script: call RemoveLocation(udg_CastPoint)
- Custom script: call DestroyGroup(udg_CastGroup)
-
Events
Any solutions/suggestions?
Edit: trigger tags