• 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.

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