Re: Packet Parser|Tokenizer (unknown/unsupported packets)
Posted: 22 Aug 2010, 19:50
FAQ mentions what to do.koriko wrote:Packet Tokenizer: Unknown switch: 07D9
OpenKore Support Forum
https://forums.openkore.com/
FAQ mentions what to do.koriko wrote:Packet Tokenizer: Unknown switch: 07D9
0x7f7-0x7f9 are PACKET_ZC_NOTIFY_*ENTRY packets (related to actors, their positions and appearance), equivalent to 0x78, 0x79, 0x7b but with more info.insaneron wrote:master Philippines - pRO: Sakray
serverType used: pRO
kore version(svn revision is preferred): 2.1 (r7476)
packetswitch(es) + (finding out where they come from if you can):
Packet Parser : Unknown Switch : 07FF,07F9
(doesnt detect any NPC)
Code: Select all
'07F7' => ['actor_display', 'v C a4 v3 V v5 a4 v5 a4 a2 v V C2 a6 C2 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tick tophead midhead hair_color clothes_color head_dir guildID emblemID manner opt3 karma sex coords xSize ySize lv font name)]], # -1 # walking
'07F8' => ['actor_display', 'v C a4 v3 V v10 a4 a2 v V C2 a3 C2 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir guildID emblemID manner opt3 karma sex coords xSize ySize lv font name)]], # -1 # spawning
'07F9' => ['actor_display', 'v C a4 v3 V v10 a4 a2 v V C2 a3 C3 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir guildID emblemID manner opt3 karma sex coords xSize ySize act lv font name)]], # -1 # standing
07F7, 07F8, 07F9 added to ST0 in r7485insaneron wrote:master Philippines - pRO: Sakray
serverType used: pRO
kore version(svn revision is preferred): 2.1 (r7476)
packetswitch(es) + (finding out where they come from if you can):
Packet Parser : Unknown Switch : 07FF,07F9
(doesnt detect any NPC)
Added packet 02CA in r7488.kaBOTi wrote:master Philippines - pRO: Sakray
server : 0
serverType used: pRO
kore version(svn revision is preferred): 2.1 (r7473)
packetswitch(es) + (finding out where they come from if you can): Packet Parser : Unknown Switch : 02CA (happens during character selection, openkore doesn't properly recognize character slot)
note : sakray is now on renewal.
May I ask if I want to add the above manually, where should I add to?kLabMouse wrote:Also, this need a modified actor_display function, like one in kRO Sakexe_0Code: Select all
'07F7' => ['actor_display', 'v C a4 v3 V v5 a4 v5 a4 a2 v V C2 a6 C2 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tick tophead midhead hair_color clothes_color head_dir guildID emblemID manner opt3 karma sex coords xSize ySize lv font name)]], # -1 # walking '07F8' => ['actor_display', 'v C a4 v3 V v10 a4 a2 v V C2 a3 C2 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir guildID emblemID manner opt3 karma sex coords xSize ySize lv font name)]], # -1 # spawning '07F9' => ['actor_display', 'v C a4 v3 V v10 a4 a2 v V C2 a3 C3 v2 Z*', [qw(len object_type ID walk_speed opt1 opt2 option type hair_style weapon shield lowhead tophead midhead hair_color clothes_color head_dir guildID emblemID manner opt3 karma sex coords xSize ySize act lv font name)]], # -1 # standing
0x7ff is PACKET_ZC_DEFINE_CHECK and it only informs client, what features are enabled (not used by Kore at the moment).
Already in SVN.anicole wrote: May I ask if I want to add the above manually, where should I add to?
Or where can I download one already updated?
Much thanks