• 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.

Hide unit healthbar, make unclickable in Object Editor

Status
Not open for further replies.
You could add locust ability. But it makes it invulnerable, and turns collision off.

If you don't want this side effect you can try an other method:

Unit_1 = DummyUnit
Unit_2 = YourUnit

Add locust to Unit_1.
Add a chaos ability (from orc race) to Unit_1.
Change the wanted unit type for the chaos ability to Unit_2.
Remove the requirement for the chaos ability. (if needed)
Set "Selection Scale" for Unit_2 to "-1". (with using shift + enter)

Done.

So now Unit_1 should instantly transform into Unit_2 in game + be unselectable and having no health bar. It's still targetable.
 
Status
Not open for further replies.
Top