• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

Ethereal units without tranparency

Status
Not open for further replies.
Level 4
Joined
Jan 23, 2017
Messages
34
Just like the title says, I'm looking for a way to make a unit behave ethereal without becoming transparent. Have tried using the ethereal form, and the ethereal ability, as well as triggering vertex coloring to 0 transparency to no avail
 

Uncle

Warcraft Moderator
Level 59
Joined
Aug 10, 2018
Messages
5,852
Don't think this is possible but maybe try changing the unit's skin? Change it to something else and then return it to normal. You can only do this on 1.31+ I believe.
 
Last edited:
Level 21
Joined
Mar 29, 2020
Messages
1,236
what parts of ethereal do you need? only taking damage from non physical types of attacks?

if so, here is another way to achieve that:


(the solution is at the bottom of the thread)
 
Level 4
Joined
Jan 23, 2017
Messages
34
what parts of ethereal do you need? only taking damage from non physical types of attacks?

if so, here is another way to achieve that:


(the solution is at the bottom of the thread)
Ah yes I've actually read that post, the issue is that although it can make a unit immune to physical attacks, computers will still attempt to attack it. I am making a map that is player vs comp campaign, thus computer controlled units would simply attack the physically immune unit to no avail. I am trying to make a physically immune unit that the computer player recognizes as immune. More to the point, what i really want is to have computer controlled melee units to ignore said unit
 
to have computer controlled melee units to ignore said unit
If this was your ONLY goal, maybe you could spawn said unit with Mechanical Critter. It is a special ability with a special hacky nature in the sense that the units it summons are shown as "neutral/passive" to all players, even enemies, although those units are controllable for the player who cast the ability.
 
Level 4
Joined
Jan 23, 2017
Messages
34
If this was your ONLY goal, maybe you could spawn said unit with Mechanical Critter. It is a special ability with a special hacky nature in the sense that the units it summons are shown as "neutral/passive" to all players, even enemies, although those units are controllable for the player who cast the ability.
I want the unit to be able to be damaged and attacked if nothing else is there to attack, but to be lowest priority, especially for normal/melee attacks. Basically I want a unit that is low priority. Ethereal does this for all but magic and spells, which works well enough. Fundamentally what I want is for the computer to attack units that are weak against it
 
Status
Not open for further replies.
Top