• 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!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Help with this plz... Possible?

Status
Not open for further replies.
Level 14
Joined
Mar 4, 2009
Messages
1,156
You know when you move your mouse to hero?
than you can see:
- HP bar
- Player Name of his Owner
- Hero´s proper name

i do not want to see "Player Name of his Owner" and if the "HP bar" and "Hero´s proper name" needs to be removed it will be fine too!

i tried doing something with setting hero´s size to 0 and selection scale to 0 but failed :/
(putting selection scale to 0 is buggy ...)

-i need this to remove dump Basic abilities xD,it is actually already done but i need this to make it look good :)

Edit:

Solved:

  • Actions
    • Custom script: call UnitAddAbilityBJ( 'Aloc', YourUnit )
    • Unit - Hide YourUnit
    • Unit - Unhide YourUnit
-makes object info of YourUnit invisible but everything else is stable
 
Last edited:
Level 14
Joined
Nov 18, 2007
Messages
1,084
If you're okay with removing all of the info and don't care if this affects all other players or units you could use
  • Game - Enable pre-selection functionality (Disable pre-selection circles, life bars, and object info)
You can still select your unit, but it might have too many drawbacks for you to use this since it affects other things as well.

(I think pre-selection just makes your cursor turn green when it's over a unit.
I don't know if this can work with GetLocalPlayer())
 
Level 14
Joined
Mar 4, 2009
Messages
1,156
If you're okay with removing all of the info and don't care if this affects all other players or units you could use
  • Game - Enable pre-selection functionality (Disable pre-selection circles, life bars, and object info)
You can still select your unit, but it might have too many drawbacks for you to use this since it affects other things as well.

(I think pre-selection just makes your cursor turn green when it's over a unit.
I don't know if this can work with GetLocalPlayer())
no,i actually need to remove if from heroes and make another hero that will display their life bar,name etc...
because the one that will have no basic icons has "false" player name

i think i heard that some editor can change this
i need to remove the "body",so when your mouse cursor comes close to hero,nothing happens,but you can select him if you use drag-selection

ever had a weird imported model that can be selected but you cannot click on him?
i actually need to make that

i know it would be possible by making a new model but is there a editor that can make it? (like changing it in object editor)
 
Level 14
Joined
Mar 4, 2009
Messages
1,156
What about -1. selection scale?
its not working...i would not make this post if it would be that simple :/

again: xD
I need to hide name of hero´s owner or hide the whole object info (it happens when you move your mouse cursor to hero)
why do i need this?
because after that the icons of basic abilities will be removed
il make a spell for it too :D
 
Last edited:
Level 14
Joined
Mar 4, 2009
Messages
1,156
Solved:

  • Actions
    • Custom script: call UnitAddAbilityBJ( 'Aloc', YourUnit )
    • Unit - Hide YourUnit
    • Unit - Unhide YourUnit
-makes object info of YourUnit invisible but everything else is stable

-if you put prefix to Solved than call this thread "hide object info to specific unit" or similar
 
Status
Not open for further replies.
Top