Hi
Im making a spell like frostbolt which damages & slows the targets movement speed and attack speed. First i based it on Frostbolt, but couldnt find out how to apply a buff/debuff when someone is hit by it. Then i made this trigger and based it on slow:
Unit - A unit Starts the effect of an ability
(Ability being cast) Equal to Frostbolt
Unit - Set life of (Attacked unit) to ((Life of (Attacked unit)) - 100.00)
When i do this, it damages the caster and not the target, even though the target gets the slow debuff, i really cant figure out whats wrong, please help
Unit - A unit Starts the effect of an ability
(Ability being cast) Equal to Frostbolt
Unit - Set life of (Attacked unit) to ((Life of (Attacked unit)) - 100.00)
When i do this, it damages the caster and not the target, even though the target gets the slow debuff, i really cant figure out whats wrong, please help