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

Please Help ... Revive/StormEarthAndFire Spell

Status
Not open for further replies.
Level 9
Joined
Jan 23, 2008
Messages
321
Hi all ... I try for several days to make an abillity, for a hero from my map.
Here he is :
attachment.php

And ... the point is in Make an Ressurection-like spell, Something like this
  • A unit Dies
  • Set Dying Unit (variable)
  • Order last Created unit to Pandaren Brewmaster - Storm,Earth and Fire ..
I want to make him, after death become ashes .. Frost ashes like this one :
2131.gif

So .... This Ashes must be Summoned Like and have an expiration timer on them afther what they will dissapear (AND if one of em Survives) The Frost Lord Will be reborn ... This is a Really Awersome Spell and i think my project is stopped unit i get any Solution
 
Level 10
Joined
Jun 1, 2008
Messages
485
maybe you can make trigger like this.
  • Resurrection Trigger
    • Events
      • Unit - A unit Dies
    • Conditions
      • (Dying unit) Equal to (==) <your unit>
    • Actions
      • Set <your unit> = (Dying Unit)
      • Unit - Create 1 dummy for Triggering Player at (Center of (Playable map area)) facing Default building facing (270.0) degrees
      • Unit - Give <ability> to (last created unit)
      • Unit - Order (Last created unit) to <use ability>
      • Unit Group - Pick every unit in (Units of type <"ashes">) and do (Actions)
        • Loop - Actions
          • Unit Group - Add (Picked Unit) to <your group>
      • Multiple Functions If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Number of units in <your group>) Not equal to (!=) 0
        • Then - Actions
          • Hero - Instantly revive <hero> at Point of (Random Unit from(<your roup>)), Hide revival graphics
<your unit> is variable. <use ability> must be summon ability to summon ashes. Maybe like this.
 
Last edited:
Status
Not open for further replies.
Top