- Joined
- Mar 17, 2012
- Messages
- 582
Hi there! I need your help, guys!
(it doesn't count units in unit group)
-
Tihonova Dark loop
-
Events
-
Time - Every 0.50 seconds of game time
-
-
Conditions
-
(Tihonova_Dark is alive) Equal to True
-
-
Actions
-
Set Tihonova_Dark_Point = (Position of Tihonova_Dark)
-
Set Tihonova_Dark_Group = (Units within 700.00 of Tihonova_Dark_Point matching ((((Matching unit) is A Hero) Equal to True) and ((((Matching unit) belongs to an ally of Player 7 (Green)) Equal to True) and (((Matching unit) is alive) Equal to True))))
-
Set Tihonova_Count_Dark = (Number of units in Tihonova_Dark_Group)
-
Unit - Set level of Tihonova Attack Speed for Tihonova_Dark to Tihonova_Count_Dark
-
Unit - Set level of Tihonova Move Speed for Tihonova_Dark to Tihonova_Count_Dark
-
Unit - Set level of Tihonova Regen for Tihonova_Dark to Tihonova_Count_Dark
-
Unit - Set level of Tihonova Armor 0 for Tihonova_Dark to Tihonova_Count_Dark
-
Unit - Set level of Tihonova Damage 0 for Tihonova_Dark to Tihonova_Count_Dark
-
Custom script: call RemoveLocation(udg_Tihonova_Dark_Point)
-
Custom script: call DestroyGroup(udg_Tihonova_Dark_Group)
-
-
(it doesn't count units in unit group)