Jump to content

Sherer

Inactive Member
  • Posts

    112
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Posts posted by Sherer

  1. Hello,

    I`ve got an irritating problem. Usually, after teleport client unexpected switch off. There is nothing in client syserr, but in channel`s one appers something like that:

    SYSERR: Jan 19 23:42:00 :: Process: SEQUENCE 3b9df800 mismatch 0xaf != 0x64 header 254
    SYSERR: Jan 19 23:42:00 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    [254 : 0xaf]

    I use mainline_sg branch.

    Someone?

  2.  

     

    how to fix please .. 

     

    p5Zkg.png

     

     i have in binary 

     

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

     

    :))))))))))))))))))))))))))))))))

     

    Which changes are necessery?

    I`ve already changed the value of GOLD_MAX, made a few changes (including long long value and amount in packet_point_change) but it still doesn`t work properly. Someone?

  3. Hello, I`ve got a big problem with db core. It suddenly comes down without any reason. Only db, game cores are up.

    There is no information in syserr and in syslog only this:

    Dec 17 19:26:50 :: [     6200] return 0/0/0 async 0/0/0
    Dec 17 19:26:55 :: [     6250] return 0/0/0 async 0/0/0
    Dec 17 19:27:00 :: [     6300] return 0/0/0 async 0/0/0
    Dec 17 19:27:05 :: [     6350] return 0/0/0 async 0/0/0
    Dec 17 19:27:08 :: SIGNAL: SIGSEGV

    Debbuging also shows nothing special:

    LA360zd.png

     

    Anyone knows the reason?

  4. Change the SetInventoryPage function for that:

    def SetInventoryPage(self, page):
    self.inventoryPageIndex = page
    for i in xrange(4):
        if i != self.inventoryPageIndex:
            self.inventoryTab[i].SetUp()
            self.inventoryTab[self.inventoryPageIndex].Down()
    self.RefreshBagSlotWindow()
    And you`ll have full 4 page ;)
     
    Don`t forget to add tabs.
    • Love 3
×
×
  • 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.