Valhalla Legends Forums Archive | Battle.net Bot Development | 0x79 HELP!

AuthorMessageTime
GoSuGaMING
[code]
Private Sub cmdDecline_Click()
With PBuffer
.InsertDWORD &H0
.InsertNonNTString StrReverse("1234")
.InsertNTString "GoSuGaMING.DeV"
.InsertBYTE &H4
.SendPacket &H79
End With
AddC vbRed, "You have Declined " & strClanInvitingLeader & "'s invitation to join clan: " & StrReverse(strClanTitle)
End Sub
[/code]

i just put the info in to test... not working? clan 1234 and i invited my bot with gosugaming.dev
June 23, 2004, 12:19 AM
Spht
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66696 date=1087949951]
[code]
Private Sub cmdDecline_Click()
With PBuffer
.InsertDWORD &H0
.InsertNonNTString StrReverse("1234")
.InsertNTString "GoSuGaMING.DeV"
.InsertBYTE &H4
.SendPacket &H79
End With
AddC vbRed, "You have Declined " & strClanInvitingLeader & "'s invitation to join clan: " & StrReverse(strClanTitle)
End Sub
[/code]

i just put the info in to test... not working? clan 1234 and i invited my bot with gosugaming.dev
[/quote]

You're supposed to use the cookie/token Battle.net sends you so it knows which invitation you're replying to.
June 23, 2004, 12:21 AM
GoSuGaMING
you mean 77 BB 01 or reversed would be 01BB77?
June 23, 2004, 12:26 AM
Spht
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66698 date=1087950365]
you mean 77 BB 01 or reversed would be 01BB77?
[/quote]

It's not a static value...
June 23, 2004, 12:28 AM
GoSuGaMING
[quote author=Spht link=board=17;threadid=7391;start=0#msg66699 date=1087950516]
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66698 date=1087950365]
you mean 77 BB 01 or reversed would be 01BB77?
[/quote]

It's not a static value...
[/quote]

then what would it be... 0x01?

Guess not :X
June 23, 2004, 12:29 AM
Spht
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66700 date=1087950579]
[quote author=Spht link=board=17;threadid=7391;start=0#msg66699 date=1087950516]
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66698 date=1087950365]
you mean 77 BB 01 or reversed would be 01BB77?
[/quote]

It's not a static value...
[/quote]

then what would it be... 0x01?
[/quote]

[quote author=Spht link=board=17;threadid=7391;start=0#msg66697 date=1087950117]You're supposed to use the cookie/token Battle.net sends you[/quote]

Slap.
June 23, 2004, 12:32 AM
GoSuGaMING
[quote author=Spht link=board=17;threadid=7391;start=0#msg66703 date=1087950724]
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66700 date=1087950579]
[quote author=Spht link=board=17;threadid=7391;start=0#msg66699 date=1087950516]
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66698 date=1087950365]
you mean 77 BB 01 or reversed would be 01BB77?
[/quote]

It's not a static value...
[/quote]

then what would it be... 0x01?
[/quote]

[quote author=Spht link=board=17;threadid=7391;start=0#msg66697 date=1087950117]You're supposed to use the cookie/token Battle.net sends you[/quote]

Slap.
[/quote]

I'm going to cry now! My Mommy will be looking for you!
June 23, 2004, 12:34 AM
Myndfyr
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66704 date=1087950899]
[quote author=Spht link=board=17;threadid=7391;start=0#msg66703 date=1087950724]
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66700 date=1087950579]
[quote author=Spht link=board=17;threadid=7391;start=0#msg66699 date=1087950516]
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66698 date=1087950365]
you mean 77 BB 01 or reversed would be 01BB77?
[/quote]

It's not a static value...
[/quote]

then what would it be... 0x01?
[/quote]

[quote author=Spht link=board=17;threadid=7391;start=0#msg66697 date=1087950117]You're supposed to use the cookie/token Battle.net sends you[/quote]

Slap.
[/quote]

I'm going to cry now! My Mommy will be looking for you!
[/quote]

Boo frickety hoo! It's pretty clear in bnetdocs how the packet works, and then when you don't read his response you bitch and moan some more. Why don't you try thinking before you go cry to mommy about how some mean man you've never met gave you a cyber-bitchslap?
June 23, 2004, 12:39 AM
GoSuGaMING
I do not believe it gives you the Cookie ID.... Immuse me and tell me it :)
June 23, 2004, 12:42 AM
GoSuGaMING
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66708 date=1087951336]
I do not believe it gives you the Cookie ID.... Immuse me and tell me it :)
[/quote]

fixed strCookie = Mid$(Data, 5, 4)
June 23, 2004, 1:43 AM
PaiD
0x79 is sent to you and then you respond with 0x79 but you need to use the cookie that bnet sent you so bnet know what your responding to (Which invite)
June 23, 2004, 1:48 AM
BaDDBLooD
[quote author=Myndfyre link=board=17;threadid=7391;start=0#msg66705 date=1087951183]
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66704 date=1087950899]
[quote author=Spht link=board=17;threadid=7391;start=0#msg66703 date=1087950724]
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66700 date=1087950579]
[quote author=Spht link=board=17;threadid=7391;start=0#msg66699 date=1087950516]
[quote author=GoSuGaMING link=board=17;threadid=7391;start=0#msg66698 date=1087950365]
you mean 77 BB 01 or reversed would be 01BB77?
[/quote]

It's not a static value...
[/quote]

then what would it be... 0x01?
[/quote]

[quote author=Spht link=board=17;threadid=7391;start=0#msg66697 date=1087950117]You're supposed to use the cookie/token Battle.net sends you[/quote]

Slap.
[/quote]

I'm going to cry now! My Mommy will be looking for you!
[/quote]

Boo frickety hoo! It's pretty clear in bnetdocs how the packet works, and then when you don't read his response you bitch and moan some more. Why don't you try thinking before you go cry to mommy about how some mean man you've never met gave you a cyber-bitchslap?
[/quote]

I'm sorry.. but lmao
June 23, 2004, 3:11 AM

Search