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

[JASS] Get Targets of Healing Wave

Status
Not open for further replies.
Level 13
Joined
May 24, 2005
Messages
609
When using GetSpellTargetUnit() in the context of a healing wave based spell, it returns the first targetted unit of the spell, as expected.
I was wondering, if there is any way to get the other target units hit by the spell?
I guess there is no other way and I have to code the healing wave spell manually, right?
Just want to be sure...

Is there already a vjass version of healing wave to be found somewhere around here?

And another question: How do I create the lightning effect of healing manually?
So that there is a link between the targets of the spells.
 
Level 9
Joined
Sep 28, 2004
Messages
365
You will have to manually code the healing wave yourself.
Not sure about the vjass version, but i remember there is one over at wc3c.net

For lightning effect you can use the create lightning effect in the trigger editor. Not really good about vjass but i know there's a GUI version in the editor.
 
Status
Not open for further replies.
Top