• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Suggestion] Side Bar Healing

Status
Not open for further replies.
Level 3
Joined
Apr 24, 2008
Messages
53
Sometimes it's really hard to click a unit to heal him, it'd be nifty if you could say check all the party members health and if it's below say 30% add their icon to the left hero icon bar so it can be clicked and healed that way. Then when they have more HP, it'll take it away.

It's actually pretty simple to do.

JASS:
call SetPlayerAlliance(Player to Give Control, Player Getting Control, ALLIANCE_SHARED_ADVANCED_CONTROL, true)

Just have to code the if life < 30% crap, but it'd be an awesome feature with very minimal time spent making it! The Advanced control doesn't give any other control except seeing the icon of the hero's on the left side so no drawbacks there.
 
Level 3
Joined
Apr 24, 2008
Messages
53
Because this is the Tkok forums, where else would I post this?

And no it wouldn't, Read what I posted again.

The Advanced control doesn't give any other control except seeing the icon of the hero's on the left side so no drawbacks there.
 
Status
Not open for further replies.
Top