[Help]Normal player see monster HP

10/06/2020 22:30 McSpeed#1
How to normal player see How much hp of monster?
10/07/2020 08:03 Groxy101#2
WndWorld.cpp

CWndWorld::RenderSelectObj

Add this before the "RenderMoverBuff( pMover, p2DRender );" part.

Code:
					if (g_pPlayer->IsAuthorization( AUTH_GENERAL ) ) 
					{
						CString string;
						if (pMover->IsNPC())
							string.Format(prj.GetText(TID_GAME_SELECT_OBJECT_INFORMATION_MONSTER), pMover->GetHitPoint(), pMover->GetMaxHitPoint());
							strTemp += string;
					}
10/07/2020 14:50 Flogolo#3
Quote:
Originally Posted by McSpeed View Post
How to normal player see How much hp of monster?
Wrong section! This is only for normal FlyFF. Private Server has a serveral area...

:rtfm::rtfm:
10/07/2020 17:42 Lumi#4
#moved

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