Valhalla Legends Forums Archive | Battle.net Bot Development | First Logging in Info From B.net

AuthorMessageTime
Achilles(DE)
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?
October 11, 2005, 3:43 AM
PaiD
0x46 or 0x0C
October 11, 2005, 4:16 AM
Explicit[nK]
0x0C - http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=34
October 11, 2005, 4:31 AM
l2k-Shadow
[quote author=Achilles(DE) link=topic=13009.msg130665#msg130665 date=1129002237]
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?
[/quote]

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
October 11, 2005, 4:52 AM
Topaz
Send the first join instead of forced join, and bnet should send it to you.
October 11, 2005, 10:16 PM
Yegg
Why didn't you just packet log the game client in action?
October 11, 2005, 11:12 PM
Explicit[nK]
I think he needs to be introduced to a packet logger: http://ethereal.com/
October 11, 2005, 11:17 PM
Achilles(DE)
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
October 12, 2005, 1:29 AM
Myndfyr
You need to respond to S->C 0x75 SID_CLANINFO by sending C->S 0x7d SID_CLANMEMBERLIST.
October 12, 2005, 3:30 AM

Search