Jump to content

mangkepwengs

Members
  • Content Count

    16
  • Joined

  • Last visited

Posts posted by mangkepwengs


  1. [Warning]: clif_parse: Received unsupported packet (packet 0x4fef (0x095b), 19 bytes received), disconnecting session #7.


    Packets.h
    #if PACKETVER >= 20130618
    packet(0x0889,7,clif->pActionRequest,2,6);
    packet(0x0951,10,clif->pUseSkillToId,2,4,6);
    packet(0x088E,5,clif->pWalkToXY,2);
    packet(0x0930,6,clif->pTickSend,2);
    packet(0x08A6,5,clif->pChangeDir,2,4);
    packet(0x0962,6,clif->pTakeItem,2);
    packet(0x0917,6,clif->pDropItem,2,4);
    packet(0x0885,8,clif->pMoveToKafra,2,4);
    packet(0x0936,8,clif->pMoveFromKafra,2,4);
    packet(0x096A,10,clif->pUseSkillToPos,2,4,6,8);
    packet(0x094F,90,clif->pUseSkillToPosMoreInfo,2,4,6,8,10);
    packet(0x0944,6,clif->pGetCharNameRequest,2);
    packet(0x0945,6,clif->pSolveCharName,2);
    packet(0x0890,12,clif->pSearchStoreInfoListItemClick,2,6,10);
    packet(0x0363,2,clif->pSearchStoreInfoNextPage,0);
    packet(0x0281,-1,clif->pSearchStoreInfo,2,4,5,9,13,14,15);
    packet(0x0891,-1,clif->pReqTradeBuyingStore,2,4,8,12);
    packet(0x0862,6,clif->pReqClickBuyingStore,2);
    packet(0x085A,2,clif->pReqCloseBuyingStore,0);
    packet(0x0932,-1,clif->pReqOpenBuyingStore,2,4,8,9,89);
    #ifdef PACKETVER_RE
    packet(0x08A7,41,clif->pPartyRecruitRegisterReq,2,4);
    #else // not PACKETVER_RE
    packet(0x08A7,18,clif->pPartyBookingRegisterReq,2,4);
    #endif // PACKETVER_RE
    // packet(0x087A,8); // CZ_JOIN_BATTLE_FIELD
    packet(0x0942,-1,clif->pItemListWindowSelected,2,4,8);
    packet(0x095B,19,clif->pWantToConnection,2,6,10,14,18);
    packet(0x0887,26,clif->pPartyInvite2,2);
    // packet(0x0878,4); // CZ_GANGSI_RANK
    packet(0x0953,26,clif->pFriendsListAdd,2);
    packet(0x02C4,5,clif->pHomMenu,2,4);
    packet(0x0864,36,clif->pStoragePassword,0);
    #endif

    #if PACKETVER >= 20130618
    packetKeys(0x434115DE,0x34A10FE9,0x6791428E); /* Thanks to Shakto */
    #endif
     
    MMO.H
     
    #ifndef PACKETVER
    #define PACKETVER 20130618
    #endif // PACKETVER
     
    //Uncomment the following line if your client is ragexeRE instead of ragexe (required because of conflicting packets in ragexe vs ragexeRE).
    //#define ENABLE_PACKETVER_RE
    #ifdef ENABLE_PACKETVER_RE
    #define PACKETVER_RE
    #undef ENABLE_PACKETVER_RE
    #endif // DISABLE_PACKETVER_RE
     

     


  2. i not using nemo im using xdiffpatcher

     

    change gravity error handler

    custom window title

    disable 1rag1 type parameters

    disable ragexe filename check

    disable hshield

    enable 64k hairstyle

    enable custom 3d bones

    enable multiple grf

    fix camera angles

    @bug fix

    ignore missing file error

    ignore missing pallete error

    increase headgear viewid to 5000

    increase zoom

    only first login background

    read msgstringtable.txt

    read questid2display.txt

    remove gravity ads

    remove gravity logo

    skip license screen

    translate client in english

    ascci & arial on all  langtypes

    use normal guild brackets

    use plain text descriptions

    use ragnarok icon

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.