Jump to content

PIN Code


Beret

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  326
  • Reputation:   47
  • Joined:  04/01/12
  • Last Seen:  

i think we need ai4rei's help here ^_^

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  148
  • Reputation:   46
  • Joined:  11/02/11
  • Last Seen:  

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)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

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:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  90
  • Reputation:   12
  • Joined:  08/22/12
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  148
  • Reputation:   46
  • Joined:  11/02/11
  • Last Seen:  

@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

Link to comment
Share on other sites


  • Group:  Developer
  • Topic Count:  28
  • Topics Per Day:  0.01
  • Content Count:  547
  • Reputation:   270
  • Joined:  11/08/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  81
  • Reputation:   69
  • Joined:  11/08/11
  • Last Seen:  

pinv.png

pincodes are sooo 2011 :P

  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...