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
Packet Parser|Tokenizer (unknown/unsupported packets)
Moderators: Moderators, Developers
-
- Noob
- Posts: 6
- Joined: 16 Mar 2010, 06:44
- Noob?: Yes
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Packet Parser|Tokenizer (unknown/unsupported packets)
Something regarding "Millenium Shield" (Rune Knight?).jackylalala wrote:Packet Parser: Unknown switch: 0440
Battlegrounds ally coordinates.regression wrote:Unknown packet parser: 02DF
Battlegrounds ally HP.regression wrote:Unknown packet parser: 02E0
All of these are not implemented yet and can be probably ignored. Unless you're going to heal non-party allies on the battlegrounds.
-
- Noob
- Posts: 9
- Joined: 28 Oct 2009, 10:18
- Noob?: Yes
Re: Packet Parser|Tokenizer (unknown/unsupported packets)
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.
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.
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Packet Parser|Tokenizer (unknown/unsupported packets)
Indeed, 07FD is for that message. It seems like we have no information on its exact structure.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.
-
- Administrator
- Posts: 1301
- Joined: 24 Apr 2008, 12:02
Re: Packet Parser|Tokenizer (unknown/unsupported packets)
EternalHarvest wrote:Indeed, 07FD is for that message. It seems like we have no information on its exact structure.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.
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[...]
}
}
}
-
- Noob
- Posts: 1
- Joined: 01 Nov 2010, 23:09
- Noob?: No
Re: Packet Parser|Tokenizer (unknown/unsupported packets)
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

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
-
- The Way Of Human
- Posts: 194
- Joined: 03 Nov 2010, 05:50
- Noob?: No
- Location: The Philippines
Re: Packet Parser|Tokenizer (unknown/unsupported packets)
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
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
-
- The Way Of Human
- Posts: 194
- Joined: 03 Nov 2010, 05:50
- Noob?: No
- Location: The Philippines
Re: Packet Parser|Tokenizer (unknown/unsupported packets)
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
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
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: Packet Parser|Tokenizer (unknown/unsupported packets)
Maybe a wiki page is more suited for that, as I see people are posting about the same switches again and again.
-
- Administrator
- Posts: 1301
- Joined: 24 Apr 2008, 12:02
Re: Packet Parser|Tokenizer (unknown/unsupported packets)
Because Users do not use the 'Search' button.EternalHarvest wrote:Maybe a wiki page is more suited for that, as I see people are posting about the same switches again and again.
I suggest Give 'Warning' for such users. Eg. 10 Warnings -> Instant Ban.