need help Recvpackets.txt。(tools not work)

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderator: Moderators

Message
Author
spring50815
Noob
Noob
Posts: 2
Joined: 30 Jun 2016, 02:20
Noob?: Yes

need help Recvpackets.txt。(tools not work)

#1 Post by spring50815 »

i try to use many tools to get recvpacket.txt,but it doesn't work
i try
1.PEEK
2.openkore-packet-extractor-1.1.0
3.Packet Extractor v3
4.rotools_103
5.extractor2.exe
http://www.gigasize.com/get/o3xwmstmcvf <=Ragexe.exe
http://www.gigasize.com/get/rz5tcbhbh3b <=Ragnarok.exe
doesn't get recvpacket.txt

before twRO update 6/30

but before 6/30
i can use PEEK to get recvpacket
http://www.gigasize.com/get/nwwk9ox9b2d


can get me something to do try it?

spring50815
Noob
Noob
Posts: 2
Joined: 30 Jun 2016, 02:20
Noob?: Yes

Re: need help Recvpackets.txt。(tools not work)

#2 Post by spring50815 »

finally,i got recvpackets.txt success.
and it's can work on openkore at twRO(have np)

and now
i don't understand about every packet is do what.
EX:
src\Network\Send\ServerType0.pm
or
twRO.pm

my %packets = (
'0970' => ['char_create', 'a24 C v2', [qw(name, slot, hair_style, hair_color)]],
'0064' => ['master_login', 'V Z24 a24 C', [qw(version username password_rijndael master_version)]],

how can i get all packet do what?
i find tables/packetdescriptions.txt <=is it?
and how to get or update it?(because it could be update by official servers)



and when PEEK dump recvpackets.ini
[Packet_Lengths] <==this is recvpackets.txt
[Packet_Keys] <==this is 3 key
[Shuffle_Packets] <=and this data is mean?and how to use?

PrototypeAlpha
Noob
Noob
Posts: 4
Joined: 14 Jul 2016, 05:37
Noob?: Yes

Re: need help Recvpackets.txt。(tools not work)

#3 Post by PrototypeAlpha »

spring50815 wrote:finally,i got recvpackets.txt success.
and it's can work on openkore at twRO(have np)

and now
i don't understand about every packet is do what.
EX:
src\Network\Send\ServerType0.pm
or
twRO.pm

my %packets = (
'0970' => ['char_create', 'a24 C v2', [qw(name, slot, hair_style, hair_color)]],
'0064' => ['master_login', 'V Z24 a24 C', [qw(version username password_rijndael master_version)]],

how can i get all packet do what?
i find tables/packetdescriptions.txt <=is it?
and how to get or update it?(because it could be update by official servers)



and when PEEK dump recvpackets.ini
[Packet_Lengths] <==this is recvpackets.txt
[Packet_Keys] <==this is 3 key
[Shuffle_Packets] <=and this data is mean?and how to use?

Could you please tell me how to extract the data like you did. I'm now stuck. If you can help, it'd be a biiiiig help... Thanks !!

Locked