I tried to make a spell that reduces the enemy unit's hp to 50%.
I based it on channeling:
Data-Art Duration-1
Data-Base Order Id-Channel
Data-Disable Other Abilities-False
Data-Followed Throught Time-1
Data-Options-Viable,Psyhical Spell
Data-Target Type-Unit Target
Stats-Area Of Effect-1
^The channel part, tell me if anything is wrong, this is my frist attempt
And now my trigger:
What is wrong?And thanks.
I based it on channeling:
Data-Art Duration-1
Data-Base Order Id-Channel
Data-Disable Other Abilities-False
Data-Followed Throught Time-1
Data-Options-Viable,Psyhical Spell
Data-Target Type-Unit Target
Stats-Area Of Effect-1
^The channel part, tell me if anything is wrong, this is my frist attempt
And now my trigger:
-
Untitled Trigger 001
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to WTF
-
(Owner of (Triggering unit)) Not equal to Player 1 (Red)
-
-
Actions
-
Unit - Set life of (Targeted unit) to 50.00%
-
-
What is wrong?And thanks.