• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Health in percentage

AlexeWarr

Epic Member
Hello, if you remember back in teh days when antrix uses to show creature's health in percentage, when I checked if that's the some on other cores such mangos or oregon, the health aint showing like 100%, my question is how did they forced creature's health to be show in percentages? Is it possible on 3.3.5 too? If so is there any addon that switches ONLY creature's health in percentages?

Do not tell me to use Interface > Stats Text > Display Percentages, because I dont want to see mana, energy, rage or player's health in percentages, only creatures..

If someone know how that was handled or can answer to the question above.. pls
 

TrollMan

Enthusiast
Any such addon I saw them but I do not know exactly where I think it was somewhere in the Course .. You can try to find it there! :)
 

Tommy

Founder
Hello, if you remember back in teh days when antrix uses to show creature's health in percentage, when I checked if that's the some on other cores such mangos or oregon, the health aint showing like 100%, my question is how did they forced creature's health to be show in percentages? Is it possible on 3.3.5 too? If so is there any addon that switches ONLY creature's health in percentages?

Do not tell me to use Interface > Stats Text > Display Percentages, because I dont want to see mana, energy, rage or player's health in percentages, only creatures..

If someone know how that was handled or can answer to the question above.. pls

Never really looked at this or knew antrix displayed their creature's health in percentage before. Should be handled where ever the creature's health gets assigned or something related to that.
 

AlexeWarr

Epic Member
ascent/acemu ..

Oregon doesnt show hp of creatures in percentages, it shows 100% ONLY if the creature's health is 100 hp
 
Last edited:

AlexeWarr

Epic Member
I know, still didn't know that they had their HP displayed as percentage, at least I don't remember. I'm going to bed, if you haven't resolved the issue by tomorrow, I'll check it out.

Im looking through cores too, hope to find that trick :)
 

AlexeWarr

Epic Member
Couldn't find anything, probably was overlooking something.. Meh XD

Me neither, well the npc can have 4 000 milions hp for example but it appears as dead state and he can attack you, that's the only thing happening :)
 

Laurea

Enthusiast
Instead of sending the real hp to client, calculate a percentage from it (ceil(hp / maxhp * 100)) and send that. It's probably sent in the packet that updates unit field values.
 
Top