i have this sniffed packet:
as you see i understood everything after the traits...[with the help of kevin] and now i stukc for the rest! wtf is the rest of the packet because on V111 the rest of the packet is:
mplew.writeInt(chr.getStat().pvpExp); //pvp exp
mplew.write(chr.getStat().pvpRank); //pvp rank
mplew.writeInt(chr.getBattlePoints());
mplew.write(5);
mplew.writeInt(0);
mplew.writeInt(0x95FB64D5); // dwHighDateTime // D5 64 FB 95
mplew.writeInt(0x137); // dwLowDateTime // found the converter from the server files, will make one soon. =)
so its dont make any sense.... can i have your help?
PHP Code:
[00] [01] [3B 1A 02 00] [6B 65 76 69 6E 69 73 74 6D 61 6E 00 00] [00] [00] [33 4E 00 00] [AF 75 00 00][ 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00] [01] [00 00] [0C 00] [05 00] [04 00] [04
00] [32 00 00 00] [32 00 00 00] [05 00 00 00] [05 00 00 00] [00 00] [00 00] [00 00 00 00] [00 00 00 00] [00
00 00 00] [10 27 00 00] [00] [00 00 00 00] [00] [00 00] [43 EA ED 77] [00 00 00 00] [00 00 00 00] [00 00 00
00] [00 00 00 00] [00 00 00 00] [00 00 00 00] [00 00] [00 00] [00 00] [00 00] [00 00] [00 00] 00 00 00 02 00
00 00 00 00 04 00 00 00 0A 00 3B 37 4F 01 00 40 E0 FD 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 3B 37 4F 01 00 40 E0 FD
as you see i understood everything after the traits...[with the help of kevin] and now i stukc for the rest! wtf is the rest of the packet because on V111 the rest of the packet is:
mplew.writeInt(chr.getStat().pvpExp); //pvp exp
mplew.write(chr.getStat().pvpRank); //pvp rank
mplew.writeInt(chr.getBattlePoints());
mplew.write(5);
mplew.writeInt(0);
mplew.writeInt(0x95FB64D5); // dwHighDateTime // D5 64 FB 95
mplew.writeInt(0x137); // dwLowDateTime // found the converter from the server files, will make one soon. =)
so its dont make any sense.... can i have your help?