• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

[General] Wisps

Status
Not open for further replies.
Level 33
Joined
Mar 27, 2008
Messages
8,035
As you all know Wisp will die if it builds either 'living' building in the Night Elves

Is there any particular ability or special about wisp that makes it like that ?

Or it simply, a hardcoded within the unit ?

To kill the unit once it finished construct a building ?

I mean, if I want to implement this feature on other unit, I don't want to use any possible triggers, just alter here and there in Object Editor and all goes into action
 
I think it's hardcoded. You could create another wisp there when it finishes the building to avoid.

Now, to implement it to another Unit you could create a Wisp and change all its info to make it look like another unit.
 
Okay, about wisp problem is done, I just based it off from the original Wisp unit but change its Model File

Also, I can change Ancient of War model too since it must build that to die, right ?
If a Wisp build Moon of Well, he will not die, but that's not the problem

The new problem is now that when I change the model to something else, let's say Wisp -> Peasant

It does not make the animation of "building" like the usual Peasant would do when constructing a structure...

Is there any way ?
 
You could create a dummy real peasant with locus ability and order it to build a dummy structure with no path block, so you can trigger it to build in the same spot you're building with the wisp. When the wisp cancels/finishes construction, you remove both dummies.

I can't think of another way to. I think there are some models here in hive for special effects that simulates the building.
 
Status
Not open for further replies.
Back
Top