- Joined
- Jun 27, 2010
- Messages
- 2,710
-
Circle of Healing
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Circle of Healing (Priest)
-
Actions
- Set Priest_HC_Loc = (Target point of ability being cast)
-
Events
-
Circle of Healing finish
-
Events
- Unit - A unit Finishes casting an ability
-
Conditions
- (Ability being cast) Equal to Circle of Healing (Priest)
-
Actions
- Unit - Create 1 Dummy_Holy_Circle (Priest) for (Owner of (Casting unit)) at Priest_HC_Loc facing Default building facing degrees
- Set Priest_Circle = (Last created unit)
- Custom script: call RemoveLocation(udg_Priest_HC_Loc)
- Countdown Timer - Start Timer_Priest_HC as a One-shot timer that will expire in 15.00 seconds
-
Events
-
Circle of Healing Expire
-
Events
- Time - Timer_Priest_HC expires
- Conditions
-
Actions
- Unit - Remove Priest_Circle from the game
-
Events
Pls someone tell me why the circle of healing does not appear when I cast?
and don't tell me to put generic expiration timer on the unit becase it's not working i tried!