Hiding the enemy hero minimap model

Status
Not open for further replies.
Level 9
Joined
Apr 7, 2010
Messages
480
Im trying to hide the enemy hero location on minimap
I can try to change the model through Game Interface but that would also remove the player and allies location.

anyone know any solution?
 
So if for example i set Blademaster - Stats - Hero - Hide Minimap Display - True;

wouldn't that also hide the player's blademaster minimap display?
i just want the enemy blademaster undetectable in minimap.
 
if i create two blademaster; for player and enemy and i set the enemy blade master - Stats - Hero - Hide Minimap Display - True

but if i were on the other team(enemy side).. i wont be able to detect my own blademaster.. my game is pvp by the way.
 
Create a dummy hero with no model, invulnerable, permanent invisibility. For the actual hero, hide minimap display.

Create a trigger that periodically (every 0.1 should be fine) moves the dummy to the hero's location. Allies will be able to see it, because vision is shared. Enemies will not.

Because the dummy doesn't have a model, it won't be selectable. Do not give it Locust.
 
Status
Not open for further replies.
Back
Top