Widescreen

Member
Reaction score
0
Hello, I am working in an RPG/Arena/TD, and I want a unit to be highlighted (for easy access) like the Hero is highlighted (shown in picture), but I don't want the unit to become a Hero. The Heroes are Created (purchased) at the beginning of the game.

2445w8p.jpg

HgyJF9F


Also, I was having trouble to make the spacebar do the same as when you have selected your hero and the camera follows it when you click its "face". I managed to make it center your hero but it will stay in one place if your hero is moving.

642ibb.png

gDcJSHZ


Any ideas? Thank you for your time.
 

AceHart

Your Friendly Neighborhood Admin
Reaction score
1,497
The icon coming from "Stats - Hero - Hide interface icon: false" on the unit in the Object Editor, and given that normal units to not have that field, I'd say you are out of luck there.


As for the spacebar..., well, if you keep space pressed, it will not repeat the event. Hence the "it does not work".
Though it will work if you press space repeatedly.

I would suggest a slightly different trigger:
Code:
Space center
    Events
        Time - Every 0.30 seconds of game time
    Conditions
    Actions
        Player Group - Pick every player in (All players controlled by a User player) and do (Actions)
            Loop - Actions
                Unit Group - Pick every unit in (Units owned by (Picked player) matching (((Matching unit) is A Hero) Equal to True)) and do (Actions)
                    Loop - Actions
                        Set Point = (Position of (Picked unit))
                        Camera - Set a spacebar-point for (Picked player) at Point
                        Custom script:   call RemoveLocation(udg_Point)


That said, there is an action called "Camera - lock camera to target unit", which will, as is says, literally lock the camera onto a unit;
as well as "Camera - pan camera with interpolated height", which can be called repeatedly to re-center the camera on a unit as needed.
 

KaerfNomekop

Swim, fishies. Swim through the veil of steel.
Reaction score
612
If you're not using them for anything else, you could give the desired units the Worker classification under Stats - Unit Classification. That makes them appear in the bottom left instead of top left, and all such units are grouped together into the same button, but it's a way of having quick access without making them Heroes. In WC3 DotA terms it's like Visage's Familiars.

Another alternative is to create a dummy Hero with the same icon, and put it somewhere off the map. That hero will still have its icon appear in the upper left, so it can be selected that way. Then you make a trigger that detects when the dummy Hero is selected, and selects your desired unit(s) instead. Have another trigger that continuously updates that dummy Hero's HP and Mana to be the same rate as your main unit, and the HP/Mana bars will be the same as well! It won't flash red when your unit is attacked though (maybe yet another trigger that detects when your unit is damaged, and deals some tiny amount to the dummy Hero?).
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top