• 💀 Happy Halloween! 💀 It's time to vote for the best terrain! Check out the entries to Hive's HD Terrain Contest #2 - Vampire Folklore.❗️Poll closes on November 14, 2023. 🔗Click here to cast your vote!
  • 🏆 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!
  • 🏆 HD Level Design Contest #1 is OPEN! Contestants must create a maze with at least one entry point, and at least one exit point. The map should be made in HD mode, and should not be openable in SD. Only custom models from Hive's HD model and texture sections are allowed. The only exceptions are DNC models and omnilights. This is mainly a visual and design oriented contest, not technical. The UI and video walkthrough rules are there to give everyone an equal shot at victory by standardizing how viewers see the terrain. 🔗Click here to enter!

Floating text displaying Heal amount?

Status
Not open for further replies.
Level 20
Joined
Jul 14, 2011
Messages
3,213
I've seen a lot of Threats about displaying Damage Amount as Floating Text. I want to do (Like in GoH) to display Red dmg over the unit that's taking damage (I've already achieved that using Weep's system), but I haven't found the way to display Healing amount =/ Tryed using "Damage is less than 0" but doesn't work...
 
Level 20
Joined
Jul 14, 2011
Messages
3,213
DarkGrom, I'm already using that system to detect Damage Event, and display the amount of damage dealt, but haven't found the way to make it work with Healing.
 

Bannar

Code Reviewer
Level 26
Joined
Mar 19, 2008
Messages
3,140
It's even better to use Unit Event (Unit's life becomes (...)) Although you guys miss one issue (that occurs in both methods): life regeration will trigger this too, means.. it sucks :S
You can check if gained value is big enought, but again if regeneration for unit is high it will be shown anyways.

Ofcourse there is a way.. WHY NOT TRIGGER ALL THE healing? It's so easy + FT will be piece of cake.
 
Level 20
Joined
Jul 14, 2011
Messages
3,213
What does "FT" means? xD

And... yeah, I'm thinking on a way to trigger the heal using some variables, that way the system displays the variable value... The system I want is exactly the one GoH has to detect Healing and Damage =/
 
Level 20
Joined
Jul 14, 2011
Messages
3,213
So.. I just stack to display damage and not healing xD Because it seems really hard to achieve :p Maybe I'll just set the Damage Display and improve later to include the health amount, just to make it more fancy, since displaying numbers of health and damage isn't really necessary.
 
Status
Not open for further replies.
Top