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

[SOLVED] Change regular health to percents ( % )

Status
Not open for further replies.

hardbitten

Enthusiast
Hello Guy's ;)
i have one question for How to change regular health bars to percents ( % ) health bar?
How do I change it to percents ( % ) in ( cMangos ) like ArcEmu?
I have searched the forum and did not answer
I should change this code ? :
Code:
float GetHealthPercent() const { return (GetHealth() * 100.0f)  / GetMaxHealth(); }

166m1p1.png

-------------------------------
And dry for my bad English :D
 

Kaev

Super Moderator
That is a clientside function. You can change it at your interface options, if i remember right.
You can't force anyone to use it from the serverside.
 

Mathias

Exalted Member
That is a clientside function. You can change it at your interface options, if i remember right.
You can't force anyone to use it from the serverside.

You probably should have looked at the screen shots a little bit closer as you can see that both are on same version and somehow arcemu has % and cmangos dont

unless he has diffrent configs on the two screen shots it would be server
 

Kaev

Super Moderator
You probably should have looked at the screen shots a little bit closer as you can see that both are on same version and somehow arcemu has % and cmangos dont

unless he has diffrent configs on the two screen shots it would be server

I looked at the screenshots. And i know that this is something that you can configure in your client.
 
Status
Not open for further replies.
Top