HP/AP Cap TagGame w/exceptions 255,254.

Results 1 to 2 of 2
  1. #1
    Hi, Im Ryuzu yerij007 is offline
    MemberRank
    Oct 2011 Join Date
    Behind You!Location
    311Posts

    HP/AP caps issue

    removed
    Last edited by yerij007; 22-04-21 at 01:09 PM.


  2. #2
    Alpha Member Chrisss is offline
    MemberRank
    Feb 2012 Join Date
    Ask the Fox!Location
    1,660Posts

    Re: HP/AP Cap TagGame w/exceptions 255,254.

    Well this one works for everyone, adapt it to make it exclude 255 and 254

    Search for
    Code:
    m_fPreMaxAP = pCharInfo->nAP + fAddedAP;
    Paste Under

    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;
    
    
    	}



Advertisement