Jump to content

Recommended Posts

  • Premium

Hi dev's!

All launchers failed!

Untitled.png

 

The name of launchers is what i put

                               Here

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

 

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

 

What is the problem what variable i need to put there. (In server yang limit is set to Unsigned Long Long and work in navi appear the good number)

 

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/5774-client-max-gold-problem/
Share on other sites

  • Active+ Member

https://docs.python.org/2/c-api/arg.html
 
K (integer) [unsigned PY_LONG_LONG]
Convert a Python integer or long integer to a C unsigned long long without overflow checking. This format is only available on platforms that support unsigned long long (or unsigned _int64 on Windows).

  • Love 1
Link to comment
https://metin2.dev/topic/5774-client-max-gold-problem/#findComment-36669
Share on other sites

  • 3 months later...

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.