Jump to content

Kodii

Inactive Member
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Kodii

  1. Push ...

    (I'm just getting disconnected when I press the test button.) My function (53 is a test):

    net.SendM2DevPacket(53)


    I have an error in the sysser when my crash client ...:

    SYSERR: Jun 24 21:11:11.804832 :: Process: UNKNOWN HEADER: 44, LAST HEADER: 0(0), REMAIN BYTES: 6, fd: 25

    Header 44: Header CG Pong
    Regarding the condition:

    bool CPythonNetworkStream::SendMetin2DevOrgPacket(int data)
    {
        TPacketCGMetin2DevOrg M2DevPacket;
        M2DevPacket.byHeader = HEADER_CG_METIN2DEVORG;
        M2DevPacket.data = data;

        if (!Send(sizeof(M2DevPacket), &M2DevPacket))
            return false;

        LogBox("test");
        return SendSequence();
    }

    The fonction return SendSequence and not false !
    I did a test to see if the packet is received by the game:

            case HEADER_CG_METIN2DEVORG:
                sys_log(0, "TEST");
                Metin2DevReceivePacket(ch, c_pData);
                break;

    But I have nothing in the syslog.
    The packet is not received.

    I don't understand at all what the problem is ....

  2. Push ...

    (I'm just getting disconnected when I press the test button.) My function (53 is a test):

    net.SendM2DevPacket(53)


    I have an error in the sysser when my crash client ...:

    SYSERR: Jun 24 21:11:11.804832 :: Process: UNKNOWN HEADER: 44, LAST HEADER: 0(0), REMAIN BYTES: 6, fd: 25

    Header 44: Header CG Pong
    Regarding the condition:

    bool CPythonNetworkStream::SendMetin2DevOrgPacket(int data)
    {
        TPacketCGMetin2DevOrg M2DevPacket;
        M2DevPacket.byHeader = HEADER_CG_METIN2DEVORG;
        M2DevPacket.data = data;

        if (!Send(sizeof(M2DevPacket), &M2DevPacket))
            return false;

        LogBox("test");
        return SendSequence();
    }

    The fonction return SendSequence and not false !
    I did a test to see if the packet is received by the game:

            case HEADER_CG_METIN2DEVORG:
                sys_log(0, "TEST");
                Metin2DevReceivePacket(ch, c_pData);
                break;

    But I have nothing in the syslog.
    The packet is not received.

    I don't understand at all what the problem is ....

  3. Hello.

    I have a problem.
    I used this tutorial to send a packet from client to server:

    But I have a problem. When I click the test button (for the video), I get a black screen. And I have error in sysser

    0623 22:08:55952 :: Exception 
    0623 22:08:55952 :: AttributeError
    0623 22:08:55952 :: : 
    0623 22:08:55952 :: "'TestBoard' object has no attribute 'Board'"
    0623 22:08:55952 ::  in 
    0623 22:08:55952 :: <bound method TestBoard.__del__ of <uitest.TestBoard object at 0x06A70FB0>>
    0623 22:08:55952 ::  ignored
    

     

    I don't understand.
    An idea?

    Thank you in advance!

  4. Hello,
     
    for some time, my Romanian server is attacked.
    This is not the DDOS. But the person gets to remove mysql tables.
     
    Since it is important and I have had no response to my topic ( entry39193), I pay someone (price to be determined) that he manages to find the source of the attack and block.
     
    You can send me on skype if interested.
  5. Hello,

     

    I come to ask you some information about a subject.
    Recently, several servers (including mine) are deleted tables in the database.
     
    We made several test and it would pass through a port.
    The Port 15000 (BIND_PORT)
    Whoever is in the DB config file.
     
    Alternatively, I thought it could come from DB_PORT and DB_ADDR.
    But I'm not sure.
     
    Mysql connections are secure.
     
    Have you ever heard of this?
     
    Thanks
×
×
  • 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.