frenzmu06 Posted January 17, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 326 Reputation: 47 Joined: 04/01/12 Last Seen: February 1, 2023 Share Posted January 17, 2013 i think we need ai4rei's help here Link to comment Share on other sites More sharing options...
lekkereten Posted January 17, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 148 Reputation: 46 Joined: 11/02/11 Last Seen: November 25, 2024 Share Posted January 17, 2013 so could this be implemented or not? yes it can..just need little help.. 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 More sharing options...
malufett Posted January 17, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 554 Reputation: 70 Joined: 04/04/12 Last Seen: November 8, 2013 Share Posted January 17, 2013 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 Link to comment Share on other sites More sharing options...
Kyo Posted January 18, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 90 Reputation: 12 Joined: 08/22/12 Last Seen: July 20, 2014 Share Posted January 18, 2013 Also I don't recall this being active in bRO they have it since July 2012 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 More sharing options...
lekkereten Posted January 20, 2013 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 148 Reputation: 46 Joined: 11/02/11 Last Seen: November 25, 2024 Share Posted January 20, 2013 @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 More sharing options...
Lemongrass Posted January 22, 2013 Group: Developer Topic Count: 28 Topics Per Day: 0.01 Content Count: 547 Reputation: 270 Joined: 11/08/11 Last Seen: June 10, 2024 Share Posted January 22, 2013 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. 1 Link to comment Share on other sites More sharing options...
Yommy Posted January 23, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 81 Reputation: 69 Joined: 11/08/11 Last Seen: February 21 Share Posted January 23, 2013 pincodes are sooo 2011 1 Link to comment Share on other sites More sharing options...
Recommended Posts