Hello ! I want [HPAP] room tag
When i created a room with [HPAP] room tag.
HP will set to 120 ap 100 when i get into the game !
Hello ! I want [HPAP] room tag
When i created a room with [HPAP] room tag.
HP will set to 120 ap 100 when i get into the game !
Last edited by kubom21; 06-08-13 at 10:10 AM.
If only this was released before.
This is ?
Search for :
Add underneath :Code:m_fPreMaxAP = pCharInfo->nAP + fAddedAP;
Code:if(strstr(strlwr((char*)ZGetGameClient()->GetStageName()), "[v]")) { m_Property.fMaxHP.Set_CheckCrc(125); m_fPreMaxHP = 125; m_Property.fMaxAP.Set_CheckCrc(100); m_fPreMaxAP = 100; }
HP is still the same. HP Still 100 and AP is OK !
How can i fix this things?
Make sure you pasted the code under the correct line, if im right there are 2 codes the same as this:
[CODE]
m_fPreMaxAP = pCharInfo->nAP + fAddedAP;
[/CODE]
Last edited by kubom21; 07-08-13 at 11:06 AM.
No problem, glad i could help.