Jump to content

Recommended Posts

Posted
so could this be implemented or not?

yes it can..just need little help..:)

:meow:

You can join on IRC so we can help/discuss/etc @_@

Also I don't recall this being active in bRO (only kafra pwd)

Posted
You can join on IRC so we can help/discuss/etc

sorry I can't I have many assignments ATM..maybe soon..:)

Also I don't recall this being active in bRO

they have it since July 2012

:meow:

Posted
Also I don't recall this being active in bRO

they have it since July 2012

:meow:

If I recall correct it was introduced in like november and not July, well doesn't matter much, it's in there.

Posted

@malufett

About this:

// packet: 0x8b7
// len: 10
struct PACKET_HC_SECOND_PASSWD_REQ {
   /* this+0x0 */ short PacketType
   /* this+0x2 */ unsigned long AID
   /* this+0x6 */ unsigned long Seed
}

// packet: 0x8b8
// len: 12
struct PACKET_CH_SECOND_PASSWD_ACK {
   /* this+0x0 */ short PacketType
   /* this+0x2 */ unsigned long AID
   /* this+0x6 */ char SecondPWIdx[6]
}

// packet: 0x8b9
// len: 4
struct PACKET_HC_SECOND_PASSWD_LOGIN {
   /* this+0x0 */ short PacketType
   /* this+0x2 */ unsigned short Result
}

// packet: 0x8ba
// len: 16
struct PACKET_CH_MAKE_SECOND_PASSWD {
   /* this+0x0 */ short PacketType
   /* this+0x2 */ unsigned long AID
   /* this+0x6 */ unsigned long Seed
   /* this+0xa */ char SecondPWIdx[6]
}

// packet: 0x8bb
// len: 4
struct PACKET_HC_MAKE_SECOND_PASSWD {
   /* this+0x0 */ short PacketType
   /* this+0x2 */ unsigned short Result
}

// packet: 0x8bc
// len: 16
struct PACKET_CH_DELETE_SECOND_PASSWD {
   /* this+0x0 */ short PacketType
   /* this+0x2 */ unsigned long AID
   /* this+0x6 */ unsigned long Seed
   /* this+0xa */ char SecondPWIdx[6]
}

// packet: 0x8bd
// len: 4
struct PACKET_HC_DELETE_SECOND_PASSWD {
   /* this+0x0 */ short PacketType
   /* this+0x2 */ unsigned short Result
}

// packet: 0x8be
// len: 16
struct PACKET_CH_EDIT_SECOND_PASSWD {
   /* this+0x0 */ short PacketType
   /* this+0x2 */ unsigned long AID
   /* this+0x6 */ unsigned long Seed
   /* this+0xa */ char SecondPWIdx[6]
}

// packet: 0x8bf
// len: 4
struct PACKET_HC_EDIT_SECOND_PASSWD {
   /* this+0x0 */ short PacketType
   /* this+0x2 */ unsigned short Result
}

I'm using 2012-04-10 and I get these lengths,

which I are the ones already *not* fully implemented.

I found yours on this link. Ain't this bRO's packets?

This post is also relevant: this

Posted

I could basically help you out with this one, if we have a person that can capture packets for me on the official kRO not bRO since the packet structure seems to be different.

Due to Skotlex commit and the comment in his commit I suggest, that we should start by checking which of the zeros he puts into the packet disables the PIN check and then we can go on by adding further information.

  • Upvote 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...