Experimentat
Experimentat
Mesaje: 72
Membru din: Sâm Ian 31, 2026 4:11 pm
Server: metin2avange.mt2.xyz
Rasă: Ninja
Regat: Chunjo
  • Has thanked: 1 time
  • *Descriere:
    Sysser : Analyze: login phase does not handle this packet! header 100
    *Link download / Code:

    [hr]

    1) În input_login.cpp

    Caută:

    Cod: Selectaţi tot

            case HEADER_CG_SYMBOL_CRC:
                GuildSymbolCRC(d, c_pData);
                break;
                /////////////////////////////////////
    
    Adaugă sub:

    Cod: Selectaţi tot

    #ifdef FIX_HEADER_CG_MARK_LOGIN
            case HEADER_CG_MARK_LOGIN:
                break;
    #endif
    
    [hr]

    2) În .../.../common/service.h

    Adaugă:

    Cod: Selectaţi tot

    #define FIX_HEADER_CG_MARK_LOGIN								// Fix error header 100 (login phase does not handle this packet! header 100)