Valhalla Legends Forums Archive | Battle.net Bot Development | Evil Diablo II!!

AuthorMessageTime
R.a.B.B.i.T
Criteria:
0x50/0x51 logins
Valid key
E-Mail Registered Account
Correct VerByte

Problem:
Both BNLS and BNET return Unrecognized Version.
January 24, 2004, 4:40 AM
Arta
Must be putting the packet together incorrectly, or your verbyte is wrong.
January 24, 2004, 10:12 AM
R.a.B.B.i.T
I'm using the handy BNLS_REQUESTVERSIONBYTE you posted in BnetDocs.

I'm pretty sure this is right:
[code]
Public Function BNLSVByte() As Long
Select Case dwProd
Case "RATS"
BNLSVByte = &H1
Case "PXES"
BNLSVByte = &H2
Case "NB2W"
BNLSVByte = &H3
Case "VD2D"
BNLSVByte = &H4
Case "PX2D"
BNLSVByte = &H5
' Where's &H8?
Case "3RAW"
BNLSVByte = &H7
Case "PX3W"
BNLSVByte = &H8
End Select
End Function
[/code]
January 24, 2004, 6:19 PM
NetNX
i c we did like the same shit mabey :) **interested to find out what the hell is wrong**
January 25, 2004, 7:26 AM
UserLoser.
[quote author=R.a.B.B.i.T link=board=17;threadid=4868;start=0#msg40936 date=1074968386]
I'm using the handy BNLS_REQUESTVERSIONBYTE you posted in BnetDocs.

I'm pretty sure this is right:
[code]
Public Function BNLSVByte() As Long
Select Case dwProd
Case "RATS"
BNLSVByte = &H1
Case "PXES"
BNLSVByte = &H2
Case "NB2W"
BNLSVByte = &H3
Case "VD2D"
BNLSVByte = &H4
Case "PX2D"
BNLSVByte = &H5
' Where's &H8?
Case "3RAW"
BNLSVByte = &H7
Case "PX3W"
BNLSVByte = &H8
End Select
End Function
[/code]
[/quote]

[quote]' Where's &H8?[/quote]

You have it there, I'm assuming you mean &H6 which is 'JSTR'
January 25, 2004, 7:38 AM
R.a.B.B.i.T
I did mean &H6, and thanks for the info.
January 25, 2004, 9:50 PM

Search