-
Hyper Intuition
-
Events
- Time - Every 5.00 seconds of game time
-
Conditions
- (Unit-type of (Triggering unit)) Equal to HeRO
-
Actions
- Set CastingUnits[0] = (Triggering unit)
- Set CastingPoints[0] = (Position of CastingUnits[0])
- Set CastingGroups[0] = (Units within 1000.00 of CastingPoints[0])
-
Unit Group - Pick every unit in CastingGroups[0] 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 CastingUnits[0])) Equal to True
-
Then - Actions
- Set CastingUnits[1] = (Picked unit)
- Set CastingPoints[1] = (Position of CastingUnits[1])
- Cinematic - Ping minimap for (All players controlled by a Computer player) at CastingPoints[1] for 3.00 seconds, using a Warning ping of color (50.00%, 50.00%, 0.00%)
- Skip remaining actions
- Else - Actions
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Loop - Actions
- Custom script: call DestroyGroup(udg_CastingGroups[0])
- Custom script: call RemoveLocation(udg_CastingPoints[0])
- Custom script: call RemoveLocation(udg_CastingPoints[1])
- Set CastingUnits[0] = No unit
- Set CastingUnits[1] = No unit
-
Events
The Purpose of this GUI Passive Spell is to Detect Units around 1000 Area via Minimap Ping. But It doesnt work >.<
Anybody helP?