• 🏆 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!

[Trigger] Why isn't this working

Status
Not open for further replies.
Level 5
Joined
Jun 28, 2008
Messages
127
Ok why the fudge is this not working?!?!? Please help :cry: The damage bit doesn't work


  • Holy Nova
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Holy Nova
    • Actions
      • Unit Group - Pick every unit in (Units within 325.00 of (Position of (Triggering unit))) and do (Actions)
        • Loop - 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
 
Last edited:
Level 5
Joined
Jun 28, 2008
Messages
127
No I can't edit fan of knives because I essence of blight or whatever as my base because I need it to heal allies, and damage enemy units ... if there is a trigger which heals nearby friendly units then my prob is solved but I can't find one can you?
 
Last edited:
Status
Not open for further replies.
Top