- Joined
- May 23, 2011
- Messages
- 179
The dota skill chrmosphere wont take effect.... Whats wrong with my Trigger.... Did i miss something??
-
Time Lock 2
-
Events
- Time - Every 5.00 seconds of game time
- Conditions
-
Actions
-
Unit Group - Pick every unit in Time_Lock and do (Actions)
-
Loop - Actions
- Set hero = (Picked unit)
- Set temploc = (Position of hero)
- Custom script: set bj_wantDestroyGroup = true
-
Unit Group - Pick every unit in (Units within 1700.00 of temploc matching (((Matching unit) has buff Devotion Aura) Equal to True)) and do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- ((Picked unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True
-
Then - Actions
- Unit - Pause (Picked unit)
- Wait 2.00 seconds
- Unit - Unpause (Picked unit)
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
- Custom script: call RemoveLocation(udg_temploc)
-
Loop - Actions
-
Unit Group - Pick every unit in Time_Lock and do (Actions)
-
Events