Jump to content

Borgotov

Inactive Member
  • Posts

    3
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Borgotov

  1. It´s easy to fix.

     

    Maybe ymir was sleeping when they inserted that function.

     

    in char.cpp inside the function "void CHARACTER::ComputePoints()" search for:

    if (GetHP() > GetMaxHP())
    	PointChange(POINT_HP, GetMaxHP() - GetHP());
    
    if (GetSP() > GetMaxSP())
            PointChange(POINT_SP, GetMaxSP() - GetSP());

    then select that section and click ctrl + x 

     

    and paste it above here still in the same function:

           UpdatePacket();
    }

    Have a nice day.

    • Love 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.