after recording the package
you can change in certain places
getting other results
example1
buying in NPC
PHP Code:
18 00 56 6E E8 FF 12 03 02 DF 1B 0F F3 07 00 00
68 01 00 00 D8 FF FF FF
packet purchase item in the npc
item(1)
changing the number >>68<<
and sending the packet again
PHP Code:
18 00 56 6E E8 FF 12 03 02 DF 1B 0F F3 07 00 00
6A 01 00 00 D8 FF FF FF
you get another item
item (2)
example2
after packet capture of the quest
PHP Code:
18 00 86 09 C2 FF 0E 03 39 25 18 0F E1 08 00 00
3E 02 00 00 92 09 00 00
you change the number >>92<<
PHP Code:
18 00 86 09 C2 FF 0E 03 39 25 18 0F E1 08 00 00
3E 02 00 00 ef 09 00 00
and activate another quest
you get different results
Analyze and modify and you have something to add
tell us
you will get results really interesting.