Search found 4 matches

by fclose
08 Jul 2017, 23:25
Forum: pRO
Topic: Packet Tokenizer issue with users of XKore 1
Replies: 71
Views: 121560

Re: Packet Tokenizer issue with users of XKore 1

no need. hmac key only use in tRO not pRO.
by fclose
08 Jul 2017, 04:40
Forum: pRO
Topic: Packet Tokenizer issue with users of XKore 1
Replies: 71
Views: 121560

Re: Packet Tokenizer issue with users of XKore 1

fixed unknown token problem. tested with xkore 0. can enter map and read all stats. but still can't do anything. major change is in MessageTokenizer that wrap to the packet segmentation. I think it should work with x1 but I can't try myself. Connecting (116.93.119.30:10032)... connected pRO encrypte...
by fclose
05 Jul 2017, 11:49
Forum: pRO
Topic: Packet Tokenizer issue with users of XKore 1
Replies: 71
Views: 121560

Re: Packet Tokenizer issue with users of XKore 1

Hello,

Here's the (testing) fixed for packet tokenization problem. replace it in src\Network.

btw it's still very dirty fix for just the received packet thus still leave sent packet untouched. also i'm not sure if it works or not as my pc can't run the ragnarok client right now.
by fclose
04 Jul 2017, 09:39
Forum: pRO
Topic: Packet Tokenizer issue with users of XKore 1
Replies: 71
Views: 121560

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 va...