Valhalla Legends Forums Archive | Battle.net Bot Development | Help with BNLS

AuthorMessageTime
Jaquio
I am in need of help with BNLS I have followed cupheads example but for some odd reason I cannot get it to work. I can get hashes to work just want BNLS also so could someone please help me with this. I would really like the help.
January 14, 2004, 5:11 AM
Null
Sure thing ill help you with your totally unspecific problem!!
January 14, 2004, 5:24 AM
Kp
As Null pointed out somewhat sarcastically, it's going to be a bit hard to help you since you didn't specify anything to work with. Assuming you're new rather than stupid, here's some things we'll need:

* Language. I'm guessing VB since you mentioned CupHead's tutorial.
* Specific nature of the problem - can you compile? Link? Run?
* What you've tried in order to resolve it.
* What (if any) effect your attempted solutions had on the problem
* Whether you actually have a BNLS login. Without one, you won't get very far trying to use BNLS.

Answer that list and we'll have enough information someone might be able to give you a good answer.
January 14, 2004, 6:01 AM
Jaquio
yes the language is VB. I can compile and run it, its just my account doenst show up in the channel. I have tried changing things like my cdkeys and servers. It had no effect what so ever on it. Yes I do have a BNLS account.

I hope that helps if not just say so and I will post more.
January 14, 2004, 7:00 AM
Gangz
A specific example maybe? A bit of code that hints us to your direct problem?
January 14, 2004, 7:04 AM
Jaquio
[code]Private Sub Form_Load()
With CleanSlateBot1
.BNLSBotID = "My BNLS ID"
.BNLSBotPassword = "My BNLS Pass"
.CDKey = "My CD-Key"
.ChangePassword = False
.Character = ""
.HomeChannel = "Testing"
.LODKey = ""
.NewPassword = "None"
.Password = "My Password"
.Product = "PXES"
.Realm = "USEast"
.Server = "useast.battle.net"
.UseRealm = False
.Username = "My Username"
.UseUDP = False
End With
End Sub[/code]

That is my code thats all I have since im not making anymore until I get BNLS to work. Thats stright from cup heads example and yes I did fill in the correct info.
January 14, 2004, 7:20 AM
Adron
How can someone not get CSB to work?
January 14, 2004, 7:27 AM
Jaquio
Heck if I know that code just doesnt work... It is right isnt it.. If not could someone please help me get it right.
January 14, 2004, 7:31 AM
Soul Taker
Not positive as I've never used CSB, but I've noticed in previous posts people seemed to have to set an Accept value or something similar.
January 14, 2004, 9:16 AM
Jaquio
[quote author=Soul Taker link=board=17;threadid=4714;start=0#msg39563 date=1074071778]
Not positive as I've never used CSB, but I've noticed in previous posts people seemed to have to set an Accept value or something similar.
[/quote]

An accept value? What other posts were these they may help.
January 14, 2004, 9:50 AM
Gangz
Straight from cuheads site that you said you used. try to read it completely, because i see something in this code that you do not have

[code]
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-=- -=-
-=- 6.1 Quick Demo -=-
-=- Create a form, add the OCX to your project, drop one -=-
-=- onto your form. Then, double click your form and add -=-
-=- this to Form_Load: -=-
-=- -=-
-=- CleanSlateBot1.BNLSBotID = "La la la..." -=-
-=- CleanSlateBot1.BNLSBotPassword = "Nuh uh!" -=-
-=- CleanSlateBot1.CDKey = "Zorm left his key here. =X" -=-
-=- CleanSlateBot1.Product = "PXES" -=-
-=- CleanSlateBot1.HomeChannel = "Clan Ze][2o" -=-
-=- CleanSlateBot1.Password = "Hahaha! No." -=-
-=- CleanSlateBot1.Username = "Zorm" -=-
-=- CleanSlateBot1.NewPassword = "bleh" -=-
-=- CleanSlateBot1.ChangePassword = False -=-
-=- CleanSlateBot1.Server = "usw-bna-chat03.battle.net" -=-
-=- CleanSlateBot1.Accept = -65 -=-
=-=CleanSlateBot1.Connect
That's all it takes. Assuming you fix the information.

[/code]
January 14, 2004, 3:49 PM
Jaquio
Hrm... Well guess what here is my code.

[code]
Public Sub Form_Load()
CleanSlateBot1.BNLSBotID = "My ID"
CleanSlateBot1.BNLSBotPassword = "My Id Password"
CleanSlateBot1.CDKey = "4???87???28??"
CleanSlateBot1.Product = "PXES"
CleanSlateBot1.HomeChannel = "Testing"
CleanSlateBot1.Password = "??????"
CleanSlateBot1.Username = "?????"
CleanSlateBot1.NewPassword = ""
CleanSlateBot1.ChangePassword = False
CleanSlateBot1.Server = "63.240.202.139"
CleanSlateBot1.Accept = -65
CleanSlateBot1.Connect
End Sub
[/code]


And it still does not work. I think I am doing something majorly wrong the example says the bot will show up in the channel correct? well it don't do I have to make the rest of the bot before it will work?
January 14, 2004, 4:27 PM
Eternal
Note: I am fairly sure the accept value has changed from "-65". It's a 5 digit number now I think. It *might* be here in the archives somewhere - use the search facility.
January 14, 2004, 4:29 PM
Jaquio
I got it, I re-looked at cupheads example and for some reason I never noticed the .Accept value which is 579728 I not once have ever seen it there...

Oh forgot btw I got it working thanks everyone who helped and I guess since I got it working topic closed.
January 14, 2004, 4:34 PM
The-Rabid-Lord
the .accept value is now [code]579728[/code]
January 14, 2004, 8:49 PM
Myndfyr
[quote author=The-Rabid-Lord link=board=17;threadid=4714;start=0#msg39611 date=1074113362]
the .accept value is now [code]579728[/code]
[/quote]
lol, thank you Captain Obvious!
January 16, 2004, 3:30 AM
The-Rabid-Lord
I didnt read the post before me :-[
January 16, 2004, 5:33 PM

Search