• 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.
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!
  • ✅ The POLL for Hive's Texturing Contest #34 is OPEN! Vote for the TOP 3 SKINS! 🔗Click here to cast your vote!
  • ✅ The POLL for Hive's Techtree Contest #20 is OPEN! Vote for the TOP 3 FACTIONS! 🔗Click here to cast your vote!

[Spell] Windwalk with -1 transition time and being able to cast spells

Status
Not open for further replies.
Level 12
Joined
May 16, 2020
Messages
663
Hi all,

I want a spell which allows the Hero to pass though other units, but not pass through terrain.

Windwalk with a -1 transition time allows this behaviour, and without turning the caster transparent. However, casting a spell ends the Windwalk immediately.

I searched around and found some answers that stated to either:
  • "Use a rune with windwalk", or
  • "Reset the Wind Walk" immediately uppon casting a spell

I didn't find a way to make custom rune abilities, and I'm not sure how I can reset the Wind Walk without messing up the already running cooldown.

Would anyone have an idea how to practically implement the suggestions, or have their own suggestions?
 
you could try this -

when the unit casts a spell while in windwalk -

detect the order given to cast the ability -

- instantly give the unit an order to move to it's current location offset by 1. (thus replacing the casting ability order).

- trigger the ability you want casted.
 
I don't know what spells you want the unit to be able to cast when in this "windwalk" mode. If this (the windwalk thing) is an item ability that is supposed to be applicable for all heroes - I agree this is not ideal. If this is for a specific unit that has this spell, but should be able to use other spells while under the effect - what other spells do you want it to be able to cast?
 
Basically I want the unit to use any kind of spell while in the "transition windwalk" mode.

I have several heroes for which I turned off collision completely, but I want to fix this with the windwalk technique. Also, I have am item which adds the "windwalk" to any heroe who carries the item.

So yes, unfortunately no specific spell list...
 
maybe - whenever you want to reset windwalk - add a hidden 0 mana 0 cooldown version of windwalk to the unit and order it to cast it. I think this should work even though it is the same order id - bc the other one is on cooldown. (alternatively the order id might make it apply to the new one too...)
 
Status
Not open for further replies.
Back
Top