- Joined
- Dec 11, 2010
- Messages
- 101
I based a spell off of Shadow Strike, where it deals 150 (+0 to 350) damage, and 50 damage over time for 5 seconds.
Problem is, the triggered damage occurs before the missile even hits the target.
Thanks
Problem is, the triggered damage occurs before the missile even hits the target.
-
FireballA
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Fireball
-
-
Actions
-
Set Targeted = (Target unit of ability being cast)
-
-
-
FireballB
-
Events
-
Unit - A unit Finishes casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Fireball
-
-
Actions
-
Unit - Cause (Casting unit) to damage Targeted, dealing (Random real number between 0.00 and 350.00) damage of attack type Spells and damage type Normal
-
-
Thanks