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

Zone healing spell?

Status
Not open for further replies.
Level 2
Joined
Feb 21, 2010
Messages
12
Hello

I wish to create a zone healing spell, like fire bolt, but healing more than one person. If possible, I'd like to see the circle appear before I launch the spell to see which zone it is going to affect.

Thanks
 
  • Healing Surge
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Healing Surge
    • Actions
      • Set Point1 = (Target point of ability being cast)
      • Custom script: set bj_wantDestroyGroup = true
      • Unit Group - Pick every unit in (Units within 300.00 of Point1 matching ((((Matching unit) is A structure) Equal to False) and ((((Matching unit) is alive) Equal to True) and ((((Matching unit) belongs to an ally of (Owner of (Triggering unit))) Equal to True) and ((Life of (Matching unit)) and do (Actions)
        • Loop - Actions
          • Special Effect - Create a special effect attached to the chest of (Picked unit) using Abilities\Spells\Human\HolyBolt\HolyBoltSpecialArt.mdl
          • Special Effect - Destroy (Last created special effect)
          • Unit - Set life of (Picked unit) to ((Life of (Picked unit)) + 120.00)
      • Custom script: call RemoveLocation (udg_Point1)
Test Map:
View attachment Healing Surge.w3x
 
Level 3
Joined
Jun 20, 2009
Messages
42
I beleve a modifyed Healing Spray (Goblin Alcamist) may be the spell you are looking for (just make sure it heals who you want it to...)
 
Status
Not open for further replies.
Top