• Welcome to Valhalla Legends Archive.
 

Importance of handling friend list packets

Started by warz, January 05, 2006, 12:03 AM

Previous topic - Next topic

warz

In my client I don't handle any of the friend list packets. I don't have a visible ui seperate from the battle.net command "/f l" for the friend list. When logged onto a product that receives the friend list packets, is there any reason why I should handle these packets other than so they don't appear as unknown packets? Is there anything beneficial you can do with these packets, without a friend list interface on your bot (like spht bot)?

Hdx

If you arnt doing anything with the friends list, No. The GUI is jsut a interface for the /f commands (literally)
But it is always a good idea to correctly handle any packet you recive in one way or another.  But you dont have todo anything with it, Bnet wont hurt you or anything if you ignore it :P
~-~(HDX)~-~

Proud host of the JBLS server www.JBLS.org.
JBLS.org Status:
JBLS/BNLS Server Status

MyndFyre

Quote from: HdxBmx27 on January 05, 2006, 05:59 PM
The GUI is jsut a interface for the /f commands (literally)
Uhhh, what?!?  The GUI is an interface for the 0x65 server message.  Most GUIs are not (and rightly so) parsed by the /f l resultant text.
QuoteEvery generation of humans believed it had all the answers it needed, except for a few mysteries they assumed would be solved at any moment. And they all believed their ancestors were simplistic and deluded. What are the odds that you are the first generation of humans who will understand reality?

After 3 years, it's on the horizon.  The new JinxBot, and BN#, the managed Battle.net Client library.

Quote from: chyea on January 16, 2009, 05:05 PM
You've just located global warming.

Kp

Quote from: MyndFyre on January 06, 2006, 04:06 AM
Quote from: HdxBmx27 on January 05, 2006, 05:59 PM
The GUI is jsut a interface for the /f commands (literally)
Uhhh, what?!?  The GUI is an interface for the 0x65 server message.  Most GUIs are not (and rightly so) parsed by the /f l resultant text.

However, commands you issue using the GUI cause the client to craft and send "/f X" messages on your behalf as SID_CHATCOMMAND -- there's no separate message for the client to advertise a GUI event.
[19:20:23] (BotNet) <[vL]Kp> Any idiot can make a bot with CSB, and many do!