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!
I need to have a unit that can work as a nearby patron only, but he cant be in the way either, beacuse you need to be able to go to the building, would be best if he was invisible and unselectable and no hp bar..
Create a dummy unit with spells: Invulnerable (Neutral) and Ghost (Visible). Set it's selection circle and scaling value to -1 and remove it's movement.
Unit won't be visible, and won't show health bars.
To make unit unselectable use this trigger:
Events
Player - Player 1 (Red) Selects a unit
Player - Player 2 (Blue) Selects a unit
Player - Player 3 (Teal) Selects a unit
Player - Player 4 (Purple) Selects a unit
Player - And so on...
Conditions
(Unit-type of (Triggering unit)) Equal to Footman
Actions
Selection - Remove (Triggering unit) from selection for (Triggering player)
Create a dummy unit with spells: Invulnerable (Neutral) and Ghost (Visible). Set it's selection circle and scaling value to -1 and remove it's movement.
Unit won't be visible, and won't show health bars.
To make unit unselectable use this trigger:
Events
Player - Player 1 (Red) Selects a unit
Player - Player 2 (Blue) Selects a unit
Player - Player 3 (Teal) Selects a unit
Player - Player 4 (Purple) Selects a unit
Player - And so on...
Conditions
(Unit-type of (Triggering unit)) Equal to Footman
Actions
Selection - Remove (Triggering unit) from selection for (Triggering player)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.