• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Help with damage on my spell

Status
Not open for further replies.
Level 3
Joined
Apr 9, 2008
Messages
42
Ok whenever I use this spell it doesn't damage my allies, but it also doesn't damage my enemies so it doesn't do any damage for some reason. Could someone please help. Thanks!

  • Holy Nova
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Holy Nova
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • ((Picked unit) belongs to an enemy of (Owner of (Triggering unit))) Equal to True
        • Then - Actions
          • Special Effect - Create a special effect attached to the overhead of (Triggering unit) using TheHolyBomb.mdx
          • Special Effect - Create a special effect attached to the overhead of (Triggering unit) using Abilities\Spells\Human\Resurrect\ResurrectTarget.mdl
          • Special Effect - Create a special effect attached to the overhead of (Triggering unit) using LightStrikeArray.mdx
          • Unit - Cause (Triggering unit) to damage (Picked unit), dealing 350.00 damage of attack type Spells and damage type Normal
          • Wait 1.00 seconds
          • Special Effect - Destroy (Last created special effect)
        • Else - Actions
 
Level 3
Joined
Apr 9, 2008
Messages
42
Hey i'm pretty dumb so can you make the condition part for me lol. Don't really understand cause i'm new :S
 
Status
Not open for further replies.
Top