Packet Parser|Tokenizer (unknown/unsupported packets)

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

Moderators: Moderators, Developers

regression
Noob
Noob
Posts: 6
Joined: 16 Mar 2010, 06:44
Noob?: Yes

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#81 Post by regression »

server: Malaysia - mRO (English Free Server): Prontera
serverType used: mRO
kore version(svn revision is preferred): 2.1 - r7535
packetswitch(es) + (finding out where they come from if you can): when at map bat_c01, the kvm battleground
type of warning: Unknown packet parser: 02DF
Unknown packet parser: 02E0
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#82 Post by EternalHarvest »

jackylalala wrote:Packet Parser: Unknown switch: 0440
Something regarding "Millenium Shield" (Rune Knight?).
regression wrote:Unknown packet parser: 02DF
Battlegrounds ally coordinates.
regression wrote:Unknown packet parser: 02E0
Battlegrounds ally HP.

All of these are not implemented yet and can be probably ignored. Unless you're going to heal non-party allies on the battlegrounds.
dodecagon
Noob
Noob
Posts: 9
Joined: 28 Oct 2009, 10:18
Noob?: Yes

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#83 Post by dodecagon »

server: pRO Valkyrie
serverType used: 0
kore version(svn revision is preferred): svn
packetswitch(es) + (finding out where they come from if you can): 07FD - this appears whenever the server announces that "someone got something from opening a scroll/being an MVP/getting a rare item from somewhere.
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#84 Post by EternalHarvest »

dodecagon wrote:packetswitch(es) + (finding out where they come from if you can): 07FD - this appears whenever the server announces that "someone got something from opening a scroll/being an MVP/getting a rare item from somewhere.
Indeed, 07FD is for that message. It seems like we have no information on its exact structure.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#85 Post by kLabMouse »

EternalHarvest wrote:
dodecagon wrote:packetswitch(es) + (finding out where they come from if you can): 07FD - this appears whenever the server announces that "someone got something from opening a scroll/being an MVP/getting a rare item from somewhere.
Indeed, 07FD is for that message. It seems like we have no information on its exact structure.

Code: Select all

// packet: 0x7fd
// len: 7
// inner_len: *
// Note: Wery Strange Packet, one of a kind with variable inner struct
struct PACKET_ZC_BROADCASTING_SPECIAL_ITEM_OBTAIN {
  /* this+0x0 */ short PacketType
  /* this+0x2 */ short PacketLength
  /* this+0x4 */ unsigned char type {
    TYPE_BOXITEM =  0x0,
    TYPE_MONSTER_ITEM =  0x1,
  }
  /* this+0x5 */ unsigned short ItemID
  /* this+0x7 */ struct VarString Holder { // related to MSI_BROADCASTING_SPECIAL_ITEM_OBTAIN = 0x65c
    /* this+0x0 */ char len
    /* this+0x1 */ char Name[...]
  }
  if (packet.type == TYPE_BOXITEM) {
    /* this+0x... */ unsigned short BoxItemID
  } else if (packet.type == TYPE_MONSTER_ITEM) {
    /* this+0x... */ struct VarString Monster {
      /* this+0x0 */ char len
      /* this+0x1 */ char Name[...]
    }
  }
} 
zarul90
Noob
Noob
Posts: 1
Joined: 01 Nov 2010, 23:09
Noob?: No

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#86 Post by zarul90 »

Hello :) .. mine like this

You are sitting.
Packet Parser: Unknown switch: 080B
Packet Parser: Unknown switch: 080B
Packet Parser: Unknown switch: 080B
Packet Parser: Unknown switch: 080B
Packet Parser: Unknown switch: 080B



[Malaysia - SupremeRO]
ip 110.4.47.163
port 6900
version 25
serverType kRO_RagexeRE_2010_07_14a
rwnath
The Way Of Human
The Way Of Human
Posts: 194
Joined: 03 Nov 2010, 05:50
Noob?: No
Location: The Philippines

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#87 Post by rwnath »

server: pRO - New Chaos
serverType used: pRO
kore version(svn revision is preferred): trunk, "svn"
packetswitch(es) + (finding out where they come from if you can): After killing a monster (receiving exp)
type of warning: Packet Parser: Unhandled Packet: 07F6 Handler: exp
Image
rwnath
The Way Of Human
The Way Of Human
Posts: 194
Joined: 03 Nov 2010, 05:50
Noob?: No
Location: The Philippines

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#88 Post by rwnath »

server: pRO New Chaos
serverType used: pRO
kore version(svn revision is preferred): svn
packetswitch(es) + (finding out where they come from if you can): 07E1 (sometimes) it appears whenever my bot does a normal attack.

EDIT:

It appears before and after Triple Attack
Image
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#89 Post by EternalHarvest »

Maybe a wiki page is more suited for that, as I see people are posting about the same switches again and again.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Packet Parser|Tokenizer (unknown/unsupported packets)

#90 Post by kLabMouse »

EternalHarvest wrote:Maybe a wiki page is more suited for that, as I see people are posting about the same switches again and again.
Because Users do not use the 'Search' button.
I suggest Give 'Warning' for such users. Eg. 10 Warnings -> Instant Ban.