Party HP Bar

09/14/2019 07:36 LuciferMorningStar666#1
[Only registered and activated users can see links. Click Here To Register...]

Hi was wondering where to fix this render of Party members hp bars. Some hints thanks!
09/14/2019 14:38 Knusper02#2
In WndParty.cpp
Search for:
Code:
int nWidth	= ( IsValidObj( pObjMember ) ? 110 * pObjMember->GetHitPoint() / pObjMember->GetMaxHitPoint() : 0 );
Underneath you will find it.
09/14/2019 16:03 LuciferMorningStar666#3
Quote:
Originally Posted by Knusper02 View Post
In WndParty.cpp
Search for:
Code:
int nWidth	= ( IsValidObj( pObjMember ) ? 110 * pObjMember->GetHitPoint() / pObjMember->GetMaxHitPoint() : 0 );
Underneath you will find it.
arigato gozaimasu :mofo::handsdown: