Jump to content

Carnevalli

Members
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Carnevalli's Achievements

Poring

Poring (1/15)

0

Reputation

  1. Hi,Guys, my problem is the following: I have a file mmo.h and db_pack ... wanted to know which version should I use the client and lubs files. mmo.h ... is thus: <br/> #ifndef PACKETVER //#define PACKETVER 20110111 #define PACKETVER 20100730 #endif // backward compatible PACKETVER 8 and 9 #if PACKETVER == 8 #undef PACKETVER #define PACKETVER 20070521 #endif #if PACKETVER == 9 #undef PACKETVER #define PACKETVER 20071106 #endif db_packet... is thus: //2010-11-24aRagexeRE packet_ver: 26 0x0288,-1,cashshopbuy,4:8 0x0436,19,wanttoconnection,2:6:10:14:18 0x035f,5,walktoxy,2 0x0360,6,ticksend,2 0x0361,5,changedir,2:4 0x0362,6,takeitem,2 0x0363,6,dropitem,2:4 0x0364,8,movetokafra,2:4 0x0365,8,movefromkafra,2:4 0x0366,10,useskilltopos,2:4:6:8 0x0367,90,useskilltoposinfo,2:4:6:8:10 0x0368,6,getcharnamerequest,2 0x0369,6,solvecharname,2 0x0856,-1 0x0857,-1 0x0858,-1 0x0859,-1 Please, what version of the client I have to use? 2010-07-30 or 2010-11-24
×
×
  • Create New...