I don't get this. Im using BNLS to connect my bot. But I need to know how to set it up using cases. I know you've shown that but im not sure how to put it in my bot =\
I'm sorta newb at programming, but what would be the code to invite, and send invitations? Also, how would I look at my clan members while in the bot? Please help me!
benzocaine please stop renewing year old topics. thank you.
Before attempting to create a Battle.net bot client, I suggest you better understand the VIsual Basic 6 language, assuming that this is what you're using.
Quote from: benzocaine on December 17, 2005, 06:48 PM
I'm sorta newb at programming, but what would be the code to invite, and send invitations?
0x77
http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=385
http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=386
PBuffer.InsertDWORD &H0
PBuffer.InsertNTString strUsername
PBuffer.SendPacket &H77
Quote
Also, how would I look at my clan members while in the bot? Please help me!
0x7D
http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=379
http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=380
You gotta start somewhere, why not just help him out.
Quote from: Yegg on December 17, 2005, 07:20 PM
Before attempting to create a Battle.net bot client, I suggest you better understand the VIsual Basic 6 language, assuming that this is what you're using.
That seemed pretty helpful.