Fix this

09/19/2013 22:37 LoscArmy#1
Hello,
How fix it please (it's the HP taskbar)?
(screen:)

[Only registered and activated users can see links. Click Here To Register...]

Thanks so much in advances!
09/23/2013 08:42 LoscArmy#2
UP
09/24/2013 02:03 Pumaaa#3
That happens if the current HP is over the maximum HP.
09/24/2013 14:48 LoscArmy#4
Yes, do you know how Fix it please?
09/24/2013 21:59 alfredico#5
MoverParam.cpp

Func:
int CMover::GetMaxOriginHitPoint( BOOL bOriginal )

You will need to figure out the rest. I think problem might be with HP %.
09/25/2013 14:56 Meutledaron#6
_Common\MoverRender.cpp

Below :

int nWidth = g_Neuz.m_TextureHPGauge[1].m_size.cx * GetHitPoint() / GetMaxHitPoint();

Add :

if (nWidth > g_Neuz.m_TextureHPGauge[1].m_size.cx)
{
nWidth = g_Neuz.m_TextureHPGauge[1].m_size.cx;
}


Credits jtb1 (thanks)
09/26/2013 13:04 LoscArmy#7
Thanks so much!
09/29/2013 22:59 LoscArmy#8
I have put this fix, now I haven't this taskbar, but I have the same problem with this taskbar:

[Only registered and activated users can see links. Click Here To Register...]

Thanks in advances!
09/30/2013 04:28 Wanetrain#9
Quote:
Originally Posted by LoscArmy View Post
I have put this fix, now I haven't this taskbar, but I have the same problem with this taskbar:

[Only registered and activated users can see links. Click Here To Register...]

Thanks in advances!
Do the same in "Taskbar" (target dude, not taskbar..) and they working?
10/02/2013 19:27 LoscArmy#10
Quote:
Originally Posted by Wanetrain View Post
Do the same in "Taskbar" (target dude, not taskbar..) and they working?
I don't understand, can u send me the fix for the other taskbar please? Thanks!