Packet Parser|Tokenizer (unknown/unsupported packets)

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

Moderators: Moderators, Developers

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)

#91 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): switch 00BE (occurs when adding stat points through stat_add)

Image

Uploaded with ImageShack.us
Image
jadjad
Plain Yogurt
Plain Yogurt
Posts: 53
Joined: 25 Mar 2009, 22:20
Noob?: No
Location: in front of my computer

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

#92 Post by jadjad »

server: iRO Valkyrie
serverType used: iRO
kore version(svn revision is preferred): svn
packetswitch(es) + (finding out where they come from if you can): Packet Parser: Unknown switch: 043D (getting this when using Double Strafe)
Image
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

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

#93 Post by EternalHarvest »

rwnath wrote:packetswitch(es) + (finding out where they come from if you can): switch 00BE (occurs when adding stat points through stat_add)
r7558.
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)

#94 Post by rwnath »

still no update on 07E1?
Image
qwe112
Noob
Noob
Posts: 2
Joined: 05 Nov 2010, 01:39
Noob?: No

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

#95 Post by qwe112 »

Image

TwRO

07FF
080B
0809
0814

vistion: r7560
Last edited by qwe112 on 06 Nov 2010, 06:01, edited 1 time in total.
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

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

#96 Post by kLabMouse »

rwnath wrote:still no update on 07E1?

Code: Select all

// packet: 0x7e1
// len: 15
struct PACKET_ZC_SKILLINFO_UPDATE2 {
  /* this+0x0 */ short PacketType
  /* this+0x2 */ unsigned short SKID
  /* this+0x4 */ int type
  /* this+0x8 */ short level
  /* this+0xa */ short spcost
  /* this+0xc */ short attackRange
  /* this+0xe */ bool upgradable
}
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)

#97 Post by rwnath »

kLabMouse wrote:
rwnath wrote:still no update on 07E1?

Code: Select all

// packet: 0x7e1
// len: 15
struct PACKET_ZC_SKILLINFO_UPDATE2 {
  /* this+0x0 */ short PacketType
  /* this+0x2 */ unsigned short SKID
  /* this+0x4 */ int type
  /* this+0x8 */ short level
  /* this+0xa */ short spcost
  /* this+0xc */ short attackRange
  /* this+0xe */ bool upgradable
}
I'm sorry, where do I put this?
Image
excrement
Noob
Noob
Posts: 4
Joined: 06 Nov 2010, 04:26
Noob?: No

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

#98 Post by excrement »

server: pRO Valkyrie

serverType used: pRO / 20? i dont know.

kore version(svn revision is preferred): svn(i download the latest as of NOV 6,2010

packetswitch(es) + (finding out where they come from if you can):
Unknown stat (0 => 0) received for Player Prince_Dadah (48)Unknown received for Unknown #10131758
Packet Parser: Unknown switch: 01E6


i dont know what i cause.


Image
By excrement at 2010-11-06
dars316
Noob
Noob
Posts: 1
Joined: 06 Nov 2010, 23:48
Noob?: Yes

Packet Parser unknown switch 07ff

#99 Post by dars316 »

kLabMouse wrote:
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[...]
    }
  }
} 
Where I gonna paste this thanks.....
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

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

#100 Post by EternalHarvest »

excrement wrote:Unknown stat (0 => 0) received for Player Prince_Dadah (48)
Fixed in r7562.
Also offtopic.