Index: db/packet_db.txt =================================================================== --- db/packet_db.txt (revision 17359) +++ db/packet_db.txt (working copy) @@ -1930,3 +1930,99 @@ 0x0362,26,friendslistadd,2 0x0926,5,hommenu,2:4 0x088e,36,storagepassword,2:4:20 + +//2013-05-29 Ragexe (Shakto) +packet_ver: 37 +0x0890,7,actionrequest,2:6 +0x0438,10,useskilltoid,2:4:6 +0x0876,5,walktoxy,2 +0x0897,6,ticksend,2 +0x0951,5,changedir,2:4 +0x0895,6,takeitem,2 +0x08A7,6,dropitem,2:4 +0x0938,8,movetokafra,2:4 +0x0957,8,movefromkafra,2:4 +0x0917,10,useskilltopos,2:4:6:8 +0x085E,90,useskilltoposinfo,2:4:6:8:10 +0x0863,6,getcharnamerequest,2 +0x0937,6,solvecharname,2 +0x085A,12,searchstoreinfolistitemclick,2:6:10 +0x0941,2,searchstoreinfonextpage,0 +0x0918,-1,searchstoreinfo,2:4:5:9:13:14:15 +0x0936,-1,reqtradebuyingstore,2:4:8:12 +0x0892,6,reqclickbuyingstore,2 +0x0964,2,reqclosebuyingstore,0 +0x0869,-1,reqopenbuyingstore,2:4:8:9:89 +0x0874,41,bookingregreq,2,4:6 +// 0x088E,8); // CZ_JOIN_BATTLE_FIELD +0x0958,-1,itemlistwindowselected,2:4:8 +0x0919,19,wanttoconnection,2:6:10:14:18 +0x08A8,26,partyinvite2,2 +// 0x0888,4); // CZ_GANGSI_RANK +0x0877,26,friendslistadd,2 +0x023B,5,hommenu,2:4 +0x0956,36,storagepassword,2:4:20 + +//2013-06-05 Ragexe (Shakto) +packet_ver: 38 +0x0369,7,actionrequest,2:6 +0x083C,10,useskilltoid,2:4:6 +0x0437,5,walktoxy,2 +0x035F,6,ticksend,2 +0x0202,5,changedir,2:4 +0x07E4,6,takeitem,2 +0x0362,6,dropitem,2:4 +0x07EC,8,movetokafra,2:4 +0x0364,8,movefromkafra,2:4 +0x0438,10,useskilltopos,2:4:6:8 +0x0366,90,useskilltoposinfo,2:4:6:8:10 +0x096A,6,getcharnamerequest,2 +0x0368,6,solvecharname,2 +0x0838,12,searchstoreinfolistitemclick,2:6:10 +0x0835,2,searchstoreinfonextpage,0 +0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 +0x0811,-1,reqtradebuyingstore,2:4:8:12 +0x0360,6,reqclickbuyingstore,2 +0x0817,2,reqclosebuyingstore,0 +0x0815,-1,reqopenbuyingstore,2:4:8:9:89 +0x0365,41,bookingregreq,2:4:6 +// 0x0363,8 // CZ_JOIN_BATTLE_FIELD +0x0281,-1,itemlistwindowselected,2:4:8 +0x022D,19,wanttoconnection,2:6:10:14:18 +0x0802,26,partyinvite2,2 +// 0x0436,4 // CZ_GANGSI_RANK +0x023B,26,friendslistadd,2 +0x0361,5,hommenu,2,4 +0x0883,36,storagepassword,2:4:20 + +//2013-06-05 Ragexe (Shakto) +packet_ver: 39 +0x0369,7,actionrequest,2:6 +0x083C,10,useskilltoid,2:4:6 +0x0437,5,walktoxy,2 +0x035F,6,ticksend,2 +0x087E,5,changedir,2:4 +0x07E4,6,takeitem,2 +0x0362,6,dropitem,2:4 +0x07EC,8,movetokafra,2:4 +0x0364,8,movefromkafra,2:4 +0x0438,10,useskilltopos,2:4:6:8 +0x0366,90,useskilltoposinfo,2:4:6:8:10 +0x096A,6,getcharnamerequest,2 +0x0368,6,solvecharname,2 +0x0838,12,searchstoreinfolistitemclick,2:6:10 +0x0835,2,searchstoreinfonextpage,0 +0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 +0x0811,-1,reqtradebuyingstore,2:4:8:12 +0x0360,6,reqclickbuyingstore,2 +0x0817,2,reqclosebuyingstore,0 +0x0815,-1,reqopenbuyingstore,2:4:8:9:89 +0x0365,18,bookingregreq,2:4:6 +// 0x0363,8 CZ_JOIN_BATTLE_FIELD +0x0281,-1,itemlistwindowselected,2:4:8 +0x0919,19,wanttoconnection,2:6:10:14:18 +0x0802,26,partyinvite2,2 +// 0x0436,4 CZ_GANGSI_RANK +0x0940,26,friendslistadd,2 +0x093A,5,hommenu,2:4 +0x0964,36,storagepassword,2:4:20 Index: src/map/clif.h =================================================================== --- src/map/clif.h (revision 17359) +++ src/map/clif.h (working copy) @@ -35,7 +35,7 @@ enum {// packet DB MAX_PACKET_DB = 0xf00, - MAX_PACKET_VER = 36, + MAX_PACKET_VER = 39, MAX_PACKET_POS = 20, };