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

Rain of Fire - Targets (enemies only)

Status
Not open for further replies.
Level 5
Joined
Jun 28, 2008
Messages
127
Ok i'm still a noob and this probably won't work, or it's a bad idea but you could try removing all damage in object editor then do damage in trigger editor ... anyway this probly won't work but i'm trying so don't laugh!

  • Rain of Fire
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
      • (Ability being cast) Equal to Rain of Fire
    • Actions
      • Unit Group - Pick every unit in (Units within Whatever range you want of (Target point of ability being cast)) 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
          • Unit - Cause (Triggering unit) to damage (Picked unit), dealing x damage of attack type Spells and x type x
          • Wait 1.00 seconds
          • Unit - Cause (Triggering unit) to damage (Picked unit), dealing x damage of attack type x and damage type x
          • Wait 1.00 seconds
          • Unit - Cause (Triggering unit) to damage (Picked unit), dealing x damage of attack type x and x type x
          • Wait 1.00 seconds
          • Unit - Cause (Triggering unit) to damage (Picked unit), dealing x damage of attack type x and x type x
        • Else - Actions
Eh I hope I did that trigger correct. Anyway maybe you could try that?
 
Status
Not open for further replies.
Top