HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Remove Transparency

06-14-2005, 07:25 PM#1
Tim.
I want to give a unit the Ghost ability, so that it is invisible too all enmies. However, I do not want that 50% transparency effect while doing so.

I tried using a trigger to counter this, namely

Code:
Animation - Change unit Vertex Color

However this had no effect. Any other ideas? Perhaps in JASS?
06-14-2005, 07:59 PM#2
Guest
I think that this is an hardcoded thing, just like Banish (u can't set a unit's transparency or color while it's banished)...
06-14-2005, 10:42 PM#3
Tim.
Thats what I think too. However I would like to exhaust all options before looking for more complex ways of creating the same effect.
06-16-2005, 03:36 PM#4
Tim.
Bump.
06-16-2005, 05:07 PM#5
shadow1500
Try the borrow ability, it will make the unit invisible to other players without the transparancy effect.
06-16-2005, 05:32 PM#6
Tim.
Perfect. Great idea, I forgot about that ability completely.

Thanks for the help.