Hello guys,
I was trying to make my "Glaive attack" ability, based on Fan of Knives, to deal damage equal to Hero agility. Following paskovich's tutorial I made this, but it's not working. I suppose it's because Fan of Knives is an aoe spell without target...?
How should the trigger look for making it work?
I was trying to make my "Glaive attack" ability, based on Fan of Knives, to deal damage equal to Hero agility. Following paskovich's tutorial I made this, but it's not working. I suppose it's because Fan of Knives is an aoe spell without target...?
How should the trigger look for making it work?
-
Glaives
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Glaive Attack (Triggered)
-
-
Actions
-
Set TempReal = (Real((Agility of (Triggering unit) (Include bonuses))))
-
Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing TempReal damage of attack type Spells and damage type Normal
-
-