• 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 unit to come up from the ground

Status
Not open for further replies.
Level 2
Joined
Apr 25, 2023
Messages
14
1682850370728.png

how ?
 
Level 21
Joined
Dec 15, 2021
Messages
338
I mean the enemy AI will always try to save a unit before death by making it burrow if it can, which can be annoying if you don't have detection. If it's player controlled, no problem.

And the unit must have an animation for that of course and there aren't that many : crypt fiends, scarabs, some custom models here on hive... What unit do you want ?
 
Level 2
Joined
Apr 25, 2023
Messages
14
I want the unit to be a tree with a gold miner growing from the ground, does it depend on the model?
 
Level 21
Joined
Mar 16, 2008
Messages
964
something like this:
  • Untitled Trigger 001
    • Events
    • Conditions
    • Actions
      • Animation - Play Footman 0000 <gen>'s birth animation
problem is, i don't think most units have a birth animation?

------------------------------
does it depend on the model?
yes and the easy way you can check what animations a model has is in World Editor, select the unit you want in Window -> New Palette -> Units
and on the left you can view its animations:
1683151653018.png

------------------------------
I mean the enemy AI will always try to save a unit before death by making it burrow if it can...
that's not always true, depends on the AIs settings:
1683086884563.png
 
Last edited:
Status
Not open for further replies.
Top