Beiträge von Agorin

    I have a problem when I want to put a shop, driving me to sign and shows me the following error, any solution?
    Syser server
    SYSERR: Jan 3 15:47:50 :: Process: SEQUENCE 4ee06080 mismatch 0xd7 != 0x0 header 55
    SYSERR: Jan 3 15:47:50 :: Process: SEQUENCE_LOG [[Test]]-------------
    [109 : 0xaf]
    [006 : 0xca]
    [241 : 0x8a]
    [010 : 0xcf]
    [003 : 0x48]
    [011 : 0xa7]
    [011 : 0x54]
    [011 : 0xc7]
    [055 : 0xd7]
    Line packet : HEADER_CG_MYSHOP = 55,
    Packet (server)
    typedef struct SPacketCGMyShop
    {
    BYTEbHeader;
    charszSign[SHOP_SIGN_MAX_LEN + 1];
    BYTEbCount;
    } TPacketCGMyShop;
    Packet(client)
    typedef struct SPacketCGMyShop
    {
    BYTE bHeader;
    char szSign[SHOP_SIGN_MAX_LEN + 1];
    BYTE bCount;
    } TPacketCGMyShop;

    i can't

    WORD CHARACTER::GetOriginalPart(BYTE bPartPos) const
    {
    switch (bPartPos)
    {
    case PART_MAIN:
    if (!IsPC()) // PC가 아닌 경우 현재 파트를 그대로 리턴
    return GetPart(PART_MAIN);
    else
    return m_pointsInstant.bBasePart;


    case PART_HAIR:
    return GetPart(PART_HAIR);


    default:
    return 0;
    }
    }

    Bitte melden Sie sich an, um diesen Link zu sehen.
    My character is "jumping" when i adding status or siting down on mount.
    I DONT HAVE COSTUME WEAPON SASH AND MOUNT BUT I HAVE ERROR LIKE THIS
    WHERE IS THE PROBLEM?

    I added this
    Bitte melden Sie sich an, um diesen Link zu sehen.
    But i delete all costume weapon and still the same problem? wtf is wrong?...


    This problem is always when use costume, hair, or someting like that but this only happend on MOUNT on normal HORSE all working sa what can i do? ( i dont have mount costume)