Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: benzocaine on December 17, 2005, 06:20 PM

Title: Look at me, the thread necromancer!
Post by: benzocaine on December 17, 2005, 06:20 PM
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 =\
Title: Re: Packet 0x80
Post by: 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? Also, how would I look at my clan members while in the bot? Please help me!
Title: Re: Packet 0x80
Post by: l2k-Shadow on December 17, 2005, 07:14 PM
benzocaine please stop renewing year old topics. thank you.
Title: Re: Look at me, the thread necromancer!
Post by: 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.
Title: Re: Look at me, the thread necromancer!
Post by: topaz on December 17, 2005, 09:04 PM
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
Title: Re: Look at me, the thread necromancer!
Post by: WoOdTroll on December 18, 2005, 06:14 PM
You gotta start somewhere, why not just help him out.
Title: Re: Look at me, the thread necromancer!
Post by: rabbit on December 18, 2005, 06:29 PM
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.