- Joined
- Feb 19, 2009
- Messages
- 857
Howdy! I'm working on a map (you can find it in my sig if you wanna try it out) where one of the heroes has a "Heroic Strike" ability. To get it to work, I copied one of the skills from Blizzard's "Extreme Candy War" map. It was converted from the Warrior's "Mortal Blow" skill.
Can anybody help me do that? Is it relatively simple or rather complex/
-
Heroic Strike
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Heroic Strike
-
-
Actions
-
Set TempReal = 0.00
-
Sound - Play WarriorMortalBlow <gen> at 100.00% volume, located at (Position of (Triggering unit)) with Z offset 0.00
-
Unit - Cause (Triggering unit) to damage (Target unit of ability being cast), dealing (Real(((Strength of (Triggering unit) (Include bonuses)) x 5))) damage of attack type Hero and damage type Normal
-
Set TempReal = (Real(((Strength of (Triggering unit) (Include bonuses)) x 5)))
-
Set TempFloatText = (Last created floating text)
-
-
Can anybody help me do that? Is it relatively simple or rather complex/