Valhalla Legends Forums Archive | Battle.net Bot Development | UDP Pings?

AuthorMessageTime
JoeTheOdd
I've bound a UDP socket to port 6112, but when I log on, I don't receive a UDP ping packet. Does anyone know why this could happen?
November 20, 2005, 1:54 AM
HdxBmx27
Because you didnt request it duaa joe.
C->S 0x08
C->S 0x09
~-~(HDX)~-~
November 20, 2005, 2:35 AM
JoeTheOdd
Thanks!

EDIT -
When are these supposed to be sent? With what header?
November 20, 2005, 3:18 AM
HdxBmx27
0x08
[quote]This message should be sent in response to SID_LOGONCHALLENGE.[/quote]
0x09
[quote]This message should be sent in response to either SID_LOGONCHALLENGEEX or SID_AUTH_INFO.[/quote]
Header:
BYTE PacketID
BYTE NULL
WORD NULL
VOID Data

~-~(HDX)~-~
November 20, 2005, 3:41 AM
JoeTheOdd
Thanks.
November 20, 2005, 4:07 AM

Search