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)

Uploaded with ImageShack.us
Moderators: Moderators, Developers
r7558.rwnath wrote:packetswitch(es) + (finding out where they come from if you can): switch 00BE (occurs when adding stat points through stat_add)
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?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 }
Where I gonna paste this thanks.....kLabMouse wrote: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[...] } } }
Fixed in r7562.excrement wrote:Unknown stat (0 => 0) received for Player Prince_Dadah (48)