Author | Message | Time |
---|---|---|
benzocaine | 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 =\ | December 18, 2005, 12:20 AM |
benzocaine | 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! | December 18, 2005, 12:48 AM |
l2k-Shadow | benzocaine please stop renewing year old topics. thank you. | December 18, 2005, 1:14 AM |
Yegg | 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. | December 18, 2005, 1:20 AM |
Topaz | [quote author=benzocaine link=topic=13569.msg138239#msg138239 date=1134866936] I'm sorta newb at programming, but what would be the code to invite, and send invitations? [/quote] 0x77 http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=385 http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=386 [code] PBuffer.InsertDWORD &H0 PBuffer.InsertNTString strUsername PBuffer.SendPacket &H77 [/code] [quote] Also, how would I look at my clan members while in the bot? Please help me! [/quote] 0x7D http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=379 http://bnetdocs.valhallalegends.com/content.php?Section=m&Code=380 | December 18, 2005, 3:04 AM |
woodtroll | You gotta start somewhere, why not just help him out. | December 19, 2005, 12:14 AM |
rabbit | [quote author=Yegg link=topic=13569.msg138247#msg138247 date=1134868834] 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]That seemed pretty helpful. | December 19, 2005, 12:29 AM |