Kusanagi Kuro
Hosted Project: SC
- Joined
- Mar 11, 2012
- Messages
- 708
Hi guys. I've made several spell and all of them use this kind of trigger:
All the spell I used is unit target. Is there any way to make the spell deal damage when the projective hit the target, not before? I dont use JASS so plz make it as trigger.
-
Soul Break
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Ability
-
Actions
- Set SB_Caster = (Triggering unit)
- Set SB_Target = (Target unit of ability being cast)
- Set SB_Damage = Damage
- Unit - Cause SB_Caster to damage SB_Target, dealing SB_Damage damage of attack type Hero and damage type Normal
-
Events
All the spell I used is unit target. Is there any way to make the spell deal damage when the projective hit the target, not before? I dont use JASS so plz make it as trigger.