- Joined
- Jun 20, 2017
- Messages
- 380
Any ideas + Rep
I use 3 different ways, but I'm stuck with it ;x
When I use an ability, that ability creates a circle around the tower with the tower's range, but the circle cannot be the radius size, that has normal size.
Example the tower has 800 range and the circle must be shown 800 radius.
I use 3 different ways, but I'm stuck with it ;x
When I use an ability, that ability creates a circle around the tower with the tower's range, but the circle cannot be the radius size, that has normal size.
Example the tower has 800 range and the circle must be shown 800 radius.
-
Range Checker1
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to (==) Check Range
-
-
Actions
-
Set Point_Loc[1] = (Position of (Triggering unit))
-
Do Multiple ActionsFor each (Integer A) from 1 to 1, do (Actions)
-
Loop - Actions
-
Set Point_Loc[2] = (Point_Loc[1] offset by (Current acquisition range of (Triggering unit)) towards ((Real((Integer A))) x 10.00) degrees)
-
Unit - Create 1 Dummy Rune for (Triggering player) at Point_Loc[2] facing Default building facing (270.0) degrees
-
Unit - Add a 5.00 second Generic expiration timer to (Last created unit)
-
Custom script: call RemoveLocation(udg_Point_Loc[2])
-
-
-
-
Custom script: call RemoveLocation(udg_Point_Loc[1])
-
-
Last edited: