I have a hero ability based on Channel and triggers set up so whenever the hero in question uses the ability, a dummy will be created, get the Cloud ability and channel it at the targeted point.
However! It won't work. I've fiddled around with the ability settings to no end and still it taunts me. Below are the triggers set up for when the ability is cast.
Triggers:
It has 0 mana cost and enough casting range to outrange the dummy ability the hero has.
However! It won't work. I've fiddled around with the ability settings to no end and still it taunts me. Below are the triggers set up for when the ability is cast.
Triggers:
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Cloud of Judgement (Manadar)
-
-
Actions
-
Set VariableSet tempPoint = (Target point of ability being cast)
-
Unit - Create 1 Dummy for (Owner of (Triggering unit)) at (Position of (Triggering unit)) facing (Facing of (Triggering unit)) degrees
-
Unit - Add a 21.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Cloud of Judgement (Dummy) to (Last created unit)
-
Unit - Set level of Cloud of Judgement (Dummy) for (Last created unit) to (Level of Cloud of Judgement (Manadar) for (Triggering unit))
-
Unit - Order (Last created unit) to Human Dragonhawk Rider - Cloud tempPoint
-
Custom script: call RemoveLocation (udg_tempPoint )
-
It has 0 mana cost and enough casting range to outrange the dummy ability the hero has.