Valhalla Legends Archive

Programming => Battle.net Bot Development => Topic started by: R.a.B.B.i.T on November 30, 2004, 07:05 PM

Title: [VB6] Using BCP
Post by: R.a.B.B.i.T on November 30, 2004, 07:05 PM
I'm interested in using the BCP protocol, developed by Skywing I believe, and I have a few questions.  For reference, I'm using these VB modules ported by Warrior:
http://www.clan-evolution.com/Warrior/BCP.bas
http://www.clan-evolution.com/Warrior/BCPLoad.bas

I am having a problem loading Aliases.bcp: it just causes my bot to freeze, but other plugins, such as DMBotOp.bcp and WinampControl.bcp load fine.  I can't really figure this one out, but I've isolated it down to SetMasterInterface(Interface), but since that is an API call to BCEL.dll, I can't fix it.
Title: Re: [VB6] Using BCP
Post by: Warrior on November 30, 2004, 08:45 PM
Uploaded my updated BCP.bas  ;)
Title: Re: [VB6] Using BCP
Post by: UserLoser. on November 30, 2004, 09:08 PM
Generally, I don't reply to people nor talk to them who are publically distributing some code which I helped a person write after hours of nagging on AIM.  But since I'm nice like that, I'll say it for about the 10th time:  Support all callback functions and it won't 'crash'
Title: Re: [VB6] Using BCP
Post by: Newby on November 30, 2004, 09:10 PM
Quote from: UserLoser on November 30, 2004, 09:08 PM
Generally, I don't reply to people nor talk to them who are publically distributing some code which I helped a person write after hours of nagging on AIM.
Boo hoo.
Title: Re: [VB6] Using BCP
Post by: Warrior on November 30, 2004, 09:11 PM
Er..? Yea you helped I didnt know you wanted to keep it private, I used a function you submitted here you helped me fix it up im sorry if I distributed something you didnt want me to.

Edit: Since I respect the help given to me by UserLoser and Fyre I have removed the links I did not at anytime mean to purposly get you mad I figured since you didnt write this code for me and most of what I used was public I didnt think you would get mad. My apologies.
Title: Re: [VB6] Using BCP
Post by: R.a.B.B.i.T on December 03, 2004, 05:51 PM
Eesh.  O well.  I have made some updates to it myself, albeit not MAJOR ones, but updates none-the-less.  I didn't know it was supposed to be private either, so sorry about that.  Additionaly, I never said "UserLoser. come help me," I merely asked for a little help from anyone who knew BCP, which means a bunch of people.

------------
I've talked with Warrior and I'm using the same callbacks as Warrior and he said it just started to load after a while, so I'm wondering what's up (it didn't work BEFORE I changed the code either, so don't tell me it's that).