Search found 2 matches

by islarky88
05 Jul 2017, 02:14
Forum: pRO
Topic: Packet Tokenizer issue with users of XKore 1
Replies: 71
Views: 118798

Re: Packet Tokenizer issue with users of XKore 1

@heero, how about my solution for x0... i think... this is to be added to receive/pRO.pm '0009' => ['account_id', 'a1 a2 a4', [qw(buffer packet accountID)]], '0010' => ['skills_list', 'a1 a2 a4', [qw(buffer packet skillslist)]], buffer (a1) is the third byte of the length, packet is the 2bytes, 3rd ...
by islarky88
04 Jul 2017, 09:02
Forum: pRO
Topic: Packet Tokenizer issue with users of XKore 1
Replies: 71
Views: 118798

Re: Packet Tokenizer issue with users of XKore 1

0009 => 0283 => '0283' => ['account_id', 'V', [qw(accountID)]], 0010 => 02EB => '02EB' => ['map_loaded', 'V a3 x2 v', [qw(syncMapSync coords unknown)]], 000E => 01D7 => '01D7' => ['player_equipment', 'a4 C v2', [qw(sourceID type ID1 ID2)]], 000B => 00B0 => '00B0' => ['stat_info', 'v V', [qw(type val...