• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

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