• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Spell Question

Status
Not open for further replies.
Level 5
Joined
Jul 30, 2012
Messages
93
  • HeartStrike
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Chaos Strike-[Q]
    • Actions
      • Set HS_Boolean = True
      • Special Effect - Create a special effect attached to the hand,left of (Triggering unit) using Abilities\Weapons\PhoenixMissile\Phoenix_Missile.mdl
      • Set HS_Special = (Last created special effect)
      • Wait 8.00 seconds
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • HS_Boolean Equal to True
        • Then - Actions
          • Set HS_Boolean = False
          • Special Effect - Destroy HS_Special
        • Else - Actions
  • HeartStrike loop
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • (Unit-type of (Damage source)) Equal to Red Chaos
      • HS_Boolean Equal to True
    • Actions
      • Set HS_Boolean = False
      • Unit - Cause (Damage source) to damage (Triggering unit), dealing (50.00 x (30.00 x (Real((Level of Chaos Strike-[Q] for (Triggering unit)))))) damage of attack type Magic and damage type Magic
      • Unit - Create 1 Dummy
      • Unit - Order slow...
The Heart Strike Loop trigger doesn't work.Whenever we hit someone when we used thia ability, the target cause ekstra damage then slow...It can be like Tusskar's ultimate(dota).

Does anyone know where i'm wrong ?
Thank you!
 
Level 4
Joined
Jul 20, 2012
Messages
83
I use two parts of strings one is "hand " and the other "left" and it works, also units might not have both attachments for hands as stated above. Note that between these two strings is a space hence "hand_" and "left" of "hand" and "_left"...
 
Status
Not open for further replies.
Top