• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Help The health value is not correct

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 25, 2020
Messages
58
Reaction score
3
wwe - Help The health value is not correct - RaGEZONE Forums :?:
Normal account monster health is not normal. Where do I need to fix it?

The admin account sees normal monster health.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 9, 2020
Messages
48
Reaction score
2
Check the code segment of the input monster's blood volume. Look up the position of GM input monster's blood volume to see if it is wrong
WndWorld.cpp
if (pMover->IsPlayer()) { CString string; string.Format(prj.GetText(TID_MONSTER_HP), pMover->GetHitPoint(), pMover->GetMaxHitPoint()); strTemp += string; }
 
Newbie Spellweaver
Joined
Aug 25, 2020
Messages
58
Reaction score
3
Check the code segment of the input monster's blood volume. Look up the position of GM input monster's blood volume to see if it is wrong
WndWorld.cpp

I have this code, blood volume values, GM monsters, I don't know where it is. Sorry, I'm a beginner.
 
Newbie Spellweaver
Joined
Oct 9, 2020
Messages
48
Reaction score
2
I have this code, blood volume values, GM monsters, I don't know where it is. Sorry, I'm a beginner.


Looking up from that code, there is an administrator to check the function code of blood volume under the same function
Under the same function
 
Newbie Spellweaver
Joined
Aug 25, 2020
Messages
58
Reaction score
3
Thank you very much, it now shows the correct value. :thumbup:
 
Status
Not open for further replies.
Back
Top