I've been trying to make 'change' the Frostbolt ability to make X*(The Units INT) in damage and I've succeded with that. It's just that it takes damage before the animation of Frostbolt even leaves the caster.
I want the damage to be inflicted once the Frostbolt hits the target.
-
Frostbolt
-
Events
- Unit - A unit Begins casting an ability
-
Conditions
- (Ability being cast) Equal to Frost Bolt
-
Actions
- Unit - Cause (Casting unit) to damage (Target unit of ability being cast), dealing ((Real((Intelligence of (Casting unit) (Include bonuses)))) x 5.00) damage of attack type Spells and damage type Normal
-
Events
I want the damage to be inflicted once the Frostbolt hits the target.