after recording the package
you can change in certain places
getting other results
example1
buying in NPC
packet purchase item in the npcPHP 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
item(1)
changing the number >>68<<
and sending the packet again
you get another itemPHP 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
item (2)
example2
after packet capture of the quest
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 92 09 00 00
and activate another questPHP 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
you get different results
Analyze and modify and you have something to add
tell us
you will get results really interesting.