[V] Vanilla Mode HP/AP Cap to 125/100

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

    [V] Vanilla Mode HP/AP Cap to 125/100

    Can someone provide me with this?

    Thanks.


  2. #2
    Account Upgraded | Title Enabled! medotarek is offline
    MemberRank
    Apr 2012 Join Date
    Egypt/RageZoneLocation
    615Posts

    Re: [V] Vanilla Mode HP/AP Cap to 125/100

    you can use the [GH] Room Tag and do te hp/ap 125/100

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

    Re: [V] Vanilla Mode HP/AP Cap to 125/100

    Whats [GH]?

  4. #4
    Account Upgraded | Title Enabled! medotarek is offline
    MemberRank
    Apr 2012 Join Date
    Egypt/RageZoneLocation
    615Posts

    Re: [V] Vanilla Mode HP/AP Cap to 125/100

    Quote Originally Posted by Sensor View Post
    Whats [GH]?
    http://forum.ragezone.com/f245/hp-120-ap-100-gh-886575/
    int newhp = 0;
    int newap = 0;
    if(sscanf(ZGetGameClient()->GetStageName(), "[HP=%i] [AP=%i]", &newhp, &newap))
    {
    if(newhp > 0)
    {
    m_Property.fMaxHP.Set_CheckCrc(newhp);
    m_fPreMaxHP = newhp;
    }
    if(newap > 0)
    {
    m_Property.fMaxAP.Set_CheckCrc(newap);
    m_fPreMaxAP = newap;
    }
    else
    {
    m_Property.fMaxHP.Set_CheckCrc(pCharInfo->nHP + fAddedHP);
    m_fPreMaxHP = pCharInfo->nHP + fAddedHP;
    m_Property.fMaxAP.Set_CheckCrc(pCharInfo->nAP + fAddedAP);
    m_fPreMaxAP = pCharInfo->nAP + fAddedAP;
    }
    }



Advertisement