removed
removed
Last edited by yerij007; 22-04-21 at 01:09 PM.
Well this one works for everyone, adapt it to make it exclude 255 and 254
Search for
Paste UnderCode:m_fPreMaxAP = pCharInfo->nAP + fAddedAP;
Code:if(strstr(strlwr((char*)ZGetGameClient()->GetStageName()), "[v]")) { m_Property.fMaxHP.Set_CheckCrc(120); m_fPreMaxHP = 120; m_Property.fMaxAP.Set_CheckCrc(100); m_fPreMaxAP = 100; }