Where is the packet that tells you the info from b.net when u first login...Example:
Welcome to Battle.Net! This server is hosted by AT&T...ect ect.
Does anyone know?
0x46 or 0x0C
0x0C - http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=34
Quote from: Achilles(DE) on October 10, 2005, 10:43 PM
Where is the packet that tells you the info from b.net when u first login...Example:
Welcome to Battle.Net! This server is hosted by AT&T...ect ect.
Does anyone know?
That info.. by 0x0F event ID 0x12. if your key is muted, 0x0F event ID 0x13 or packet 0x46. any chat event is delivered by 0x0F, check out http://bnetdocs.valhallalegends.com
Send the first join instead of forced join, and bnet should send it to you.
Why didn't you just packet log the game client in action?
I think he needs to be introduced to a packet logger: http://ethereal.com/
It's aight..it was just stupid channel mistake. I changed the channel to
.InsertBYTE &H0
Instead of &H1..I guess that brings you to a regular channel first then goes to your home channel. I got the message..thanks for the help.
Can anyone give me a clue as to how I can make a w3 members list..I've read the documents, but considering i'm just learning to parse packets, its a little frustrating. Any ideas?....I will be getting that packet logger btw.
- Zac
You need to respond to S->C 0x75 SID_CLANINFO by sending C->S 0x7d SID_CLANMEMBERLIST.