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

morphing units

Status
Not open for further replies.
Level 3
Joined
Feb 8, 2010
Messages
34
I've tried making a morphing ability, but the unit doesn't change models. When I click the ability, the unit gains the abilities,speed,damage of the other unit, but has the same model.
 
Level 6
Joined
Jun 14, 2009
Messages
124
hahaha

I got the same probleme, but I fing the solution, there it is :

I want to upg Barracks To Factory

1. First go to the unit will morph from ( barracks ).

2. Search Events - Terms ( something like that )

3. Right click anywhere and add events

4. Set the event to AbilMorph

5. Dont change the field 2

6. Set the field 3 to Start

7. Right Click on your event and add two terms

8. Set terms 1 to MorphFrom

9. Set the buildings it will morph from ( Barrracks )

10. Set The terms 2 to MorphTo

11. Set the buildings it will morph to ( Factory )

12. Set the action To Destroy

FINAL RESULT

AbilMorph*Start ( Events )
---MorphFrom Barracks ( Terms )
---MorphTo Factory ( Terms )
--Destroy ( Action )

Go to the final buildings ( factory )

Do the Same but change destroy to create

AbilMorph*Start ( Events )
---MorphFrom Barracks ( Terms )
---MorphTo Factory ( Terms )
--Create ( Action )
 
Status
Not open for further replies.
Top