• Welcome to Valhalla Legends Archive.
 

Channel List with CleanSlateBot

Started by ChR0NiC, May 09, 2003, 03:50 PM

Previous topic - Next topic

ChR0NiC

Ok I have no idea what to do to receive a channel list using CSB, would anyone mind giving me a few ideas?
Of course by Channel List I mean when you click Channel up in the top left and it lists Blizzard Tech Support, Open Tech Support. I know it's probably pretty straight forward but I don't get it.

Stealth

#1
This may be possible using CSB's BuildPacket method, but I'm not sure how the return would arrive. (ie, how the data will be presented to you when it returns from the server, IF it is presented to you.)

Edit: Method, not function.
- Stealth
Author of StealthBot

Camel

send 0xB with a dword for product

CupHead

When connecting to battle.net, CSB requests and returns the channel list in the _ChannelList event.  Should you request the list separately, it seems likely that it would also return in the _ChannelList event.   ;)