Valhalla Legends Forums Archive | Battle.net Bot Development References | Packet 0x7C Information

AuthorMessageTime
Arthas
I get disconnected when I send this:

[code]
With pBuffer
.InsertDWORD &H1 'Tried nonNTstring, same thing
.InsertDWORD &H0 'says for it to be 0
.InsertNTString txtNews.text 'is not empty
.SendPacket frmMain.sckBnet, &H7C 'is correct
End With
[/code]

yay! not getting IP banned!
Help.

-Arthas
January 9, 2004, 12:45 AM
UserLoser.
All there is to it:

0x7C, C->S:
(DWORD) Cookie

0x7C, S->C:
(DWORD) Cookie
(STRING) MOTD

Note, this requests the MOTD, if you want to set it you should use:

0x7B, C->S:
(DWORD) Cookie?
(STRING) New MOTD
January 9, 2004, 1:11 AM
Arthas
Okay, because it was disconnecting me for the second dword I was sending I assume. Thanks.
January 9, 2004, 1:24 AM

Search