• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Make unit invisible for unit?

Status
Not open for further replies.

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,204
Not possible. Invisibility is a player wide concept. If a unit is invisible to a player, all units of that player interact with it like it is invisible.

Through some order manipulation trickery you might be able to get a specific unit to ignore another unit (cannot attack, cannot cast against it, etc) but mechanically it is still visible to that unit if the unit is visible to the owning player.
 
Level 15
Joined
Sep 6, 2015
Messages
576
Hello everyone! I wanted to ask if it is possible to make a unit invisible for just one unit? Thanks in advance!
If you don't have any other invisible units, you can make all other units have an invisibility detection spell, except that unit that you want to make the unit invisible to. After that part of the map is over, you can then remove those invisibility detection spells from those units.

Whether or not this would be viable depends on your map layout, type and gameplay.
 
Status
Not open for further replies.
Top