Jump to content

5230pati

Inactive Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by 5230pati

  1. Hello
    I successfully increased the max gold in serverside, but in client it doesnt want to show the correct value of gold :
    https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

    i tried this codes:

    return PyLong_FromUnsignedLongLong(CPythonPlayer::Instance().GetStatus(POINT_GOLD));

    return PyLong_FromLongLong(CPythonPlayer::Instance().GetStatus(POINT_GOLD));

    Py_BuildValue("l", CPythonPlayer::Instance().GetStatus(POINT_GOLD));

    Py_BuildValue("ll", CPythonPlayer::Instance().GetStatus(POINT_GOLD));

    Py_BuildValue("K", CPythonPlayer::Instance().GetStatus(POINT_GOLD));

    these codes shows that value whic is on the picture

    with Py_BuildValue("ull", CPythonPlayer::Instance().GetStatus(POINT_GOLD)); it shows the max value of ULL :

    dows somebody know the code which shows the correct value?

×
×
  • 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.