Jump to content

Dash

Premium
  • Posts

    152
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Dash

  1. Thanks Dash with your files already can click on "OK" and "CANCEL" but says the message "You can not erase the character" again you step the SYSERR with another error to see if you have solution i thank you.

    0309 16:40:24424 :: Hair number 5061 is not exist.
    0309 16:40:29504 :: Traceback (most recent call last):
    
    
    0309 16:40:29504 ::   File "ui.py", line 1029, in CallEvent
    
    
    0309 16:40:29505 ::   File "ui.py", line 87, in __call__
    
    
    0309 16:40:29506 ::   File "ui.py", line 69, in __call__
    
    
    0309 16:40:29507 ::   File "introSelect.py", line 542, in AcceptInputPrivateCode
    
    
    0309 16:40:29508 :: NameError
    0309 16:40:29508 :: : 
    0309 16:40:29508 :: global name 'locale' is not defined
    0309 16:40:29508 :
    :

    Change locale with localeinfo in uicommon and uiprivate shopbuilder
  2. 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)

     

     

  3.  

    I tried this today , didn't succed. Seems to complicate.

    y4JN1SJ.jpg

     

    PythonPlayerModule.cpp - UnsignedLongLong

    PyObject * playerGetElk(PyObject* poSelf, PyObject* poArgs)
    {
    return PyLong_FromUnsignedLongLong(CPythonPlayer::Instance().GetStatus(POINT_GOLD));
    } 

    lenght.h - GOLD_MAX = 999990000000ULL,

    tables.h - long long gold;

     

     

    Edit: I removed it completely , a complete tutorial on this would be helpful.

     

    BUMP same

     

    In navicat i have a negative value -1193967296

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