Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: UserLoser. on January 18, 2004, 02:06 PM

Title: Looking for information on these...
Post by: UserLoser. on January 18, 2004, 02:06 PM
Looking for information on these formats, and when these BNCS packets are seen; they are before my time so i've never seen them but I know they exist:

0x04
0x17
0x1B
0x23
0x24
0x3F
0x42

Edit: I have all these packet's names, looking for their formats, even if they don't exist anymore!!!
Title: Re:Looking for information on these...
Post by: Soul Taker on January 18, 2004, 03:04 PM
Didn't 0x1b request a list of available servers?  Just popped into my head, could be totally wrong!
Title: Re:Looking for information on these...
Post by: Skywing on January 18, 2004, 03:11 PM
Quote from: Soul Taker on January 18, 2004, 03:04 PM
Didn't 0x1b request a list of available servers?  Just popped into my head, could be totally wrong!
No.
Title: Re:Looking for information on these...
Post by: UserLoser. on January 18, 2004, 03:28 PM
Quote from: Skywing on January 18, 2004, 03:11 PM
Quote from: Soul Taker on January 18, 2004, 03:04 PM
Didn't 0x1b request a list of available servers?  Just popped into my head, could be totally wrong!
No.

Care to explain?
Title: Re:Looking for information on these...
Post by: DarkMinion on January 18, 2004, 04:51 PM
Most of those are completely undocumented on BNLS, and I haven't ever seen but one of them, and I doubt you have either.

The ones that are documented, however, are level 3 access packets so I'm not going to divulge that info...
Title: Re:Looking for information on these...
Post by: Dark-Feanor on January 18, 2004, 06:19 PM
Quote
The ones that are documented, however, are level 3 access packets so I'm not going to divulge that info...
wow, that sounds important.
Title: Re:Looking for information on these...
Post by: UserLoser. on January 18, 2004, 06:24 PM
Quote from: DaRk-FeAnOr on January 18, 2004, 06:19 PM
Quote
The ones that are documented, however, are level 3 access packets so I'm not going to divulge that info...
wow, that sounds important.

Well, I found out one of them from somebody, doesn't really seem that important if it doesn't exist any more and consists of a string only :P
Title: Re:Looking for information on these...
Post by: ChR0NiC on January 19, 2004, 07:10 PM
UserLoser is a YaBB GoD??? Awwww.......
*jealousy rising*  :-[
Title: Re:Looking for information on these...
Post by: Tuberload on January 19, 2004, 07:14 PM
Quote from: ChR0NiC on January 19, 2004, 07:10 PM
UserLoser is a YaBB GoD??? Awwww.......
*jealousy rising*  :-[

Points to his posts amount. Now divide the number of useful posts by that amount and you have how useful he is. ;D
Title: Re:Looking for information on these...
Post by: R.a.B.B.i.T on January 19, 2004, 08:08 PM
Quote from: UserLoser. on January 18, 2004, 03:28 PM
Quote from: Skywing on January 18, 2004, 03:11 PM
Quote from: Soul Taker on January 18, 2004, 03:04 PM
Didn't 0x1b request a list of available servers?  Just popped into my head, could be totally wrong!
No.

Care to explain?
0x0B is the channel list request.

I'm also pretty sure 0x42 has something to do with Blizzard Reps, but I could be wrong..
Title: Re:Looking for information on these...
Post by: dxoigmn on January 19, 2004, 10:47 PM
Quote from: R.a.B.B.i.T on January 19, 2004, 08:08 PM
Quote from: UserLoser. on January 18, 2004, 03:28 PM
Quote from: Skywing on January 18, 2004, 03:11 PM
Quote from: Soul Taker on January 18, 2004, 03:04 PM
Didn't 0x1b request a list of available servers?  Just popped into my head, could be totally wrong!
No.

Care to explain?
0x0B is the channel list request.

I'm also pretty sure 0x42 has something to do with Blizzard Reps, but I could be wrong..

0x04 - SID_SERVERLIST Used in the old days I believe.
0x17 - SID_QUERYMEM
0x1B - SID_GAMEDATAADDRESS
0x23 - SID_SETCOOKIE
0x24 - SID_GETCOOKIE
0x3F - SID_STARTVERSIONING2 D2 beta?  Not sure though.
0x42 - SID_CDKEY3 D2 beta?  Not sure though.
Title: Re:Looking for information on these...
Post by: Arta on January 20, 2004, 04:42 AM
It doesn't; I use SID_CDKEY for JSTR. I didn't realise you could use anything else :)
Title: Re:Looking for information on these...
Post by: Arta on January 20, 2004, 04:43 AM
Quote from: R.a.B.B.i.T on January 19, 2004, 08:08 PM
0x0B is the channel list request.

0x1B != 0x0B
Title: Re:Looking for information on these...
Post by: dxoigmn on January 20, 2004, 01:10 PM
Quote from: Arta[vL] on January 20, 2004, 04:42 AM
It doesn't; I use SID_CDKEY for JSTR. I didn't realise you could use anything else :)
Oh yes, my error.  I forgot.  I haven't actually look at the thing in awhile and I don't even have the SNP.  Maybe it was for D2 beta too?  Note sure.  It's obsolete AFAIK.
Title: Re:Looking for information on these...
Post by: Skywing on January 20, 2004, 03:32 PM
SID_CDKEY3 was used for early versions of D2XP before the new auth system was put into place (it had support for including two CD-keys).
Title: Re:Looking for information on these...
Post by: R.a.B.B.i.T on January 20, 2004, 05:10 PM
Quote from: Arta[vL] on January 20, 2004, 04:43 AM
Quote from: R.a.B.B.i.T on January 19, 2004, 08:08 PM
0x0B is the channel list request.

0x1B != 0x0B

Yes, yes, I know.
I misread the post (I was tired), and I don't think I even read all of it.  I saw "request", "list" and "of", so I figured it was "Product Channels" (or something), which is what 0x0B requests.  I still don't know what any of the others do..