• Welcome to Valhalla Legends Archive.
 

Packet 0x7C Information

Started by Arthas, January 08, 2004, 06:45 PM

Previous topic - Next topic

Arthas

I get disconnected when I send this:


   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


yay! not getting IP banned!
Help.

-Arthas

UserLoser.

#1
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

Arthas

Okay, because it was disconnecting me for the second dword I was sending I assume. Thanks.