S
Stratoss
Guest
Event
Unit - A unit begins Casting an ability
Conditions
(Ability being cast) Equal to Finishing Blow
Actions
Set caster = (casting unit)
Set target = (targeted unit)
Animation - Play caster's attack animation
Unit - Cause caster to damage target , dealing damage of attack type Hero and damage type normal
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(target is dead) Equal to True
(target is a Hero) Equal to True
Then - Actions
Floating text - Create floating text that reads +1 AGI! with Z offset 0.00 using font size 10.00, color (100%, 0%, 0%), and 0.00% transparency
Hero - Modify Agility of caster : Add 1
Else - Actions
Do Nothing
Animation - Reset caster Animation
_______________________________
I can't seem to get the trigger above to work, it does the damage but it doesn't add the 1 Agi when the enemy hero dies. (Nor shows the floating text). Please help and thanks.
Unit - A unit begins Casting an ability
Conditions
(Ability being cast) Equal to Finishing Blow
Actions
Set caster = (casting unit)
Set target = (targeted unit)
Animation - Play caster's attack animation
Unit - Cause caster to damage target , dealing damage of attack type Hero and damage type normal
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(target is dead) Equal to True
(target is a Hero) Equal to True
Then - Actions
Floating text - Create floating text that reads +1 AGI! with Z offset 0.00 using font size 10.00, color (100%, 0%, 0%), and 0.00% transparency
Hero - Modify Agility of caster : Add 1
Else - Actions
Do Nothing
Animation - Reset caster Animation
_______________________________
I can't seem to get the trigger above to work, it does the damage but it doesn't add the 1 Agi when the enemy hero dies. (Nor shows the floating text). Please help and thanks.


