- Joined
- Jun 2, 2009
- Messages
- 1,233
Where is the Fault ? [Solved]
When i casted spell only my Hero stuns from Soul Hit but Mana Burn does not work agains the target. When i removed stun, mana burn works well but i can't cast both spells. What can i do ?
When i casted spell only my Hero stuns from Soul Hit but Mana Burn does not work agains the target. When i removed stun, mana burn works well but i can't cast both spells. What can i do ?
-
Soul Hit Copy
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Soul Hit (mathog)
-
-
Actions
-
Set soul_hit_caster = (Casting unit)
-
Set soul_hit_target = (Target unit of ability being cast)
-
Set soulhit_target_loc = (Position of soul_hit_target)
-
Unit - Move soul_hit_caster instantly to soulhit_target_loc
-
Unit - Create 1 Dummy Unit JFA for Neutral Hostile at (Position of soul_hit_caster) facing Default building facing degrees
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Soul Hit / dummy to (Last created unit)
-
Unit - Order (Last created unit) to Human Mountain King - Storm Bolt soul_hit_caster
-
Wait 0.50 seconds
-
Unit - Create 1 Dummy Unit JFA for Neutral Hostile at (Position of soul_hit_target) facing Default building facing degrees
-
Unit - Add a 2.00 second Generic expiration timer to (Last created unit)
-
Unit - Add Mana Burn /dummy to (Last created unit)
-
Unit - Order (Last created unit) to Night Elf Demon Hunter - Mana Burn soul_hit_target
-
-
Last edited: